summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Issue #18776: atexit callbacks now display their full traceback when they ↵Antoine Pitrou2013-10-131-0/+19
|\ | | | | | | raise an exception.
| * Issue #18776: atexit callbacks now display their full traceback when they ↵Antoine Pitrou2013-10-131-0/+19
| | | | | | | | raise an exception.
* | Closes #17730: in code.interact(), when banner="", do not print anything.Georg Brandl2013-10-132-1/+15
| | | | | | | | Also adds tests for banner printing.
* | pdb: modernize find_function() and add tests for it.Georg Brandl2013-10-132-12/+35
| | | | | | | | Closes #18714.
* | 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
|\ \ | |/ | | | | wave.
| * Issue #18919: Unified and extended tests for audio modules: aifc, sunau andSerhiy Storchaka2013-10-1318-226/+557
| | | | | | | | wave.
* | 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 ↵Mark Dickinson2013-10-131-8/+5
| | | | | | | | Vajrasky Kok for the patch.
* | merge with 3.3Georg Brandl2013-10-131-39/+375
|\ \ | |/
| * Closes #17375: port new threading docstrings from 2.7.Georg Brandl2013-10-131-39/+375
| |
* | Back out accidentally pushed changeset b51218966201.Georg Brandl2013-10-132-41/+11
| |
* | Add re.fullmatch() function and regex.fullmatch() method, which anchor theGeorg Brandl2013-10-132-11/+41
| | | | | | | | | | | | | | pattern at both ends of the string to match. Patch by Matthew Barnett. Closes #16203.
* | Close #18281: superfluous stat constants removed from tarfileEthan Furman2013-10-131-24/+0
| |
* | whitespace cleanupChristian Heimes2013-10-131-1/+0
| |
* | 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
| | | | | | | | | | | | This does not fix #19227, but should stop the Gentoo buildbot from hanging.
| | * Issue #18919: If the close() method of a writer in the sunau or wave moduleSerhiy Storchaka2013-10-122-13/+18
| | | | | | | | | | | | | | | failed, second invocation of close() and destructor no more raise an exception.
* | | Issue #19218: set __name__ of _collections_abc to collections.abc in order ↵Christian Heimes2013-10-131-0/+6
| | | | | | | | | | | | to fix tests and keep beautiful qualified names.
* | | Issue #19218: Add facade collections.abcChristian Heimes2013-10-131-0/+3
| | |
* | | Issue #19218: Rename collections.abc to _collections_abc in order to speed ↵Christian Heimes2013-10-135-5/+10
| | | | | | | | | | | | up interpreter start
* | | Remove import functools from re module. The re module imports functools but ↵Christian Heimes2013-10-131-1/+0
|/ / | | | | | | never uses it.
* | Issue #18582: Add 'pbkdf2_hmac' to the hashlib module.Christian Heimes2013-10-122-0/+90
| |
* | Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to ↵Antoine Pitrou2013-10-121-4/+4
| | | | | | | | 10%) smaller.
* | Issue #19131: The aifc module now correctly reads and writes sampwidth ofSerhiy Storchaka2013-10-121-4/+5
|\ \ | |/ | | | | compressed streams.
| * Issue #19131: The aifc module now correctly reads and writes sampwidth ofSerhiy Storchaka2013-10-121-4/+5
| | | | | | | | compressed streams.
* | Issue #19205: _osx_support uses the re module all over the place. Omit the ↵Christian Heimes2013-10-121-1/+3
| | | | | | | | test for nw.
* | Fix wrong exception in _bootlocale (apparently this error condition is never ↵Antoine Pitrou2013-10-121-1/+1
| | | | | | | | triggered)
* | 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-113-28/+26
| | | | | | | | | | | | interpreter startup. stat_result and statvfs_result are now hard-coded to reside in the os module. The patch is based on Victor Stinner's patch.
* | Also test that the locale module isn't loaded during normal startupChristian Heimes2013-10-111-0/+2
| |
* | Issue #19205 fix 406529adf156Christian Heimes2013-10-111-1/+1
| | | | | | | | I forgot to hit save.
* | Issue #19205: Don't import the 're' module in site and sysconfig module toChristian Heimes2013-10-113-4/+21
| | | | | | | | to speed up interpreter start.
* | Issue #9548: Add a minimal "_bootlocale" module that is imported by the _io ↵Antoine Pitrou2013-10-114-21/+45
| | | | | | | | module instead of the full locale module.
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | time.xmlrpc.com has come and gone over the years, and has been gone again for a while. The test did test one thing that the current xmlrpc tests don't: the use of multiple levels of attribute names in the call. So in addition to removing the network test, we add a test in xmlrpc of dotted name access. There should also be a test for when dotted name access is disallowed, but that requires more extensive test harness refactoring, and in any case was not tested by the network test we are deleting, since it is a server-side setting. This is a slightly simplified version of a patch by Vajrasky Kok.
* | Rename contextlib.ignored() to contextlib.ignore().Raymond Hettinger2013-10-112-8/+8
| |
* | 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-102-8/+9
| | | | | | | | | | | | So that it no longer shadows the print function. Patch by Connor Osborn, doc and test changes by R. David Murray.
* | Issue #15805: Add contextlib.redirect_stdout()Raymond Hettinger2013-10-102-1/+48
| |
* | Whitespace normalization.Tim Peters2013-10-091-16/+16
| |
* | Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.Tim Peters2013-10-092-3/+23
|\ \ | |/
| * Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.Tim Peters2013-10-092-3/+23
| |
* | Issue #18948: improve SuppressCoreFiles to include Windows crash popup ↵Antoine Pitrou2013-10-087-87/+72
| | | | | | | | | | | | suppression, and use it in more tests. Patch by Valerie Lambert and Zachary Ware.
* | Issue #18037: Do not escape '\u' and '\U' in raw strings.Serhiy Storchaka2013-10-082-3/+2
|\ \ | |/