[issue17967] urllib2.open failed to access a url when a perent directory of the url is permission denied

2013-06-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0a544bb539e6 by Senthil Kumaran in branch '2.7': Fix #17967: For ftp urls CWD to target instead of hopping to each directory http://hg.python.org/cpython/rev/0a544bb539e6 New changeset dbfbdf2b5c19 by Senthil Kumaran in branch '3

[issue18066] Remove SGI-specific code from pty.py

2013-06-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset a678f139510b by Andrew Kuchling in branch 'default': #18066: remove vestigial code depending on the sgi module http://hg.python.org/cpython/rev/a678f139510b -- nosy: +python-dev ___ Python trac

[issue17967] urllib2.open failed to access a url when a perent directory of the url is permission denied

2013-06-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset e9d0fb934b46 by Senthil Kumaran in branch '2.7': Fix #17967 - Fix related to regression on Windows. http://hg.python.org/cpython/rev/e9d0fb934b46 New changeset f5906026a7e9 by Senthil Kumaran in branch '3.3': Fix #17967 - Fix r

[issue18109] os.uname() crashes if hostname contains non-ascii characters

2013-06-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset ffdee6b36305 by Victor Stinner in branch '3.3': Close #18109: os.uname() now decodes fields from the locale encoding, and http://hg.python.org/cpython/rev/ffdee6b36305 New changeset 2472603af83e by Victor Stinner in branch 'defau

[issue17932] Win64: possible integer overflow in iterobject.c

2013-06-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 757a121a27c2 by Victor Stinner in branch 'default': Close #17932: Fix an integer overflow issue on Windows 64-bit in iterators: http://hg.python.org/cpython/rev/757a121a27c2 -- nosy: +python-dev resolution: -> fixed stage:

[issue9566] Compilation warnings under x64 Windows

2013-06-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 46401ce03547 by Victor Stinner in branch 'default': Issue #9566: Fix compiler warning on Windows 64-bit in _bz2module.c http://hg.python.org/cpython/rev/46401ce03547 -- ___ Python trac

[issue17931] PyLong_FromPid() is not correctly defined on Windows 64-bit

2013-06-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2298bcba6ec9 by Victor Stinner in branch 'default': Close #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are identified http://hg.python.org/cpython/rev/2298bcba6ec9 -- nosy: +python-dev resolution: -> fixed stage:

[issue17932] Win64: possible integer overflow in iterobject.c

2013-06-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 52075f60719e by Victor Stinner in branch 'default': Issuse #17932: Fix an integer overflow issue on Windows 64-bit in tuple http://hg.python.org/cpython/rev/52075f60719e -- ___ Python trac

[issue9566] Compilation warnings under x64 Windows

2013-06-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 93f4b32fc95c by Victor Stinner in branch 'default': Issue #9566: Fix a compiler warning on Windows 64-bit in namespace_init() http://hg.python.org/cpython/rev/93f4b32fc95c -- ___ Python trac

[issue9566] Compilation warnings under x64 Windows

2013-06-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5dcbd5d8d004 by Victor Stinner in branch 'default': Issue #9566: Fix compiler warning on Windows 64-bit http://hg.python.org/cpython/rev/5dcbd5d8d004 New changeset 41b8be55b160 by Victor Stinner in branch 'default': Issue

[issue13772] listdir() doesn't work with non-trivial symlinks

2013-06-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset f431cd0edd85 by Victor Stinner in branch 'default': Issue #13772: Fix compiler warnings on Windows http://hg.python.org/cpython/rev/f431cd0edd85 -- ___ Python tracker <http://bugs.python.o

[issue13772] listdir() doesn't work with non-trivial symlinks

2013-06-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset c351591f1f63 by Victor Stinner in branch 'default': Issue #13772: fix _check_dirA(): call *A() functions, not *W() functions http://hg.python.org/cpython/rev/c351591f1f63 -- ___ Python trac

[issue9566] Compilation warnings under x64 Windows

2013-06-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 36c35a1893fe by Victor Stinner in branch 'default': Issue #9566: Fix compiler warning on Windows 64-bit http://hg.python.org/cpython/rev/36c35a1893fe New changeset 88a21c5a97ef by Victor Stinner in branch 'default': Issue

[issue13772] listdir() doesn't work with non-trivial symlinks

