]> granicus.if.org Git - python/shortlog
python
2012-04-14 Brett CannonAdd some comments.
2012-04-14 Brian Curtinmerge with the tip
2012-04-14 Brian CurtinFix Windows build
2012-04-14 Brett CannonFix an import race condition.
2012-04-14 Brett CannonTry to fix a sporadic test failure from what is probabl...
2012-04-14 Brett CannonUndo a C99 idiom.
2012-04-14 Brett CannonIssue #2377: Make importlib the implementation of __imp...
2012-04-14 Sandro Tosimerge with 3.2
2012-04-14 Sandro Tosifix typo; thanks to Jérôme Mainka from docs@
2012-04-14 Ezio MelottiMerge highlight and spacing fixes in json example with...
2012-04-14 Ezio MelottiFix highlight and spacing in json example.
2012-04-14 Ezio Melotti#14535: merge with 3.2.
2012-04-14 Ezio Melotti#14535: fix code highlight in multiprocessing examples...
2012-04-14 R David MurrayMerge #14399: corrected news item
2012-04-14 R David Murray#14399: corrected news item
2012-04-13 Benjamin Petersonmerge 3.2
2012-04-13 Benjamin Petersonmove outside WITH_THREAD conditional
2012-04-13 Victor StinnerFix clock_gettime/getres/settime: PyArg_ParseTuple...
2012-04-13 Michael FoordMinor docstring / docs corrections for unittest.mock
2012-04-13 Michael FoordMake unittest.mock.create_autospec resilient against...
2012-04-13 Benjamin Petersonmerge 3.2
2012-04-13 Benjamin Petersontake linkage def outside of WITH_THREAD conditional...
2012-04-13 Michael Foordunittest.mock.PropertyMock return value and attributes...
2012-04-13 Benjamin Petersonput PyImportErrorObject with its brothers
2012-04-13 Brett CannonMerge
2012-04-13 Brett CannonNEWS entry about importlib and ImportError's new attrib...
2012-04-13 Brett CannonHave importlib take advantage of ImportError's new...
2012-04-13 Amaury Forgeot... merge heads
2012-04-13 Amaury Forgeot... merge heads
2012-04-13 Amaury Forgeot... Merge heads
2012-04-13 Brett CannonIssue #1559549: Add 'name' and 'path' attributes to...
2012-04-13 Amaury Forgeot... hg merge 3.2
2012-04-13 Amaury Forgeot... Issue14559: Fix build files old Microft compilers.
2012-04-12 R David MurrayMerge #14399: zipfile now correctly handles comments...
2012-04-12 R David Murray#14399: zipfile now correctly handles comments added...
2012-04-12 Victor StinnerDoc: sort time.CLOCK_xxx constants
2012-04-12 Georg BrandlNull-merge 3.2 branch.
2012-04-12 Georg Brandl3.2 sidebar: link to 3.3, not 3.1
2012-04-12 Charles-François... Issue #14557: Fix extensions build on HP-UX. Patch...
2012-04-12 Charles-François... Issue #14557: Fix extensions build on HP-UX. Patch...
2012-04-12 Senthil Kumarancode improvement. 'as cm' not required when not used...
2012-04-12 R David MurrayMerge doc fixes #14553 and #14552.
2012-04-12 R David Murray#14553: fix word order.
2012-04-12 R David Murray#14552: remove redundant wording in 'test' docs.
2012-04-11 Benjamin Petersonmerge 3.2 (null)
2012-04-11 Benjamin Petersonmerge 3.1 (null)
2012-04-11 Benjamin Petersonafter 3.1.5
2012-04-11 R David Murray#14508: make gprof2html script runnable under python3
2012-04-11 R David Murray#14508: make gprof2html script runnable under python3
2012-04-11 Senthil Kumaranmerge to default - Issue 10484 - Incorporate improvemen...
2012-04-11 Senthil Kumaran3.2 - Issue 10484 - Incorporate improvements to CGI...
2012-04-11 Antoine PitrouImprove the threading.Condition docs.
2012-04-11 Antoine PitrouImprove the threading.Condition docs.
2012-04-11 Georg Brandl#14545: merge 3.2
2012-04-11 Georg BrandlMerge 3.2
2012-04-11 Georg BrandlCloses #14545: make clearer what was added.
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).
next