]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2012-04-11  Georg BrandlMerge 3.2
2012-04-11  Senthil Kumaranuse assertWarns instead of check_warnings - Issue14341
2012-04-11  Georg BrandlMerge 3.2.3 release clone.
2012-04-11  Georg BrandlPost-release update.
2012-04-11  Brett CannonMake the trace module ignore modules whose names start...
2012-04-10  Stefan Krah1) Remove claim of an input invariant that is only...
2012-04-10  Stefan KrahFix stale comment.
2012-04-10  Antoine PitrouMerge
2012-04-10  Antoine PitrouSmall improvements to the threading docs: better public...
2012-04-10  Antoine PitrouFix some markup in the threading docs.
2012-04-10  Antoine PitrouIssue #8799: Fix and improve the threading.Condition...
2012-04-10  Senthil Kumaranmerge heads
2012-04-10  Senthil Kumaranmerge heads
2012-04-10  Senthil Kumaranmerge - fix the incorrect changes made for PATH_INFO...
2012-04-10  Senthil Kumaran3.2- fix the incorrect changes made for PATH_INFO value...
2012-04-10  Vinay SajipMerged updates to logging reference and HOWTO from...
2012-04-10  Vinay SajipUpdated logging reference and HOWTO.
2012-04-10  Vinay SajipIssue #14541: Merged addition of test/sndhdrdata to...
2012-04-10  Vinay SajipIssue #14541: Added test/sndhdrdata to Makefile.pre...
2012-04-10  Georg BrandlAdded tag v3.2.3 for changeset 3d0686d90f55
2012-04-10  Georg BrandlMerge. v3.2.3
2012-04-10  Georg BrandlBump to 3.2.3 final.
2012-04-10  Georg BrandlNews entry for f91ecbc8bafc.
2012-04-10  Stefan KrahIssue #14478: Cache the hash of a Decimal in the C...
2012-04-10  Senthil Kumaranmerge - minor .rst fix
2012-04-10  Senthil Kumaranminor .rst fix
2012-04-09  Stefan KrahMerge.
2012-04-09  Stefan KrahIssue #14520: Add __sizeof__() method to the Decimal...
2012-04-09  Benjamin Petersonmerge 3.2
2012-04-09  Benjamin Petersonmerge heads
2012-04-09  Benjamin Petersonmerge heads
2012-04-09  Benjamin Petersonmerge 3.2 (#14509)
2012-04-09  Benjamin Petersonmerge 3.1 (#14509)
2012-04-09  Benjamin Petersonfix build without Py_DEBUG and DNDEBUG (closes #14509)
2012-04-09  Stefan KrahResize the coefficient to MPD_MINALLOC also if the...
2012-04-09  Vinay SajipMerged comment correction from 3.2.
2012-04-09  Vinay SajipCorrected comment in cookbook example script.
2012-04-09  Stefan Krah_decimal is now 100x faster than the Python version...
2012-04-09  Stefan KrahSpeed up _decimal by 30-40% for numerical workloads...
2012-04-09  Stefan KrahUse the MPD() accessor macro.
2012-04-09  Antoine PitrouUpdate description of benchmarks and mention the benchm...
2012-04-09  Antoine PitrouFix whitespace
2012-04-09  Antoine PitrouIssue #13165: stringbench is now available in the Tools...
2012-04-09  R David MurrayRename test_ file that is really a support file to...
2012-04-09  R David MurrayReflow paragraph (not that it helped much).
2012-04-09  R David Murray#14533: if a test has no test_main, use loadTestsFromMo...
2012-04-09  R David Murray#12537: in mailbox avoid depending on knowledge of...
2012-04-09  R David MurrayRemove redundancy in listing of all mailbox classes...
2012-04-08  Antoine PitrouNull merge
2012-04-08  Antoine PitrouFix the patch for issue #7978: select() raises select...
2012-04-08  Antoine PitrouFix flakiness in test_socketserver
2012-04-08  Antoine PitrouFix flakiness in test_socketserver
2012-04-08  Antoine PitrouIssue #7978: socketserver now restarts the select(...
2012-04-08  Antoine PitrouIssue #7978: socketserver now restarts the select(...
2012-04-08  R David MurrayMerge: Make test_mailbox runnable via python -m unittest.
2012-04-08  R David MurrayMake test_mailbox runnable via python -m unittest.
2012-04-08  Kristján Valur... Remove unused variable from gcmodule.c. The code no...
2012-04-08  Vinay SajipMerged logging cookbook update from 3.2.
2012-04-08  Vinay SajipAdded multiprocessing example to logging cookbook.
2012-04-07  Antoine PitrouIssue #14522: Avoid duplicating socket handles in multi...
2012-04-07  Kristján Valur... Issue #14310: Catch testing errors when trying to creat...
2012-04-07  Brett Cannonstruct timeval.tv_usec is 4 bytes on 64-bit OS X as...
2012-04-07  Georg BrandlDetermine opensearch URL from current version.
2012-04-07  Georg BrandlCloses #14511: merge with 3.2
2012-04-07  Georg BrandlCloses #14511: fix wrong opensearch link for 3.2 docs.
2012-04-07  Stefan KrahMerge.
2012-04-07  Stefan Krah1) Fix comment.
2012-04-07  Kristján Valur... Issue #14310: inter-process socket duplication for...
2012-04-07  Ross LagerwallDon't Py_DECREF NULL variable in io.IncrementalNewlineD...
2012-04-06  Benjamin Petersonmerge 3.2
2012-04-06  Benjamin Petersonmerge heads
2012-04-06  Benjamin Petersonmerge heads
2012-04-06  Benjamin Petersonmerge 3.2
2012-04-06  Benjamin Petersonport 3.1.5rc2 tag
2012-04-06  Benjamin Petersonmerge 3.1
2012-04-06  Benjamin PetersonAdded tag v3.1.5 for changeset 7395330e495e
2012-04-06  Benjamin Petersonbump to 3.1.5 final v3.1.5
2012-04-06  Brett CannonIssue #14500: Fix importlib.test.import_.test_packages...
2012-04-06  Brett Cannonmerge
2012-04-06  Kristján Valur... Set a time threshold in test_asyncore.capture_server...
2012-04-06  Sandro TosiIssue #14502: it's RuntimeError on 3.3
2012-04-06  R David MurrayMerge #14492: fix some bugs in Tools/scripts/pdeps.py.
2012-04-06  R David Murray#14492: fix some bugs in Tools/scripts/pdeps.py.
2012-04-06  Benjamin Petersonmerge 3.2
2012-04-05  Sandro Tosimerge heads
2012-04-05  Victor StinnerClose #14249: Use bit shifts instead of an union, it...
2012-04-05  Sandro TosiIssue #14502: merge with 3.2
2012-04-05  Sandro TosiIssue #14502: release() and unlocked lock generates...
2012-04-05  Raymond HettingerClarify that the purpose of computing all the miscellan...
2012-04-05  Andrew SvetlovIssue #8515: Set __file__ when run file in IDLE.
2012-04-05  Stefan KrahMerge.
2012-04-05  Stefan KrahWhitespace.
2012-04-05  Stefan KrahReduce array size.
2012-04-05  Andrew SvetlovMerge from 3.2
2012-04-05  Andrew SvetlovIssue #14496: Fix wrong name in idlelib/tabbedpages.py.
2012-04-05  Stefan KrahFormatting.
2012-04-05  Stefan KrahAllow printing a leading '-' and the maximum number...
2012-04-05  Stefan KrahRaise InvalidOperation if exponents of zeros are clampe...
2012-04-05  Victor StinnerClose #14249: Use an union instead of a long to short...
2012-04-05  Andrew SvetlovIssue #3033: Add displayof parameter to tkinter font.
next