2013-06-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset e024236ea253 by Victor Stinner in branch 'default': Issue #13772: Fix a compiler warning on Windows http://hg.python.org/cpython/rev/e024236ea253 New changeset d9f3ea27f826 by Victor Stinner in branch 'default': Issue #13772: M

[issue13772] listdir() doesn't work with non-trivial symlinks

2013-06-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset c8212fca8747 by Victor Stinner in branch 'default': Issue #13772: Use syntax for literal wchar_t character http://hg.python.org/cpython/rev/c8212fca8747 -- ___ Python tracker <http://bu

[issue18130] idlelib.configSectionNameDialog: fix and add tests and mocks

2013-06-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset db4ecaf852e3 by Terry Jan Reedy in branch '3.3': Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog. http://hg.python.org/cpython/rev/db4ecaf852e3 New changeset 31a67a0194ec by Terry Jan Reedy in branch '2

[issue17931] PyLong_FromPid() is not correctly defined on Windows 64-bit

2013-06-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0410bf251e10 by Richard Oudkerk in branch 'default': Issue #17931: Resolve confusion on Windows between pids and process handles. http://hg.python.org/cpython/rev/0410bf251e10 -- ___ Pyth

[issue11959] smtpd cannot be used without affecting global state

2013-06-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset ed498f477549 by Vinay Sajip in branch 'default': Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of which avoids affecting global state. http://hg.python.org/cpython/rev/ed498f477549 -- nosy: +python-dev

[issue17903] Python launcher for windows should search path for #!/usr/bin/env

2013-06-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset a174d79cef2e by Vinay Sajip in branch 'default': Issue #17903: Added path search changes to launcher. http://hg.python.org/cpython/rev/a174d79cef2e -- nosy: +python-dev ___ Python trac

[issue17314] Stop using imp.find_module() in multiprocessing

2013-06-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 97adaa820353 by Brett Cannon in branch 'default': Issue #17314: Stop using imp in multiprocessing.forking and move over http://hg.python.org/cpython/rev/97adaa820353 -- nosy: +python-dev

[issue18055] Stop using imp in IDLE

2013-06-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset a0d8ae880ae6 by Brett Cannon in branch '3.3': Issue #18055: Move to importlib from imp for IDLE. http://hg.python.org/cpython/rev/a0d8ae880ae6 New changeset 3a3ec484ce95 by Brett Cannon in branch 'default': merge w/ 3.3 f

[issue7732] imp.find_module crashes Python if there exists a directory named "__init__.py"

2013-06-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset bf882390713c by Brett Cannon in branch 'default': Issue #7732: Move an imp.find_module test from test_import to http://hg.python.org/cpython/rev/bf882390713c -- ___ Python trac

[issue18150] Duplicate test inside TestSingleDispatch

2013-06-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset a16bebe653b1 by Ɓukasz Langa in branch 'default': Fixed #18150: duplicate test inside TestSingleDispatch http://hg.python.org/cpython/rev/a16bebe653b1 -- nosy: +python-dev ___ Python trac

[issue16715] Get rid of IOError. Use OSError instead

2013-06-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2fe64ce5da05 by Terry Jan Reedy in branch '3.3': #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch http://hg.python.org/cpython/rev/2fe64ce5da05 -- ___ Python

[issue18151] Idlelib: update to "with open ... except OSError" (in 2.7, leave IOError)

2013-06-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2fe64ce5da05 by Terry Jan Reedy in branch '3.3': #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch http://hg.python.org/cpython/rev/2fe64ce5da05 New changeset 0be613638523 by Terry Jan Reedy in branch 'd

[issue15528] Better support for finalization with weakrefs

2013-06-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset d6ad9d7468f7 by Richard Oudkerk in branch 'default': Issue #15528: Delay importing atexit until weakref.finalize() used. http://hg.python.org/cpython/rev/d6ad9d7468f7 -- ___ Python trac

[issue17691] Fix test discovery for test_univnewlines.py

2013-06-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset a2e093e98d45 by Ezio Melotti in branch '3.3': #17691: test_univnewlines now works with unittest test discovery. Patch by Zachary Ware. http://hg.python.org/cpython/rev/a2e093e98d45 New changeset d1b5e41acf28 by Ezio Melotti in branc

[issue18126] Update links to NumPy resources in documentation

