]> granicus.if.org Git - python/shortlog
python
2012-02-24 Brett CannonTurn _return_module() into _handle_fromlist().
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 Brandlmerge with 3.2
2012-02-23 Georg Brandlmerge heads
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...
2012-02-20 Antoine PitrouDelete the iterator, which could accidentally keep...
2012-02-20 Antoine PitrouMerge
2012-02-20 Georg BrandlDummy-merge with 3.1
2012-02-20 Georg BrandlFix typo in conditional.
2012-02-20 Antoine PitrouMake "regrtest -j" "-R"-aware
2012-02-20 Georg BrandlFix obscure failures of datetime-related tests due...
2012-02-20 Georg BrandlFix typo.
2012-02-20 Georg BrandlFix dbm_gnu test relying on set order.
2012-02-20 Georg BrandlFix use of deprecated assertRegexpMatches method.
2012-02-20 Antoine PitrouIssue #14063: fix test_importlib failure under OS X...
2012-02-20 Georg BrandlRemove setting hash seed to regrtest's random seed...
2012-02-20 Georg BrandlFix dbm_gnu test relying on set order.
2012-02-20 Georg BrandlFix typo.
2012-02-20 Georg BrandlFix typo in conditional.
2012-02-20 Georg BrandlRemove setting hash seed to regrtest's random seed...
2012-02-20 Georg BrandlAnother test_dis dict order dependency.
2012-02-20 Georg BrandlMerge with 3.1.
2012-02-20 Georg BrandlFix test_dis dependency on dict order.
2012-02-20 Georg BrandlFix use of deprecated assert_ method.
2012-02-20 Georg BrandlFix "sys.path modified" warning in test_strlit, by...
next