]> granicus.if.org Git - python/shortlog
python
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...
2012-02-18 Charles-François... Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless...
2012-02-18 Terry Jan ReedyMerge with 3.2 closes 14023
2012-02-18 Terry Jan ReedyIssue 14023 Revert edit to 2.7 version. (I suspect...
2012-02-18 Ezio Melotti#14020: merge with 3.2.
2012-02-18 Ezio Melotti#14020: improve HTMLParser documentation.
2012-02-17 Petri LehtinenMerge branch '3.2'
2012-02-17 Petri LehtinenFix a variable scoping error in an sqlite3 test
2012-02-17 Antoine PitrouTry to really fix compilation failures of the _ssl...
2012-02-17 Éric AraujoBranch merge
2012-02-17 Éric AraujoFix code I unwittingly broke in b0e2d6592a1f (#14038)
2012-02-17 Brett CannonFix importlib.test.__main__ to only worry about command...
2012-02-17 Brett CannonOptimize importlib's case-sensitivity check by wasting...
2012-02-17 Brett CannonHave importlib.test use argparse instead of some hacked...
2012-02-17 Brett CannonHave importlib use os.replace() for atomic renaming.
2012-02-17 Nick CoghlanChange the python3 hardlink to a symlink, and correct...
next