2013-06-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset dacd8f430e0e by Ezio Melotti in branch '2.7': #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. http://hg.python.org/cpython/rev/dacd8f430e0e New changeset aafa11c1dd61 by Ezio Melotti in branch '3.3':

[issue18038] Unhelpful error message on invalid encoding specification

2013-06-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 15aa786b723b by Serhiy Storchaka in branch '3.3': Issue #18038: SyntaxError raised during compilation sources with illegal http://hg.python.org/cpython/rev/15aa786b723b New changeset 39e2f0059ee2 by Serhiy Storchaka in branch '

[issue15239] Abandoned Tools/unicode/mkstringprep.py

2013-06-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8f95d77443da by Serhiy Storchaka in branch '3.3': Issue #15239: Make mkstringprep.py work again on Python 3. http://hg.python.org/cpython/rev/8f95d77443da New changeset 4abe61a412be by Serhiy Storchaka in branch 'default'

[issue18143] ssl.get_default_verify_paths()

2013-06-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset a4d31e56075d by Christian Heimes in branch 'default': Issue #18143: Implement ssl.get_default_verify_paths() in order to debug http://hg.python.org/cpython/rev/a4d31e56075d -- nosy: +

[issue17134] Use Windows' certificate store for CA certs

2013-06-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 10d325f674f5 by Christian Heimes in branch 'default': Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store. http://hg.python.org/cpython/rev/10d325f674f5 -- no

[issue16102] uuid._netbios_getnode() is outdated

2013-06-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 27f55ff12f41 by Serhiy Storchaka in branch '3.3': Issue #16102: Make uuid._netbios_getnode() work again on Python 3. http://hg.python.org/cpython/rev/27f55ff12f41 New changeset 4a0017722910 by Serhiy Storchaka in branch 'default

[issue17269] getaddrinfo segfaults on OS X when provided with invalid arguments combinations

2013-06-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4d1e4bc6c5b5 by Ronald Oussoren in branch '2.7': Ensure that the fix for #17269 also works on OSX 10.4 http://hg.python.org/cpython/rev/4d1e4bc6c5b5 New changeset ef103e7e7af2 by Ronald Oussoren in branch '3.3': Ensure that the

[issue18180] Refleak in test_imp on Windows

2013-06-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset ec854f76d6b9 by Richard Oudkerk in branch '3.3': Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows(). http://hg.python.org/cpython/rev/ec854f76d6b9 -- nosy: +python-dev ___ Python trac

[issue18174] Make regrtest with --huntrleaks check for fd leaks

2013-06-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset a7381fe515e8 by Richard Oudkerk in branch '2.7': Issue #18174: Fix fd leaks in tests. http://hg.python.org/cpython/rev/a7381fe515e8 New changeset 46fe1bb0723c by Richard Oudkerk in branch '3.3': Issue #18174: Fix fd

[issue18183] Calling .lower() on certain unicode string raises SystemError

