]> granicus.if.org Git - python/shortlog
python
2012-02-29 Ezio Melotti#10713: merge with 3.2.
2012-02-29 Ezio Melotti#10713: Improve documentation for \b and \B and add...
2012-02-29 Larry HastingsMerge: Propagate changes for issues #13053 and #13086...
2012-02-29 Larry HastingsPropagate changes for issues #13053 and #13086 from...
2012-02-28 Nadeem VawdaMerge: Give better failure messages in test_strptime...
2012-02-28 Nadeem VawdaGive better failure messages in test_strptime (cf....
2012-02-28 Sandro Tosimerge with 3.2
2012-02-28 Sandro Tosis/div/truediv/; thanks to Félix-Antoine Fortin from...
2012-02-28 Vinay SajipAdded additional diagnostics to help with #12151.
2012-02-28 Vinay SajipMerged cookbook improvement from 3.2.
2012-02-28 Vinay SajipImproved logging cookbook example.
2012-02-28 Georg BrandlMerge with 3.2.
2012-02-28 Georg BrandlFix markup errors.
2012-02-27 Brett CannonUpdate importlib.invalidate_caches() to be more general.
2012-02-27 Antoine PitrouMore debug output
2012-02-27 Antoine PitrouImprove debugging output for test failure
2012-02-27 Antoine PitrouIssue #13125: Silence spurious test_lib2to3 output...
2012-02-27 Antoine PitrouIssue #13125: Silence spurious test_lib2to3 output...
2012-02-27 Eli BenderskySome corrections for the Doc/extending documentation...
2012-02-27 Stefan KrahNull merge (fix is already in 3.3).
2012-02-27 Stefan KrahIssue #14125: backport refleak fix (d4adbf908983).
2012-02-27 Benjamin Petersontypo
2012-02-27 Stefan KrahIssue #14125: Fix refleak in timemodule.c on Windows...
2012-02-27 Stefan KrahIssue #14125: Fix multiprocessing refleak on Windows...
2012-02-27 Vinay SajipMerged cookbook update for LogRecord customisation.
2012-02-27 Vinay SajipUpdated cookbook with information on customising LogRec...
2012-02-27 Vinay SajipMerged upstream changes.
2012-02-27 Vinay SajipMerged cookbook update from 3.2.
2012-02-27 Vinay SajipUpdated logging cookbook with info on alternative forma...
2012-02-27 Éric AraujoFix comparison bug with 'rc' versions in packaging...
2012-02-27 Stefan KrahIssue #14113: Fix a test_strptime failure caused by...
2012-02-27 Antoine PitrouMerge
2012-02-27 Antoine PitrouMerge
2012-02-27 Antoine PitrouMerge
2012-02-26 Antoine PitrouIssue #13521: dict.setdefault() now does only one looku...
2012-02-26 Antoine PitrouIssue #13521: dict.setdefault() now does only one looku...
2012-02-26 Nadeem VawdaNull merge.
2012-02-26 Nadeem VawdaIssue #13873: Fix crash in test_zlib when running on...
2012-02-26 Georg BrandlRemove duplicate label.
2012-02-26 Benjamin Petersonthe days of pre-standard C compilers are gone
2012-02-26 Antoine PitrouIssue #14080: fix sporadic test_imp failure. Patch...
2012-02-26 Charles-François... Issue #14107: test: Fix a deadlock involving the memory...
2012-02-26 Gregory P.... Issue #14123: Explicitly mention that old style % strin...
2012-02-26 Gregory P.... Issue #14123: Explicitly mention that old style % strin...
2012-02-26 Nick CoghlanClose issue #6210: Implement PEP 409
2012-02-26 Ezio Melotti#14081: The sep and maxsplit parameter to str.split...
2012-02-26 Éric AraujoMerge 3.2
2012-02-26 Éric AraujoBranch merge
2012-02-26 Éric AraujoPort the #6884 fix to packaging
2012-02-26 Éric AraujoBranch merge
2012-02-26 Éric AraujoSet archive format explicitly in one distutils test
2012-02-26 Éric AraujoFix typo in “seperat{or,ion}”
2012-02-26 Éric AraujoUse const markup instead of a misleading string literal
2012-02-25 Ezio Melotti#14114: merge with 3.2.
2012-02-25 Ezio Melotti#14114: don't include copybutton.js in the htmlhelp...
2012-02-25 Éric AraujoMerge from 3.2
2012-02-25 Éric AraujoAdd news entry for previous commit
2012-02-25 Éric AraujoAdd test file for scripts in Tools (#13447).
2012-02-25 Éric AraujoMerge 3.2
2012-02-25 Éric AraujoFix long-standing bugs with MANIFEST.in parsing on...
2012-02-25 Nadeem VawdaUse assertEqual in test_strptime for better failure...
2012-02-25 Stefan Krah- Issue #10181: New memoryview implementation fixes...
2012-02-25 Martin v. LöwisMerge with 3.2
2012-02-25 Martin v. LöwisPackage mime.types
2012-02-25 Philip Jenveyunused imports, pep8
2012-02-25 Victor StinnerClose #14095: type.__new__() doesn't remove __qualname_...
2012-02-24 Victor StinnerOops, revert unwanted changes
2012-02-24 Victor StinnerIssue #14107: fix bigmem tests on str.capitalize()...
2012-02-24 Benjamin Petersonmerge heads
2012-02-24 Benjamin Petersonmerge 3.2
2012-02-24 Benjamin Petersonmerge 3.2.2 release branch for rc
2012-02-24 Brett CannonSimplify importib._resolve_name().
2012-02-24 Antoine PitrouFix compilation error under Windows (and warnings too).
2012-02-24 Ezio Melotti#13973: move a couple of imports at module level. ...
2012-02-24 Brett Cannonmerge
2012-02-24 Brett CannonTurn _return_module() into _handle_fromlist().
2012-02-24 Victor StinnerIssue #13706: Fix format(float, "n") for locale with...
2012-02-24 Brett Cannonmerge
2012-02-24 Brett CannonMake the benchmark recording more sensible for importli...
2012-02-23 Victor StinnerIssue #13706: Fix format(int, "n") for locale with...
2012-02-23 Brett Cannonmerge
2012-02-23 Brett CannonImproper type for __package__ should raise TypeError...
2012-02-23 Brett CannonDo a type check instead of an interface check.
2012-02-23 Victor StinnerIssue #13846: Enhance time.monotonic() documentation
2012-02-23 Vinay SajipMerged upstream changes.
2012-02-23 Vinay SajipMerged upstream changes.
2012-02-23 Vinay SajipMerged upstream changes.
2012-02-23 Vinay SajipMerged fix added for recent changes in non-threading...
2012-02-23 Vinay SajipFix added for recent changes in non-threading environments.
2012-02-23 Georg BrandlAdded tag v3.2.3rc1 for changeset 7085403daf43
2012-02-23 Georg BrandlUpdate copyright year. v3.2.3rc1
2012-02-23 Georg BrandlAdd 3.2.3 to license.
2012-02-23 Georg Brandlmerge with 3.2
2012-02-23 Georg Brandlmerge heads
2012-02-23 Georg BrandlBump version to 3.2.3rc1.
2012-02-23 Georg BrandlUpdate pydoc topics.
2012-02-23 Georg BrandlFix markup errors.
2012-02-23 Vinay SajipMerged logging flush/close changes from 3.2.
2012-02-23 Vinay Sajiplogging: Added locking in flush() and close() handler...
2012-02-23 Benjamin Petersonmerge 3.2
next