Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop using the deprecated unittest.TestCase.assertRaisesRegexp() | Brett Cannon | 2013-06-16 | 1 | -5/+5 |
| | |||||
* | Make test_builtin work when executed directly | Brett Cannon | 2013-06-16 | 1 | -1/+4 |
| | |||||
* | Prevent a possible double close of parent pipe fds when the subprocess | Gregory P. Smith | 2013-06-16 | 2 | -18/+29 |
|\ | | | | | | | | | exec runs into an error. Prevent a regular multi-close of the /dev/null fd when any of stdin, stdout and stderr was set to DEVNULL. | ||||
| * | news entry for subprocess double close fix. | Gregory P. Smith | 2013-06-16 | 1 | -0/+4 |
| | | |||||
| * | Prevent a possible double close of parent pipe fds when the subprocess | Gregory P. Smith | 2013-06-16 | 1 | -18/+25 |
| | | | | | | | | | | exec runs into an error. Prevent a regular multi-close of the /dev/null fd when any of stdin, stdout and stderr was set to DEVNULL. | ||||
* | | Issue #17177: stop using imp in test_importlib | Brett Cannon | 2013-06-15 | 16 | -76/+78 |
| | | |||||
* | | Issue #17177: update checkpyc to stop using imp | Brett Cannon | 2013-06-15 | 1 | -4/+4 |
| | | |||||
* | | Issue # 17177: Stop using imp in setup.py | Brett Cannon | 2013-06-15 | 1 | -2/+3 |
| | | |||||
* | | Issue # 17177: Stop using imp in turtledemo | Brett Cannon | 2013-06-15 | 1 | -1/+1 |
| | | |||||
* | | Issue #17177: Stop using imp in zipfile | Brett Cannon | 2013-06-15 | 2 | -5/+5 |
| | | |||||
* | | Issue #17177: Stop using imp in a bunch of tests | Brett Cannon | 2013-06-15 | 7 | -15/+17 |
| | | |||||
* | | Merge with 3.3 | Andrew Kuchling | 2013-06-15 | 3 | -0/+20 |
|\ \ | |/ | |||||
| * | #18113: Objects associated to a curses.panel object with set_userptr() were ↵ | Andrew Kuchling | 2013-06-15 | 3 | -0/+20 |
| | | | | | | | | | | | | leaked. Reported by Atsuo Ishimoto. | ||||
* | | Issue #17177: Stop using imp in sysconfig | Brett Cannon | 2013-06-15 | 1 | -2/+2 |
| | | |||||
* | | Issue #17177: switch from imp.new_module to types.ModuleType for runpy | Brett Cannon | 2013-06-15 | 1 | -1/+2 |
| | | |||||
* | | Issue #17177: Stop using imp in pydoc | Brett Cannon | 2013-06-15 | 1 | -5/+4 |
| | | |||||
* | | Issue #17177: Stop using imp with py_compile | Brett Cannon | 2013-06-15 | 2 | -5/+6 |
| | | |||||
* | | merge | Brett Cannon | 2013-06-15 | 1 | -2/+2 |
|\ \ | |||||
| * | | Fix typo; clarify that the methods were removed entirely | Andrew Kuchling | 2013-06-15 | 1 | -2/+2 |
| | | | |||||
* | | | merge w/ 3.3 | Brett Cannon | 2013-06-15 | 3 | -2/+2 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Drop some dead imports of imp | Brett Cannon | 2013-06-15 | 3 | -2/+2 |
| | | |||||
* | | Issue #17177: Stop using imp in multiprocessing | Brett Cannon | 2013-06-15 | 1 | -2/+2 |
| | | |||||
* | | Issue #17177: Stop using imp in distutils | Brett Cannon | 2013-06-15 | 7 | -22/+26 |
| | | |||||
* | | Issue #17177: stop using imp for compileall. | Brett Cannon | 2013-06-15 | 2 | -32/+29 |
| | | |||||
* | | make test more robust under Windows | Brett Cannon | 2013-06-15 | 1 | -1/+1 |
| | | |||||
* | | Issue #17177: Update the programming FAQ to use importlib | Brett Cannon | 2013-06-15 | 1 | -5/+5 |
| | | |||||
* | | Move something to the right section of What's New | Brett Cannon | 2013-06-15 | 1 | -4/+6 |
| | | |||||
* | | Issue #18194: Introduce importlib.util.cache_from_source() and | Brett Cannon | 2013-06-15 | 2 | -2/+37 |
| | | | | | | | | | | source_from_cache(), finishing the work introduced in changset 4134:9cacdb9d0c59. | ||||
* | | Make it more obvious what things used in imp are snuck in through private APIs | Brett Cannon | 2013-06-15 | 1 | -11/+8 |
| | | |||||
* | | Issue #17907: touch up the code for imp.new_module(). | Brett Cannon | 2013-06-15 | 8 | -3544/+3686 |
| | | |||||
* | | Fix markup of the synopsis along with changing to state what is in the | Brett Cannon | 2013-06-15 | 1 | -2/+2 |
| | | | | | | | | module and not as a definition of what an enumeration is. | ||||
* | | Merge heads | Victor Stinner | 2013-06-15 | 6 | -2/+1964 |
|\ \ | |||||
| * | | Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python ↵ | Ethan Furman | 2013-06-14 | 4 | -0/+1930 |
| | | | | | | | | | | | | | | | | | | | | | standard library). Missing files added. News entry added. | ||||
| * | | Issue #17907: Document types.ModuleType's constructor and attributes, | Brett Cannon | 2013-06-14 | 3 | -2/+34 |
| | | | | | | | | | | | | allowing for documenting imp.new_module() as deprecated. | ||||
* | | | Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory ↵ | Victor Stinner | 2013-06-15 | 6 | -772/+212 |
|/ / | | | | | | | | | | | allocators The new API require more discussion. | ||||
* | | Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the | Brett Cannon | 2013-06-14 | 8 | -8/+37 |
| | | | | | | | | deprecation of imp.get_magic(). | ||||
* | | Issue #3329: Add new APIs to customize memory allocators | Victor Stinner | 2013-06-14 | 6 | -212/+772 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add a new PyMemAllocators structure * New functions: - PyMem_RawMalloc(), PyMem_RawRealloc(), PyMem_RawFree(): GIL-free memory allocator functions - PyMem_GetRawAllocators(), PyMem_SetRawAllocators() - PyMem_GetAllocators(), PyMem_SetAllocators() - PyMem_SetupDebugHooks() - _PyObject_GetArenaAllocators(), _PyObject_SetArenaAllocators() * Add unit test for PyMem_Malloc(0) and PyObject_Malloc(0) * Add unit test for new get/set allocators functions * PyObject_Malloc() now falls back on PyMem_Malloc() instead of malloc() if size is bigger than SMALL_REQUEST_THRESHOLD, and PyObject_Realloc() falls back on PyMem_Realloc() instead of realloc() * PyMem_Malloc() and PyMem_Realloc() now always call malloc() and realloc(), instead of calling PyObject_Malloc() and PyObject_Realloc() in debug mode | ||||
* | | merge | Brett Cannon | 2013-06-14 | 5 | -3/+32 |
|\ \ | |||||
| * | | Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache. | Ned Deily | 2013-06-14 | 5 | -3/+32 |
| | | | | | | | | | | | | Patch by Mark Levitt | ||||
* | | | Issue #17222: Raise FileExistsError when py_compile.compile would | Brett Cannon | 2013-06-14 | 5 | -1/+52 |
|/ / | | | | | | | overwrite a symlink or non-regular file with a regular file. | ||||
* | | Issue #18193: Add importlib.reload(), documenting (but not | Brett Cannon | 2013-06-14 | 6 | -24/+122 |
| | | | | | | | | | | | | implementing in code) the deprecation of imp.reload(). Thanks to Berker Peksag for the patch. | ||||
* | | Remove a dead import line. | Brett Cannon | 2013-06-14 | 1 | -1/+0 |
| | | | | | | | | Noticed by Serhly Storchaka. | ||||
* | | Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 ↵ | Christian Heimes | 2013-06-14 | 2 | -2/+7 |
|\ \ | |/ | | | | | on Windows | ||||
| * | Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 ↵ | Christian Heimes | 2013-06-14 | 2 | -2/+10 |
| | | | | | | | | on Windows | ||||
* | | Simplify return value of ssl.get_default_verify_paths | Christian Heimes | 2013-06-14 | 1 | -11/+3 |
| | | | | | | | | prefix function with PySSL_, too. Other module level functions have a prefix, too. | ||||
* | | comparing with http://hg.python.org/cpython/ | Christian Heimes | 2013-06-14 | 2 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | searching for changes changeset: 84118:98343392fd81 tag: tip user: Christian Heimes <christian@cheimes.de> date: Fri Jun 14 14:54:48 2013 +0200 files: PC/VS9.0/_socket.vcproj PC/VS9.0/_ssl.vcproj description: Fix compilation of Python with VS 2008 Contrary to VS 2010 the compiler doesn't like semicolon seperated dependency names | ||||
* | | Closes issue 17947. Adds PEP-0435 (Enum, IntEnum) to the stdlib. | Ethan Furman | 2013-06-14 | 1 | -0/+1 |
| | | |||||
* | | Move test_pep352 over to unittest.main() | Brett Cannon | 2013-06-14 | 1 | -3/+1 |
| | | |||||
* | | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 83 | -158/+144 |
| | | | | | | | | ModuleNotFoundError. | ||||
* | | Issue #18048: Merge test_pep263.py and test_coding.py into ↵ | Serhiy Storchaka | 2013-06-13 | 2 | -87/+76 |
|\ \ | | | | | | | | | | test_source_encoding.py. |