2013-06-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 89b106d298a9 by Benjamin Peterson in branch '3.3': remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value (see #18183) http://hg.python.org/cpython/rev/89b106d298a9 New changeset 668aba845fb2 by Benjamin Pet

[issue17511] Idle find function closes after each find operation

2013-06-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 73de0794ae71 by Roger Serwy in branch '2.7': #17511: Keep IDLE find dialog open after clicking "Find Next". http://hg.python.org/cpython/rev/73de0794ae71 New changeset dac11f143581 by Roger Serwy in branch '3.3': #175

[issue18157] remove usage of imp.load_module() from pydoc

2013-06-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2c747be20d05 by Brett Cannon in branch 'default': Issue #18157: stop using imp.load_module() in imp. http://hg.python.org/cpython/rev/2c747be20d05 -- nosy: +python-dev ___ Python trac

[issue18158] Delete test_importhooks

2013-06-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 176fe1f8496f by Brett Cannon in branch 'default': Issue #18158: delete test_importhooks. Redundant in the face of http://hg.python.org/cpython/rev/176fe1f8496f -- nosy: +python-dev ___ Pyth

[issue18187] Fix broken link in Doc/library/venv.rst

2013-06-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset b1eeda9db91d by Ned Deily in branch '3.3': Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag. http://hg.python.org/cpython/rev/b1eeda9db91d New changeset e6fc120012e5 by Ned Deily in branch 'default':

[issue18186] 2.x subprocess contains set notation

2013-06-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4b2fdd4dd700 by Ned Deily in branch '2.7': Issue #18186: remove obsolete 2.2 compatibility comment. http://hg.python.org/cpython/rev/4b2fdd4dd700 -- nosy: +python-dev ___ Python trac

[issue5492] Error on leaving IDLE with quit() or exit() under Linux

2013-06-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset ca8e86711403 by Roger Serwy in branch '2.7': #5492: Avoid traceback when exiting IDLE caused by a race condition. http://hg.python.org/cpython/rev/ca8e86711403 New changeset da852f5250af by Roger Serwy in branch '3.3': #5492:

[issue18196] IDLE: forward apply patch for handling SystemExit

2013-06-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0e56d4e3 by Roger Serwy in branch '3.3': #18196: Avoid displaying spurious SystemExit tracebacks. http://hg.python.org/cpython/rev/0e56d4e3 New changeset 479aad3bb122 by Roger Serwy in branch 'default': #18196:

[issue18183] Calling .lower() on certain unicode string raises SystemError

2013-06-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset b11507395ce4 by Serhiy Storchaka in branch '3.3': Add tests for issue #18183. http://hg.python.org/cpython/rev/b11507395ce4 New changeset 17c9f1627baf by Serhiy Storchaka in branch 'default': Add tests for issue #18183. http://h

[issue15767] add ModuleNotFoundError

2013-06-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8a0ed9f63c6e by Brett Cannon in branch 'default': Issue #15767: Introduce ModuleNotFoundError, a subclass of http://hg.python.org/cpython/rev/8a0ed9f63c6e -- nosy: +python-dev ___ Python trac

[issue15767] add ModuleNotFoundError

2013-06-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3a50025f1900 by Brett Cannon in branch 'default': Issue #15767: Touch up ModuleNotFoundError usage by import. http://hg.python.org/cpython/rev/3a50025f1900 -- ___ Python tracker <http://bu

[issue15767] add ModuleNotFoundError

2013-06-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset c6c0faaf65d7 by Brett Cannon in branch 'default': Issue #15767: Add an explicit test for raising ModuleNotFoundError http://hg.python.org/cpython/rev/c6c0faaf65d7 -- ___ Python trac

[issue18048] Merging test_pep263.py and test_coding.py

2013-06-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 00a199c265c3 by Serhiy Storchaka in branch 'default': Issue #18048: Rename test_pep263.py to test_source_encoding.py. http://hg.python.org/cpython/rev/00a199c265c3 New changeset 3b906421245d by Serhiy Storchaka in branch 'default

[issue18200] Update stdlib to use ModuleNotFoundError

2013-06-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8d28d44f3a9a by Brett Cannon in branch 'default': Issue #18200: Update the stdlib (except tests) to use http://hg.python.org/cpython/rev/8d28d44f3a9a -- nosy: +python-dev ___ Python trac

[issue17947] Code, test, and doc review for PEP-0435 Enum

2013-06-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset fae92309c3be by Ethan Furman in branch 'default': Closes issue 17947. Adds PEP-0435 (Enum, IntEnum) to the stdlib. http://hg.python.org/cpython/rev/fae92309c3be -- resolution: -> fixed stage: patch review -> committed

[issue15172] Document nasm-2.10.01 as required version for openssl

2013-06-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset ee3952965934 by Christian Heimes in branch '3.3': Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 on Windows http://hg.python.org/cpython/rev/ee3952965934 New changeset 1b2cbdc9c1d4 by Christian Heimes

[issue18193] Move imp.reload() to importlib

2013-06-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 01da7bf11ca1 by Brett Cannon in branch 'default': Issue #18193: Add importlib.reload(), documenting (but not http://hg.python.org/cpython/rev/01da7bf11ca1 -- nosy: +python-dev status: pendi

[issue18149] filecmp.cmp() incorrect results when previously compared file is modified within modification time resolution

2013-06-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset bfd53dcb02ff by Ned Deily in branch 'default': Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache. http://hg.python.org/cpython/rev/bfd53dcb02ff -- nosy: +python-dev

[issue17222] py_compile.compile() replaces target files, breaking special files and symlinks

2013-06-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 46ef1d2af352 by Brett Cannon in branch 'default': Issue #17222: Raise FileExistsError when py_compile.compile would http://hg.python.org/cpython/rev/46ef1d2af352 -- ___ Python trac

[issue3329] API for setting the memory allocator used by Python

2013-06-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6661a8154eb3 by Victor Stinner in branch 'default': Issue #3329: Add new APIs to customize memory allocators http://hg.python.org/cpython/rev/6661a8154eb3 -- nosy: +python-dev ___ Python trac

[issue18192] Move imp.get_magic() to importlib

2013-06-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5619bc2d8207 by Brett Cannon in branch 'default': Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the http://hg.python.org/cpython/rev/5619bc2d8207 -- nosy: +python-dev

[issue17907] Deprecate imp.new_module() in favour of types.ModuleType

2013-06-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset be50f1403f4d by Brett Cannon in branch 'default': Issue #17907: Document types.ModuleType's constructor and attributes, http://hg.python.org/cpython/rev/be50f1403f4d -- nosy: +python-dev ___

[issue17947] Code, test, and doc review for PEP-0435 Enum

2013-06-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset e7a01c7f69fe by Ethan Furman in branch 'default': Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python standard library). http://hg.python.org/cpython/rev/e7a01c7f69fe -- resolution: -> fixed stage:

