summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Build a list of supported test tarfiles dynamically for CLI "test" commandSerhiy Storchaka2013-11-241-3/+6
* | Don't attempt to run the _opcode test if it wasn't built.Larry Hastings2013-11-241-2/+3
* | Issue #13477: Added command line interface to the tarfile module.Serhiy Storchaka2013-11-232-1/+259
* | Issue #19674: inspect.signature() now produces a correct signatureLarry Hastings2013-11-234-32/+118
* | Keep asyncio working with Python 3.3 too.Guido van Rossum2013-11-231-2/+9
* | asyncio: Change bounded semaphore into a subclass, like threading.[Bounded]Se...Guido van Rossum2013-11-232-18/+20
* | Issue #19722: Added opcode.stack_effect(), which accuratelyLarry Hastings2013-11-232-0/+35