summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* asyncio: Add 'shield' to __all__.Guido van Rossum2013-11-291-1/+1
* Issue #19698: Remove exec_module() from the built-in and extensionBrett Cannon2013-11-293-164/+36
* Issue #19815: Fix segfault when parsing empty namespace declaration.Eli Bendersky2013-11-281-0/+5
|\
| * Issue #19815: Fix segfault when parsing empty namespace declaration.Eli Bendersky2013-11-281-0/+5
* | ssl.create_default_context() sets OP_NO_COMPRESSION to prevent CRIMEChristian Heimes2013-11-281-0/+2
* | Issue #19595: Re-enable a long-disabled test in test_winsoundZachary Ware2013-11-281-12/+8
* | asyncio: Change write buffer use to avoid O(N**2). Make write()/sendto() acce...Guido van Rossum2013-11-272-78/+207
* | Closes #19786: tracemalloc, remove the arbitrary limit of 100 framesVictor Stinner2013-11-271-6/+6
* | Close #19798: replace "maximum" term with "peak" in get_traced_memory()Victor Stinner2013-11-271-7/+7
* | asyncio: Fix get_event_loop() to call set_event_loop() when setting the loop....Guido van Rossum2013-11-272-1/+17
* | Skip test_find_mac on Windows (issue #19804).Serhiy Storchaka2013-11-271-0/+1
|\ \ | |/
| * Skip test_find_mac on Windows (issue #19804).Serhiy Storchaka2013-11-271-0/+1
* | merge 3.3 (#19729)Benjamin Peterson2013-11-271-0/+2
|\ \ | |/
| * fix format spec recursive expansion (closes #19729)Benjamin Peterson2013-11-271-0/+1
| * Merge headsZachary Ware2013-11-262-2/+31
| |\
* | \ Merge headsZachary Ware2013-11-262-2/+31
|\ \ \
| * \ \ Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment withSerhiy Storchaka2013-11-262-2/+31
| |\ \ \ | | | |/ | | |/|
| | * | Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment withSerhiy Storchaka2013-11-262-2/+31
* | | | Issue #19588: Merge with 3.3Zachary Ware2013-11-261-6/+6
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #19588: Fixed tests in test_random that were silently skipped mostZachary Ware2013-11-261-6/+6
| |/
* | Use @bigmemtest more accurately.Mark Dickinson2013-11-261-3/+3
|\ \ | |/
| * Use @bigmemtest more accurately.Mark Dickinson2013-11-261-3/+3
* | Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-262-22/+64
|\ \ | |/
| * Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-262-22/+64
* | Issue #19638: Merge from 3.3Mark Dickinson2013-11-261-0/+31
|\ \ | |/
| * Issue #19638: Raise ValueError instead of crashing when converting billion ch...Mark Dickinson2013-11-261-0/+31
* | Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests.Serhiy Storchaka2013-11-264-8/+10
* | tracemalloc: Fix hash methods of Statistic and StatisticDiffVictor Stinner2013-11-261-4/+3
* | Fix suspicious test caseChristian Heimes2013-11-261-2/+2
* | Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True)Victor Stinner2013-11-251-4/+0
* | asyncio: Add StreamReaderProtocol to __all__.Guido van Rossum2013-11-251-1/+1
* | Issue #19742: fix a test_pathlib failure when a file owner or group isn't in ...Antoine Pitrou2013-11-251-2/+10
* | asyncio: Hopeful fix for issue 19765.Guido van Rossum2013-11-251-0/+1
* | asyncio: Change mock pipe to mock socket. Hope to fix issue 19750.Guido van Rossum2013-11-251-1/+1
* | Issue #19753: New try to fix test_gdb on System Z buildbotVictor Stinner2013-11-251-0/+2
* | Cleanup test_tracemalloc.py. Patch written by Vajrasky Kok.Victor Stinner2013-11-251-4/+2
* | asyncio: Fix docstring of get_nowait().Guido van Rossum2013-11-251-1/+1
* | asyncio: Add BoundedSemaphore to export list in locks.__all__.Guido van Rossum2013-11-251-1/+1
* | #19620: merge with 3.3.Ezio Melotti2013-11-252-3/+3
|\ \ | |/
| * #19620: Fix typo in docstring (noticed by Christopher Welborn).Ezio Melotti2013-11-252-3/+3
* | Issue #19758: silence PendingDeprecationWarnings in test_hmacChristian Heimes2013-11-241-14/+33
* | Merged 3.4.0b1 release head back into trunk.Larry Hastings2013-11-2412-16/+54
|\ \
| * | Issue #15204: Silence and check the 'U' mode deprecation warnings in tests.Serhiy Storchaka2013-11-245-13/+33
| * | Merge from 3.3.Stefan Krah2013-11-242-0/+2
| |\ \ | | |/
| | * 1) Prepare libmpdec for the 2.4.0 release. None of the following changes aff...Stefan Krah2013-11-242-0/+2
| * | Issue #19753: Try to fix test_gdb on SystemZ buildbotVictor Stinner2013-11-241-0/+1
| * | Issue #19740: Use WaitForSingleObject() instead of trusting TimerOrWaitFired.Richard Oudkerk2013-11-241-2/+9
| * | Issue #19545: Avoid chained exceptions while passing stray % toSerhiy Storchaka2013-11-243-1/+9
| |\ \ | | |/
| | * Issue #19545: Avoid chained exceptions while passing stray % toSerhiy Storchaka2013-11-243-1/+9
| | * Issue #19743: fix test_gdb on some optimized Python buildsAntoine Pitrou2013-11-241-4/+8