[issue3329] API for setting the memory allocator used by Python

2013-06-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset b1455dd08000 by Victor Stinner in branch 'default': Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators http://hg.python.org/cpython/rev/b1455dd08000 --

[issue17907] Deprecate imp.new_module() in favour of types.ModuleType

2013-06-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9cacdb9d0c59 by Brett Cannon in branch 'default': Issue #17907: touch up the code for imp.new_module(). http://hg.python.org/cpython/rev/9cacdb9d0c59 -- ___ Python tracker <http://bu

[issue18194] Move imp.source_from_cache/cache_from_source to importlib

2013-06-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 32067804942e by Brett Cannon in branch 'default': Issue #18194: Introduce importlib.util.cache_from_source() and http://hg.python.org/cpython/rev/32067804942e -- nosy: +python-dev ___ Pyth

[issue17177] Deprecate imp

2013-06-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3d3b9d456eb8 by Brett Cannon in branch 'default': Issue #17177: Update the programming FAQ to use importlib http://hg.python.org/cpython/rev/3d3b9d456eb8 -- nosy: +python-dev ___ Python trac

[issue17177] Deprecate imp

2013-06-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset cc27d50bd91a by Brett Cannon in branch 'default': Issue #17177: stop using imp for compileall. http://hg.python.org/cpython/rev/cc27d50bd91a -- ___ Python tracker <http://bugs.python.o

[issue17177] Deprecate imp

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 30aa032c4bd0 by Brett Cannon in branch 'default': Issue #17177: Stop using imp in distutils http://hg.python.org/cpython/rev/30aa032c4bd0 -- ___ Python tracker <http://bugs.python.o

[issue17177] Deprecate imp

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0b96a16656b7 by Brett Cannon in branch 'default': Issue #17177: Stop using imp in multiprocessing http://hg.python.org/cpython/rev/0b96a16656b7 -- ___ Python tracker <http://bugs.python.o

[issue17177] Deprecate imp

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8fff5554125d by Brett Cannon in branch 'default': Issue #17177: switch from imp.new_module to types.ModuleType for runpy http://hg.python.org/cpython/rev/8fff5554125d -- ___ Python trac

[issue17177] Deprecate imp

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1e141c2cc0d7 by Brett Cannon in branch 'default': Issue #17177: Stop using imp in sysconfig http://hg.python.org/cpython/rev/1e141c2cc0d7 -- ___ Python tracker <http://bugs.python.o

[issue17177] Deprecate imp

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 91467f342977 by Brett Cannon in branch 'default': Issue #17177: Stop using imp with py_compile http://hg.python.org/cpython/rev/91467f342977 New changeset 81cf3d6e6756 by Brett Cannon in branch 'default': Issue #17177: Stop usi

[issue18113] Memory leak in curses.panel

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset aff0bdab358e by Andrew Kuchling in branch '2.7': #18113: Objects associated to a curses.panel object with set_userptr() were leaked. http://hg.python.org/cpython/rev/aff0bdab358e -- nosy: +

[issue18113] Memory leak in curses.panel

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3d75bd69e5a9 by Andrew Kuchling in branch '3.3': #18113: Objects associated to a curses.panel object with set_userptr() were leaked. http://hg.python.org/cpython/rev/3d75bd69e5a9 -- ___ Pyth

