summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| | * Issue #19308: fix the gdb plugin on gdbs linked with Python 3Antoine Pitrou2013-11-231-1/+1
* | | Bump version number to 3.4.0b1.v3.4.0b1Larry Hastings2013-11-242-2/+2
* | | Updated pydoc topics for 3.4.0b1.Larry Hastings2013-11-241-4/+4
|/ /
* | Issue #19743: fix test_gdb on some optimized Python buildsAntoine Pitrou2013-11-241-4/+8
* | Selectively re-enable framing testsAntoine Pitrou2013-11-242-11/+21
* | Make Ellipsis and NotImplemented picklable through the reduce protocol.Alexandre Vassalotti2013-11-241-8/+0
* | Make built-in methods picklable through the reduce protocol.Alexandre Vassalotti2013-11-241-8/+1
* | Issue #3158: Relax new doctests a bit.Zachary Ware2013-11-241-4/+9
* | Merge headsZachary Ware2013-11-243-21/+40
|\ \
| * | Issue #3158: doctest can now find doctests in functions and methodsZachary Ware2013-11-243-21/+40
* | | Issue #19734: Also run pip version check in isolated modeNick Coghlan2013-11-241-2/+2
|/ /
* | Issue #19734: Ensure test_venv ignores PIP_REQUIRE_VIRTUALENVNick Coghlan2013-11-241-0/+4
* | Disable annoying tests which doesn't work optimized pickles.Alexandre Vassalotti2013-11-241-11/+13
* | Make framing optional in pickle protocol 4.Alexandre Vassalotti2013-11-242-71/+98
* | Issue #19734: ctypes resource management fixesNick Coghlan2013-11-241-6/+9
* | Issue #19744 (temp workaround): without ssl, skip pip testNick Coghlan2013-11-241-0/+6
* | Issue #19734: venv still needs isolated modeNick Coghlan2013-11-241-1/+1
* | Issue 19734: better diagnostics for test_venv failuresNick Coghlan2013-11-242-6/+18
* | Fix inspect.signature tests for builtins when docstrings are compiled out.Larry Hastings2013-11-242-1/+9
* | Try to fix test_tarfile under WindowsAntoine Pitrou2013-11-241-1/+1