summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #18919: Check warnings messages in the aifc module tests.Serhiy Storchaka2013-10-141-3/+7
|\ \ | |/
| * Issue #18919: Check warnings messages in the aifc module tests.Serhiy Storchaka2013-10-141-3/+7
* | Issue #18776: atexit callbacks now display their full traceback when they rai...Antoine Pitrou2013-10-131-0/+19
|\ \ | |/
| * Issue #18776: atexit callbacks now display their full traceback when they rai...Antoine Pitrou2013-10-131-0/+19
* | Closes #17730: in code.interact(), when banner="", do not print anything.Georg Brandl2013-10-131-0/+14
* | pdb: modernize find_function() and add tests for it.Georg Brandl2013-10-131-0/+30
* | Issue19030: commit tests for DynamicClassAttributeEthan Furman2013-10-131-0/+304
* | Issue #18919: Unified and extended tests for audio modules: aifc, sunau andSerhiy Storchaka2013-10-1318-389/+615
|\ \ | |/
| * Issue #18919: Unified and extended tests for audio modules: aifc, sunau andSerhiy Storchaka2013-10-1318-226/+557
* | Remove failing checks for explicit error messages.Mark Dickinson2013-10-131-2/+0
* | Issue #18659: fix test_format test that wasn't being executed. Thanks Vajras...Mark Dickinson2013-10-131-8/+5
* | Back out accidentally pushed changeset b51218966201.Georg Brandl2013-10-131-24/+0
* | Add re.fullmatch() function and regex.fullmatch() method, which anchor theGeorg Brandl2013-10-131-0/+24
* | mergeChristian Heimes2013-10-131-2/+14
|\ \
| * \ Merge.Richard Oudkerk2013-10-121-2/+14
| |\ \ | | |/
| | * Make test_terminate() succeed or fail quickly.Richard Oudkerk2013-10-121-2/+14
* | | Issue #19218: Rename collections.abc to _collections_abc in order to speed up...Christian Heimes2013-10-131-0/+5
|/ /
* | Issue #18582: Add 'pbkdf2_hmac' to the hashlib module.Christian Heimes2013-10-121-0/+82
* | Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10...Antoine Pitrou2013-10-121-4/+4
* | Issue #19205: _osx_support uses the re module all over the place. Omit the te...Christian Heimes2013-10-121-1/+3
* | Close #18754: Run Python child processes in isolated more in the test suite.Victor Stinner2013-10-125-8/+27
* | Issue #19205: add debugging output for failing test on Snow LeopardChristian Heimes2013-10-121-7/+12
* | mergeChristian Heimes2013-10-111-2/+3
|\ \
| * | test_os: report tests as skipped when os.statvfs() fails with ENOSYSVictor Stinner2013-10-111-2/+3
* | | Issue #19209: fix structseq testChristian Heimes2013-10-111-1/+1
|/ /
* | Issue #19209: Remove import of copyreg from the os module to speed upChristian Heimes2013-10-112-1/+26
* | Also test that the locale module isn't loaded during normal startupChristian Heimes2013-10-111-0/+2
* | Issue #19205: Don't import the 're' module in site and sysconfig module toChristian Heimes2013-10-111-0/+15
* | Issue #9548: Add a minimal "_bootlocale" module that is imported by the _io m...Antoine Pitrou2013-10-111-3/+4
* | Fix expected checksum for new unicodedata (after full rebuild)Antoine Pitrou2013-10-111-1/+1
* | #19192: Give up on time.xmlrpc.com as an xmlrpc network test.R David Murray2013-10-112-29/+17
* | Rename contextlib.ignored() to contextlib.ignore().Raymond Hettinger2013-10-111-5/+5
* | upgrade unicode db to 6.3.0 (closes #19221)Benjamin Peterson2013-10-101-1/+1
* | 18764: remove the problematic 'print' alias for the PDB 'p' command.R David Murray2013-10-101-3/+6
* | Issue #15805: Add contextlib.redirect_stdout()Raymond Hettinger2013-10-101-0/+9
* | Whitespace normalization.Tim Peters2013-10-091-16/+16
* | Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.Tim Peters2013-10-091-0/+18
|\ \ | |/
| * Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.Tim Peters2013-10-091-0/+18
* | Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppre...Antoine Pitrou2013-10-087-87/+72
* | Close #19156: add tests and fix for Enum helper edge cases. Patch from CliffM.Ethan Furman2013-10-071-0/+29
* | test_import.test_module_with_large_stack(): unload the test moduleVictor Stinner2013-10-061-1/+9
* | mergeRaymond Hettinger2013-10-064-1/+14
|\ \
| * | Issue #19087: Improve bytearray allocation in order to allow cheap popping of...Antoine Pitrou2013-10-052-1/+10
| * | [issue 19152] Ensure we have actually registered ExtensionFileLoader as an Ex...Eric Snow2013-10-051-0/+1
| * | #19166: merge with 3.3.Ezio Melotti2013-10-051-0/+3
| |\ \ | | |/
| | * #19166: use an unused var in a test. Patch by Vajrasky Kok.Ezio Melotti2013-10-051-0/+3
* | | Strengthen one of the collections.Counter() testsRaymond Hettinger2013-10-061-0/+2
|/ /
* | mergeRaymond Hettinger2013-10-041-0/+24
|\ \ | |/
| * Issue #18594: Make the C code more closely match the pure python code.Raymond Hettinger2013-10-041-0/+24
* | Issue #16803: Run test.test_importlib.test_abc under bothBrett Cannon2013-10-042-120/+308