[issue17177] Deprecate imp

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset bc18b5d4920e by Brett Cannon in branch 'default': Issue #17177: Stop using imp in a bunch of tests http://hg.python.org/cpython/rev/bc18b5d4920e -- ___ Python tracker <http://bugs.python.o

[issue17177] Deprecate imp

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset f96eb1dc335f by Brett Cannon in branch 'default': Issue #17177: Stop using imp in zipfile http://hg.python.org/cpython/rev/f96eb1dc335f New changeset b2b2bdc4cf6f by Brett Cannon in branch 'default': Issue # 17177: Stop using im

[issue17177] Deprecate imp

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4a1161eaed99 by Brett Cannon in branch 'default': Issue # 17177: Stop using imp in setup.py http://hg.python.org/cpython/rev/4a1161eaed99 -- ___ Python tracker <http://bugs.python.o

[issue17177] Deprecate imp

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset ca3bdac1f88a by Brett Cannon in branch 'default': Issue #17177: update checkpyc to stop using imp http://hg.python.org/cpython/rev/ca3bdac1f88a -- ___ Python tracker <http://bugs.python.o

[issue17177] Deprecate imp

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5e8b377942f7 by Brett Cannon in branch 'default': Issue #17177: stop using imp in test_importlib http://hg.python.org/cpython/rev/5e8b377942f7 -- ___ Python tracker <http://bugs.python.o

[issue14015] surrogateescape largely missing from documentation

2013-06-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 55f611f55952 by Andrew Kuchling in branch '3.3': Describe 'surrogateescape' in the documentation. http://hg.python.org/cpython/rev/55f611f55952 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejec

[issue17177] Deprecate imp

2013-06-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1b8f08c4efd5 by Brett Cannon in branch 'default': Issue #17177: The imp module is pending deprecation. http://hg.python.org/cpython/rev/1b8f08c4efd5 -- ___ Python tracker <http://bu

[issue18058] Define is_package for NamespaceLoader

2013-06-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset ebec625b13f9 by Brett Cannon in branch 'default': Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader http://hg.python.org/cpython/rev/ebec625b13f9 -- nosy: +python-dev ___ Pyth

[issue18115] Use importlib.util.module_to_load in all loaders in importlib

2013-06-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 205aa49e5cd5 by Brett Cannon in branch 'default': Issue #18115: Abstract out managing the cleanup of modules to use in http://hg.python.org/cpython/rev/205aa49e5cd5 -- nosy: +python-dev

[issue18076] Implement importlib.util.decode_source_bytes()

2013-06-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset bdd60bedf933 by Brett Cannon in branch 'default': Issue #18076: Introduce imoportlib.util.decode_source(). http://hg.python.org/cpython/rev/bdd60bedf933 -- nosy: +python-dev ___ Python trac

[issue18223] Refactor test_tarfile

2013-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4b2188b13dd2 by Serhiy Storchaka in branch '3.3': Issue #18223: Refactor test_tarfile. http://hg.python.org/cpython/rev/4b2188b13dd2 New changeset 5c0816e64aac by Serhiy Storchaka in branch 'default': Issue #18223: Refacto

[issue18207] OpenSSL may ignore seconds in notAfter

2013-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset c484ca129288 by Christian Heimes in branch 'default': Issue #18207: Fix test_ssl for some versions of OpenSSL that ignore seconds http://hg.python.org/cpython/rev/c484ca129288 -- nosy: +

[issue18167] cgi.FieldStorage fails to handle multipart/form-data when \r\n appears at end of 65535 bytes without other newlines

2013-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 63058453a4cc by Serhiy Storchaka in branch '2.7': Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data http://hg.python.org/cpython/rev/63058453a4cc New changeset a48f65bac986 by Serhiy Storchaka in branch '3.3

[issue18147] SSL: diagnostic functions to list loaded CA certs

2013-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 38e759e4c9e6 by Christian Heimes in branch 'default': Issue #18147: Add diagnostic functions to ssl.SSLContext(). http://hg.python.org/cpython/rev/38e759e4c9e6 -- nosy: +python-dev ___ Pyth

[issue18228] AIX locale parsing failure

2013-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 00824f9e29f3 by Victor Stinner in branch 'default': Issue #18228: Fix locale test of test.regrtest.saved_test_environment http://hg.python.org/cpython/rev/00824f9e29f3 -- nosy: +python-dev

