]> granicus.if.org Git - python/shortlog
python
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...
2012-02-17 Antoine PitrouFix compilation when SSL_OP_SINGLE_ECDH_USE isn't defined
2012-02-16 Brett CannonTweak the handling of the empty string in sys.path...
2012-02-16 Brett CannonMerge
2012-02-16 Brett Cannonimportlib.__import__() now raises ValueError when level...
2012-02-16 Florent Xiclunafix the _namespace_map cleanup for cElementTree tests.
2012-02-16 Florent XiclunaThe C accelerator was not always imported for cElementT...
2012-02-16 Petri LehtinenMerge branch '3.2'
2012-02-16 Petri Lehtinensqlite3: Fix documentation errors concerning Cursor...
2012-02-16 Charles-François... Merge.
2012-02-16 Charles-François... Issue #13878: Fix random test_sched failures.
2012-02-16 Charles-François... Issue #13878: Fix random test_sched failures.
2012-02-16 Brett CannonRefactor importlib.__import__() and _gcd_import() to...
2012-02-16 Eli Benderskymake TestAccelerator[Not]Imported for ElementTree more...
2012-02-16 Eli BenderskyDisabling a test that fails on some bots. Will investig...
2012-02-16 Gregory P.... merge.
2012-02-16 Gregory P.... Issue #2489: Fix bug in _copy loop that could consume...
2012-02-16 Gregory P.... don't use assertSameElements.
2012-02-16 Gregory P.... NEWS entry for previous commit.
2012-02-16 Gregory P.... Issue #2489: Fix bug in _copy loop that could consume...
2012-02-16 Eli Benderskyin the tests of ElementTree, verify that the C accelera...
2012-02-15 Victor Stinner(Merge 3.2) Issue #13913: Another fix test_pep3120...
2012-02-15 Victor StinnerIssue #13913: Another fix test_pep3120 for the UTF...
2012-02-15 Sandro TosiIssue #11836: document and expose multiprocessing.Simpl...
2012-02-15 Sandro TosiIssue #11836: document multiprocessing.queues.SimpleQueue
2012-02-15 Antoine PitrouMerge
2012-02-15 Antoine PitrouMerge
2012-02-15 Antoine PitrouIssue #13014: Fix a possible reference leak in SSLSocke...
2012-02-15 Victor Stinner(Merge 3.2) Issue #13913: Fix test_pep3120 for the...
2012-02-15 Antoine PitrouIssue #13014: Fix a possible reference leak in SSLSocke...
2012-02-15 Victor StinnerIssue #13913: Fix test_pep3120 for the UTF-8 codec...
2012-02-15 Petri LehtinenMerge branch '3.2'
2012-02-15 Petri LehtinenIssue #13491: Fix many errors in sqlite3 documentation
2012-02-15 Antoine PitrouIssue #7644: Add tests for the file argument of NNTP...
2012-02-15 Antoine PitrouIssue #7644: Add tests for the file argument of NNTP...
2012-02-15 Éric AraujoFix for packaging test failure on shared builds (#1326113)
2012-02-15 Éric AraujoMerge fix from 3.2
2012-02-15 Éric AraujoFix test failure for shared builds caused by #1326113 fix
2012-02-15 Éric AraujoFix parsing of packaging’s build_ext --libraries option...
2012-02-15 Éric AraujoMerge fixes for #1326113 and #12297 from 3.2
2012-02-15 Éric AraujoImprove doc for atexit.register and unregister (#12297)
2012-02-15 Éric AraujoFix parsing of build_ext --libraries option (#1326113)
2012-02-15 Antoine PitrouMove NEWS entry to correct section.
2012-02-15 Antoine PitrouIssue #13020: Fix a reference leak when allocating...
2012-02-15 Antoine PitrouFix indentation
2012-02-15 Antoine PitrouIssue #13020: Fix a reference leak when allocating...
2012-02-15 Antoine PitrouIssue #13015: Fix a possible reference leak in defaultd...
2012-02-15 Antoine PitrouIssue #13015: Fix a possible reference leak in defaultd...
2012-02-14 Brett CannonBring importlib in line w/ changes made in my personal...
2012-02-14 Antoine PitrouIssue #10287: nntplib now queries the server's CAPABILI...
2012-02-14 Antoine PitrouIssue #10287: nntplib now queries the server's CAPABILI...
2012-02-14 Meador IngeIssue #13979: Fix ctypes.util.find_library ldconfig...
2012-02-14 Meador IngeIssue #13979: Fix ctypes.util.find_library ldconfig...
2012-02-14 Victor StinnerTime module doc: Fix reST syntax
2012-02-14 Victor StinnerPyUnicode_DecodeLocale() second argument is now a char...
2012-02-14 Gregory P.... merge the import re (already in this branch).
2012-02-14 Gregory P.... re.escape os.sep so that \ is interpreted properly...
2012-02-14 Gregory P.... import re for the previous commit.
2012-02-14 Gregory P.... re.escape os.sep so that \ is interpreted properly...
2012-02-14 Gregory P.... Issue #13930: fix a / to use os.sep so that the test...
2012-02-14 Gregory P.... Issue #13930: fix a / to use os.sep so that the test...
2012-02-14 Victor Stinner(Merge 3.2) Issue #13913: normalize utf-8 codec name...
2012-02-14 Victor StinnerIssue #13913: normalize utf-8 codec name in UTF-8 decoder
2012-02-13 Victor Stinnerlib2to3 tests: Don't use deprecated API, switch to...
2012-02-13 Ezio MelottiMerge the indexfix and comments clean up.
2012-02-13 Ezio MelottiFix an index and clean up comments.
2012-02-13 Senthil Kumaranshutil copy module reference doc fix.
2012-02-13 Senthil Kumaranshutil copy module reference doc fix.
2012-02-13 Ezio MelottiMerge fix for HTMLParser and improvements in declaratio...
2012-02-13 Ezio MelottiImprove handling of declarations in HTMLParser.
2012-02-13 Ezio MelottiFix htmlparser tests to always use the right collector.
2012-02-13 Florent XiclunaFix xml_etree_c test error (follow up of issue #13988).
2012-02-13 Florent XiclunaIssue #13988: cElementTree is deprecated and the _eleme...
2012-02-13 Ezio Melotti#13993: merge with 3.2.
2012-02-13 Ezio Melotti#13993: HTMLParser is now able to handle broken end...
2012-02-12 Gregory P.... fix whitespace normalization before pushing.
2012-02-12 Gregory P.... fix whitespace normalization before pushing.
2012-02-12 Gregory P.... Issue #13930: Adds ability for 2to3 to write its output...
2012-02-12 Gregory P.... Issue #13930: Adds ability for 2to3 to write its output...
2012-02-12 Petri LehtinenMerge branch '3.2'
2012-02-12 Petri LehtinenFix sqlite3.Connection.iterdump on tables/fields with...
2012-02-12 Antoine PitrouIssue #10287: nntplib now queries the server's CAPABILI...
2012-02-12 Antoine PitrouIssue #10287: nntplib now queries the server's CAPABILI...
2012-02-12 Ross LagerwallMerge with remote.
2012-02-12 Ross LagerwallFix a typo.
2012-02-12 Ross LagerwallAttempt to speed up some subprocess tests (and hopefull...
2012-02-12 Éric AraujoPort the fix for #13193 to packaging
2012-02-12 Éric AraujoMerge fixes for #13193 and FAQ from 3.2
2012-02-12 Éric AraujoFix distutils.filelist.FileList under Windows (#13193).
2012-02-12 Éric AraujoUpdate mention of Subversion in the FAQ.
2012-02-12 Antoine PitrouWhat's new typo
2012-02-11 Nadeem VawdaFix seekable() in BZ2File and LZMAFile to check whether...
2012-02-11 Nadeem VawdaAdd section on bz2 module to whatsnew/3.3.
2012-02-11 Nadeem VawdaFix typo in whatsnew/3.3.
2012-02-11 Nadeem VawdaClean up GzipFile mode string handling code.
2012-02-11 Nadeem VawdaMerge: #13989: Document that GzipFile does not support...
2012-02-11 Nadeem VawdaIssue #13989: Document that GzipFile does not support...
2012-02-11 Florent XiclunaIssue #13988: move the python bootstrap code to cElemen...
2012-02-11 Eli Benderskyfix Doc/extending/extending.rst typo
next