]> granicus.if.org Git - python/shortlog
python
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.
2012-02-21 Benjamin Petersonmerge 3.2
2012-02-21 Benjamin Petersonmerge 3.2
2012-02-21 Benjamin Petersonensure no one tries to hash things before the random...
2012-02-21 Petri LehtinenMerge branch '3.2'
2012-02-21 Petri Lehtinensqlite3: Fix 64-bit integer handling in user functions...
2012-02-21 Ezio MelottiMerge the HTMLParser fix with 3.2.
2012-02-21 Ezio MelottiHTMLParser is now able to handle slashes in the start...
2012-02-21 Benjamin Petersonupdate unicode link
2012-02-21 Benjamin Petersonadjust docs for unicode 6.1
2012-02-21 Benjamin Petersonupdate to Unicode 6.1
2012-02-20 Georg BrandlForgot the "empty string -> hash == 0" special case...
2012-02-20 Georg BrandlMerge more test vs hashing-order fixes from 3.2.
2012-02-20 Georg BrandlMerge 3.2: Issue #13703 plus some related test suite...
2012-02-20 Georg BrandlDisable an inspect test: it depends on dict ordering...
next