]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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
2012-02-23  Benjamin Petersonmerge 3.1
2012-02-23  Benjamin Petersonupdate copyright year
2012-02-23  Benjamin Petersonmerge 3.2
2012-02-23  Benjamin Petersonmerge 3.1 (with 3.1.5rc1 release tag)
2012-02-23  Benjamin PetersonAdded tag v3.1.5rc1 for changeset ee26aca3219c
2012-02-23  Benjamin Petersonversion now 3.1.5rc1 v3.1.5rc1
2012-02-23  Brett CannonMerge
2012-02-23  Nadeem VawdaSimplify zlib bigmem tests.
2012-02-23  Nadeem VawdaFix previous fix (for test_zlib) to work on 32-bit...
2012-02-23  Nadeem VawdaIssue #13873: Fix crash in test_zlib on bigmem buildbot.
2012-02-22  Brett CannonRefactor importlib to make it easier to re-implement...
2012-02-22  Victor StinnerFix doc of an internal function: unicode_write_cstr()
2012-02-22  Charles-François... Issue #14077: importlib: Fix regression introduced...
2012-02-22  Antoine PitrouNull merge
2012-02-22  Antoine PitrouIssue #14084: Fix a file descriptor leak when importing...
2012-02-22  Antoine PitrouIssue #14084: Fix a file descriptor leak when importing...
2012-02-22  Antoine PitrouIn find_module(), do not silence fileno() and dup(...
2012-02-22  Antoine PitrouFix compile failure under Windows
2012-02-22  Victor StinnerOptimize str%arg for number formats: %i, %d, %u, %x, %p
2012-02-22  Victor StinnerMicro-optimize computation of maxchar in PyUnicode_Tran...
2012-02-22  Victor StinnerMicro-optimize unicode_expandtabs(): use FILL() macro...
2012-02-22  Victor StinnerPyUnicode_New() and unicode_putchar() check for MAX_UNI...
2012-02-22  Nadeem VawdaMerge: #14053: Fix "make patchcheck" to work with MQ.
2012-02-22  Nadeem VawdaIssue #14053: Fix "make patchcheck" to work with MQ.
2012-02-22  Ross LagerwallFix sporadic test_subprocess regression introduced...
2012-02-22  Antoine PitrouFix (presumably) test_hash under big-endian systems...
2012-02-22  Antoine PitrouFix (presumably) test_hash under big-endian systems...
2012-02-22  Antoine PitrouAdditional debug info in case of failure
2012-02-22  Antoine Pitrouunload() should be sufficient
2012-02-22  Antoine PitrouTry to debug sporadic test failures
2012-02-21  Benjamin Petersonremove unapplicable statement
2012-02-21  Georg Brandlmerge with 3.2
2012-02-21  Georg Brandlmerge with 3.2
2012-02-21  Georg BrandlRemove reST markup from --help output. Also: O(n*...
2012-02-21  Victor Stinnersite: don't import traceback at startup to speed up...
2012-02-21  Benjamin Petersonenable hash randomization by default
2012-02-21  Martin v. LöwisIssue #12406: Update list of files.
2012-02-21  Antoine PitrouActually run the new tests.
2012-02-21  Antoine PitrouAdd a test that memoryviews have hash randomization...
2012-02-21  Antoine PitrouFix test failure in test_cmd_line by initializing the...
2012-02-21  Antoine PitrouFix test failure in test_cmd_line by initializing the...
2012-02-21  Martin v. LöwisIssue #12406: prevent case where shortened name could...
2012-02-21  Martin v. Löwismerge 2.6
2012-02-21  Martin v. LöwisIssue #6807: Run msisupport.mak earlier.
2012-02-21  Martin v. Löwismerge 3.2
2012-02-21  Martin v. LöwisIssue #10580: Minor grammar change in Windows installer.
next