summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-264-41/+73
|\
| * Issue #11489: JSON decoder now accepts lone surrogates.Serhiy Storchaka2013-11-264-41/+73
* | Issue #19638: Merge from 3.3Mark Dickinson2013-11-263-12/+77
|\ \ | |/
| * Issue #19638: Raise ValueError instead of crashing when converting billion ch...Mark Dickinson2013-11-263-12/+77
* | Issue #19794: Improved markup for True/False constants.Serhiy Storchaka2013-11-261-13/+13
|\ \ | |/
| * Issue #19794: Improved markup for True/False constants.Serhiy Storchaka2013-11-261-13/+13
* | Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests.Serhiy Storchaka2013-11-264-8/+10
* | tracemalloc: fix get_traced_memory() docstring for result typeVictor Stinner2013-11-261-1/+1
* | tracemalloc: Fix hash methods of Statistic and StatisticDiffVictor Stinner2013-11-261-4/+3
* | merge with 3.3Georg Brandl2013-11-261-1/+0
|\ \ | |/
| * Markup fix.Georg Brandl2013-11-261-1/+0
* | Fix suspicious test caseChristian Heimes2013-11-261-2/+2
* | Issue #18874: Fix typoVictor Stinner2013-11-261-1/+1
* | Issue #18874: make it more explicit than set_reentrant() only accept 0 or 1Victor Stinner2013-11-261-0/+1
* | Issue #18874: tracemalloc: Comment the trace_t structureVictor Stinner2013-11-261-0/+4
* | Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True)Victor Stinner2013-11-252-6/+1
* | Issue #18874: apply Jim Jewett's patch on tracemalloc docVictor Stinner2013-11-251-9/+13
* | Issue #18874: tracemalloc: explain the purpose of get_traces.tracebacks in a ...Victor Stinner2013-11-251-0/+2
* | asyncio: Add StreamReaderProtocol to __all__.Guido van Rossum2013-11-251-1/+1
* | Issue #19752: Fix "HAVE_DEV_PTMX" implementation of os.openpty()Victor Stinner2013-11-251-1/+5
* | Reverting e39db21df580 eagerly due to buildbot failures.Alexandre Vassalotti2013-11-251-33/+90
* | #13592, #17087: add whatsnew entry about regex/match object repr improvements.Ezio Melotti2013-11-251-0/+7
* | Combine _Pickler_FastCall and _Unpickler_FastCall in cpickle.Alexandre Vassalotti2013-11-251-90/+33
* | #19778: fix a couple of re reprs in the documentation.Ezio Melotti2013-11-251-4/+4
* | Issue #19739: Try to fix compiler warnings on 32-bit Windows.Alexandre Vassalotti2013-11-251-22/+21
* | Issue #19742: fix a test_pathlib failure when a file owner or group isn't in ...Antoine Pitrou2013-11-251-2/+10
* | Issue #19691: remove outdated mention about RuntimeErrorAntoine Pitrou2013-11-251-2/+1
|\ \ | |/
| * Issue #19691: remove outdated mention about RuntimeErrorAntoine Pitrou2013-11-251-2/+1
* | 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
* | Mention the new tracemalloc module in the What's New in Python 3.4 documentVictor Stinner2013-11-251-0/+18
* | Close #19762: Fix name of _get_traces() and _get_object_traceback() functionVictor Stinner2013-11-251-2/+2
* | merge headsGregory P. Smith2013-11-251-4/+2
|\ \
| * | Cleanup test_tracemalloc.py. Patch written by Vajrasky Kok.Victor Stinner2013-11-251-4/+2
* | | Remove an errant extra \ within a docstring.Gregory P. Smith2013-11-251-1/+1
|\ \ \ | |/ / |/| / | |/
| * Remove an errant extra \ within a docstring.Gregory P. Smith2013-11-251-1/+1
* | merge with 3.3Georg Brandl2013-11-251-5/+5
|\ \ | |/
| * Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1.Georg Brandl2013-11-251-5/+5
* | merge with 3.3Georg Brandl2013-11-250-0/+0
|\ \ | |/
| * Fix doc markup error.Georg Brandl2013-11-251-3/+3
* | asyncio: Fix docstring of get_nowait().Guido van Rossum2013-11-251-1/+1
* | Merge save_int into save_long in cpickle to remove redundant code.Alexandre Vassalotti2013-11-251-53/+33
* | asyncio: Add BoundedSemaphore to export list in locks.__all__.Guido van Rossum2013-11-251-1/+1
* | Simplify save_bool in cpickle.Alexandre Vassalotti2013-11-251-18/+11
* | Merge broken link fix from 3.3.Ezio Melotti2013-11-251-1/+1
|\ \ | |/
| * Fix broken link in html.entities docs.Ezio Melotti2013-11-251-1/+1
* | Add whatsnew section about the html package.Ezio Melotti2013-11-251-0/+21
* | #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