[issue18228] AIX locale parsing failure

2013-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6cbd992d3411 by Victor Stinner in branch 'default': Issue #18228: Use locale.setlocale(name, None) instead of http://hg.python.org/cpython/rev/6cbd992d3411 -- ___ Python tracker <http://bu

[issue18238] test_signal.py wait_helper hangs on AIX

2013-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset a0e234e10da6 by Victor Stinner in branch '3.3': Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX http://hg.python.org/cpython/rev/a0e234e10da6 New changeset 8e277e6bd11b by Victor Stinner in branch 'default'

[issue17222] py_compile.compile() replaces target files, breaking special files and symlinks

2013-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset e2ccfb096e6a by Brett Cannon in branch 'default': Issue #17222: fix a mix-up in some exception messages. http://hg.python.org/cpython/rev/e2ccfb096e6a -- ___ Python tracker <http://bu

[issue18256] thread_pthread.h fixes for AIX

2013-06-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset f2e373ddfa00 by Antoine Pitrou in branch '3.3': Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. http://hg.python.org/cpython/rev/f2e373ddfa00 New changeset 7081859c1e20 by Antoine Pitrou in branch '

[issue18259] Declare sethostname in socketmodule.c for AIX

2013-06-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9f8efcd78d0d by Christian Heimes in branch '3.3': Issue #18259: Declare sethostname in socketmodule.c for AIX http://hg.python.org/cpython/rev/9f8efcd78d0d New changeset 14748397fc57 by Christian Heimes in branch 'default': I

[issue17177] Deprecate imp

2013-06-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset ded443c603f0 by Brett Cannon in branch 'default': Issue #17177: Clarify some deprecations http://hg.python.org/cpython/rev/ded443c603f0 -- ___ Python tracker <http://bugs.python.o

[issue18202] Minor fixes for test_coding

2013-06-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 410ea970866e by Serhiy Storchaka in branch '3.3': Issue #18202: Fix minor bugs and cleanup test_coding.py. http://hg.python.org/cpython/rev/410ea970866e New changeset 959f4ce4d590 by Serhiy Storchaka in branch 'default': Iss

[issue18248] fficonfig.py.in wrong for AIX

2013-06-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 00082406e13f by Benjamin Peterson in branch '3.3': fix libffi build on AIX (closes #18248) http://hg.python.org/cpython/rev/00082406e13f New changeset 974d4844d5a7 by Benjamin Peterson in branch 'default': merge 3.3 (#18248)

[issue4153] Unicode HOWTO up to date?

2013-06-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1dbbed06a163 by Andrew Kuchling in branch '3.3': #4153: update Unicode howto for Python 3.3 http://hg.python.org/cpython/rev/1dbbed06a163 -- ___ Python tracker <http://bugs.python.

[issue18272] In itertools recipes there is a typo in __builtins__

2013-06-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset b805506b11e0 by Andrew Kuchling in branch '3.3': Closes #18272: use 'builtins' for 3.3 instead of __builtin__ http://hg.python.org/cpython/rev/b805506b11e0 -- nosy: +python-dev resolution: -> fixed stage: ->

[issue18267] xmlrpc.client documentation multicall example missleading for division behaviour of python3

2013-06-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2a3bc6eb2e13 by Andrew Kuchling in branch '3.3': Closes #18267: use floor division in code example http://hg.python.org/cpython/rev/2a3bc6eb2e13 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status

[issue18247] Add Lib/test/data/ to .gitignore

2013-06-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 68e1eec01113 by Andrew Kuchling in branch 'default': Closes #18247: add Lib/test/data/* to .gitignore http://hg.python.org/cpython/rev/68e1eec01113 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejec

[issue18218] In itertools.count() clarify the starting point

2013-06-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 12478f549ed8 by Andrew Kuchling in branch '3.3': Closes #18218: use correct variable name for starting point http://hg.python.org/cpython/rev/12478f549ed8 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejec

[issue18239] In itertools docstring update arguments in count() example

2013-06-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset ad0b44cdae41 by Andrew Kuchling in branch '3.3': Closes #18239: correct description of count() in module docstring http://hg.python.org/cpython/rev/ad0b44cdae41 -- nosy: +python-dev resolution: -> fixed stage: -> committed

<    32   33   34   35   36   37   38   39   40   41   >