]> granicus.if.org Git - python/shortlog
python
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...
2012-02-20 Georg BrandlFix bad inheritance in test_subprocess that led to...
2012-02-20 Georg BrandlRun tests with -R on "make test" and the buildbots.
2012-02-20 Georg BrandlMerge from 3.1: Issue #13703: add a way to randomize...
2012-02-20 Benjamin Petersondon't rely on the order of module clearing
2012-02-20 Benjamin Petersonput docstrings on functions
2012-02-20 Georg BrandlIssue #13703: add a way to randomize the hash values...
2012-02-20 Vinay SajipMerged upstream changes.
2012-02-20 Vinay SajipMerged upstream changes.
2012-02-20 Antoine PitrouFix use of assertRaises following c760bd844222 (spotted...
2012-02-20 Antoine PitrouIssue #14040: Remove rarely used file name suffixes...
2012-02-20 Vinay SajipMerged documentation update from 3.2.
2012-02-20 Vinay Sajiplogging: clarified documentation for Handler.handleError.
2012-02-20 Antoine PitrouIssue #13641: Decoding functions in the base64 module...
2012-02-20 Benjamin Petersonmerge heads
2012-02-20 Benjamin Petersonwrite versionadded
2012-02-20 Antoine Pitrou_relax_case -> _make_relax_case
2012-02-20 Benjamin Petersoncheck for NULL to fix segfault
2012-02-20 Benjamin Petersonuse new generic __dict__ descriptor implementations
2012-02-20 Benjamin Petersonadd generic implementation of a __dict__ descriptor...
2012-02-20 Antoine PitrouMerge
2012-02-20 Éric AraujoMerge 3.2
2012-02-20 Antoine PitrouIssue #14043: Speed up importlib's _FileFinder by at...
2012-02-20 Éric AraujoAdd missing “::” markup.
2012-02-20 Brett CannonFix a failing importlib test under Windows.
2012-02-20 Benjamin Petersonfix test now that staticmethod and classmethod are...
2012-02-19 Antoine PitrouFix last remaining build issues of _ssl under old OpenS...
2012-02-19 Martin v. LöwisCreate _attr/_attrNS lazily.
2012-02-19 Martin v. LöwisUse __slots__ throughout instead of __dict__, to reduce...
2012-02-19 Sandro TosiIssue #13605: merge with 3.2
2012-02-19 Sandro TosiIssue #13605: use print() in argparse nargs example
2012-02-19 Benjamin Petersoninitialize __dict__ if needed
2012-02-19 Sandro Tosimerge with 3.2
2012-02-19 Sandro Tosidon't split 'Hye-Shik Chang' name; thanks to Sergey...
2012-02-19 Sandro Tosimerge with 3.2
2012-02-19 Sandro TosiIndent 'File' in memoryview example, so it is correctly...
2012-02-19 Benjamin Petersonuse defaults
2012-02-19 Benjamin Petersonmerge 3.2
2012-02-19 Benjamin Petersonuse Py_CLEAR
2012-02-19 Benjamin Petersonallow arbitrary attributes on classmethod and staticmet...
2012-02-19 Jesus CeaMERGE: Test for issue #13500
2012-02-19 Jesus CeaTest for issue #13500
2012-02-19 Jesus CeaTest for issue #13500
2012-02-18 Sandro Tosimerge with 3.2
2012-02-18 Sandro Tosifix error in memoryview example; thanks to kan lianlian...
2012-02-18 Charles-François... Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless...
2012-02-18 Charles-François... Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless...
next