summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python standar...Ethan Furman2013-06-142-0/+1386
* Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document theBrett Cannon2013-06-144-6/+22
* mergeBrett Cannon2013-06-142-3/+15
|\
| * Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.Ned Deily2013-06-142-3/+15
* | Issue #17222: Raise FileExistsError when py_compile.compile wouldBrett Cannon2013-06-142-0/+34
|/
* Issue #18193: Add importlib.reload(), documenting (but notBrett Cannon2013-06-143-24/+50
* Remove a dead import line.Brett Cannon2013-06-141-1/+0
* Move test_pep352 over to unittest.main()Brett Cannon2013-06-141-3/+1
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-1483-158/+144
* Issue #18048: Merge test_pep263.py and test_coding.py into test_source_encodi...Serhiy Storchaka2013-06-132-87/+76
|\
| * Issue #18048: Rename test_pep263.py to test_source_encoding.py.Serhiy Storchaka2013-06-131-0/+0
* | Issue #18048: Rename test_coding.py to test_source_encoding.py.Serhiy Storchaka2013-06-131-0/+0
|/
* Issue #15767: Add an explicit test for raising ModuleNotFoundErrorBrett Cannon2013-06-131-0/+7
* Issue #15767: Touch up ModuleNotFoundError usage by import.Brett Cannon2013-06-131-1/+1
* Update various test modules to use unittest.main() for test discoveryBrett Cannon2013-06-1318-108/+24
* Partially revert changeset #281857369a78 to make sure threads areBrett Cannon2013-06-131-1/+11
* Move test___all__ over to unittest.main() and use ModuleNotFoundErrorBrett Cannon2013-06-135-24/+21
* Spruce up test_xmlrpc by using ModuleNotFoundError and moving toBrett Cannon2013-06-131-22/+7
* Move test_zipfile to unittest.main()Brett Cannon2013-06-121-7/+1
* Issue #15767: Introduce ModuleNotFoundError, a subclass ofBrett Cannon2013-06-129-35/+27
* Move code from test_importhooks into test_zipimport.Brett Cannon2013-06-121-1/+25
* Add tests for issue #18183.Serhiy Storchaka2013-06-121-3/+14
|\
| * Add tests for issue #18183.Serhiy Storchaka2013-06-121-3/+15
* | #18196: merge with 3.3Roger Serwy2013-06-121-0/+4
|\ \ | |/
| * #18196: Avoid displaying spurious SystemExit tracebacks.Roger Serwy2013-06-121-0/+4
* | #5492: merge with 3.3Roger Serwy2013-06-121-6/+5
|\ \ | |/
| * #5492: Avoid traceback when exiting IDLE caused by a race condition.Roger Serwy2013-06-121-6/+5
* | explanatory commentBrett Cannon2013-06-111-1/+1
* | typo fixBrett Cannon2013-06-111-1/+1
* | Issue #18158: delete test_importhooks. Redundant in the face ofBrett Cannon2013-06-111-250/+0
* | Issue #18157: stop using imp.load_module() in imp.Brett Cannon2013-06-111-12/+12
* | #17511: merge with 3.3.Roger Serwy2013-06-111-3/+2
|\ \ | |/
| * #17511: Keep IDLE find dialog open after clicking "Find Next".Roger Serwy2013-06-111-3/+2
* | merge 3.3 (#18183)Benjamin Peterson2013-06-101-0/+3
|\ \ | |/
| * remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value ...Benjamin Peterson2013-06-101-0/+3
* | Merge.Richard Oudkerk2013-06-103-1/+5
|\ \ | |/
| * Issue #18174: Fix fd leaks in tests.Richard Oudkerk2013-06-103-1/+5
* | (3.3->default) Ensure that the fix for #17269 also works on OSX 10.4Ronald Oussoren2013-06-101-1/+2
|\ \ | |/
| * Ensure that the fix for #17269 also works on OSX 10.4Ronald Oussoren2013-06-101-1/+2
* | Issue #16102: Make uuid._netbios_getnode() work again on Python 3.Serhiy Storchaka2013-06-091-1/+1
|\ \ | |/
| * Issue #16102: Make uuid._netbios_getnode() work again on Python 3.Serhiy Storchaka2013-06-091-1/+1
* | Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store.Christian Heimes2013-06-092-0/+27
* | Issue #18143: Implement ssl.get_default_verify_paths() in order to debugChristian Heimes2013-06-092-0/+33
* | Issue #18038: SyntaxError raised during compilation sources with illegalSerhiy Storchaka2013-06-091-0/+18
|\ \ | |/
| * Issue #18038: SyntaxError raised during compilation sources with illegalSerhiy Storchaka2013-06-091-0/+18
* | #17691: merge with 3.3.Ezio Melotti2013-06-081-21/+16
|\ \ | |/
| * #17691: test_univnewlines now works with unittest test discovery. Patch by Z...Ezio Melotti2013-06-081-21/+16
| * #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patchTerry Jan Reedy2013-06-088-22/+18
* | Issue #15528: Delay importing atexit until weakref.finalize() used.Richard Oudkerk2013-06-081-3/+7
* | Fixed #18150: duplicate test inside TestSingleDispatchƁukasz Langa2013-06-071-19/+14