summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | the system database
* 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
| | | | | | | | name in their docstring. Patch written by Vajrasky Kok.
* | 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
| | | | | | | | Also, replace unnessary uses of the #if preprocessor directive.
* | 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
| |
* | mergeRaymond Hettinger2013-11-241-5/+9
|\ \ | |/
| * Document that @property can incorporate a docstring from the getter method. ↵Raymond Hettinger2013-11-241-5/+9
| | | | | | | | Improve readabilty with additional whitespace.
* | Issue #19758: silence PendingDeprecationWarnings in test_hmacChristian Heimes2013-11-241-14/+33
| | | | | | | | I also removed some bare excepts from the tests.
* | Merged 3.4.0b1 release head back into trunk.Larry Hastings2013-11-2427-362/+1127
|\ \
| * | Issue #15204: Silence and check the 'U' mode deprecation warnings in tests.Serhiy Storchaka2013-11-245-13/+33
| | | | | | | | | | | | Changed deprecation message in the fileinput module.
| * | Use Clinic to process arguments in cpickle.Alexandre Vassalotti2013-11-241-257/+672
| | | | | | | | | | | | | | | | | | This doesn't make any functional changes to the exisiting implementation. The conversion did help however uncover documentation bugs. The best thing about this conversion is less C code to maintain by hand.
| * | Merge from 3.3.Stefan Krah2013-11-246-37/+329
| |\ \ | | |/
| | * 1) Prepare libmpdec for the 2.4.0 release. None of the following changes ↵Stefan Krah2013-11-246-37/+329
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | affects _decimal: o Make all "mpd_t to C integer" conversion functions available in both the 64-bit and the 32-bit versions. o Make all mixed mpd_t/C integer arithmetic functions available in the 32-bit version. o Better handling of __STDC_LIMIT_MACROS for C++ users. o Add struct tags (at the request of C++ users). 2) Check for libmpdec.so.2 if --with-system-libmpdec is used.
| * | Issue #19636: Fix usage of MAX_PATH in posixmodule.cVictor Stinner2013-11-241-14/+14
| | |
| * | Issue #19636: Fix posix__getvolumepathname(), raise an OverflowError ifVictor Stinner2013-11-241-5/+14
| | | | | | | | | | | | the length doesn't fit in an DWORD
| * | 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-244-1/+12
| |\ \ | | |/ | | | | | | time.strptime(). Initial patch by Claudiu Popa.
| | * Issue #19545: Avoid chained exceptions while passing stray % toSerhiy Storchaka2013-11-244-1/+12
| | | | | | | | | | | | time.strptime(). Initial patch by Claudiu Popa.
| * | merge with 3.3Georg Brandl2013-11-241-0/+1
| |\ \ | | |/
| | * Doc/Makefile: also do "make suspicious" during daily autobuildGeorg Brandl2013-11-241-0/+1
| | |
| * | Fix suspicious markup in the docs.Georg Brandl2013-11-247-20/+22
| | |
| * | Cosmetic fixesEli Bendersky2013-11-241-13/+8
| | |
* | | Added tag v3.4.0b1 for changeset 3405dc9a6afaLarry Hastings2013-11-241-0/+1
| | |
* | | Bump version number to 3.4.0b1.v3.4.0b1Larry Hastings2013-11-246-9/+9
| | |
* | | Updated pydoc topics for 3.4.0b1.Larry Hastings2013-11-241-4/+4
|/ /
* | Null mergeAntoine Pitrou2013-11-240-0/+0
|\ \ | |/
| * Issue #19743: fix test_gdb on some optimized Python buildsAntoine Pitrou2013-11-241-4/+8
| |
* | Issue #19743: fix test_gdb on some optimized Python buildsAntoine Pitrou2013-11-241-4/+8
| |