]> granicus.if.org Git - python/shortlog
python
2013-12-20 R David MurrayMove versionadded for tracemalloc into the standard...
2013-12-20 R David MurrayMove versionadded for ensurepip into the standard locat...
2013-12-20 R David MurrayFix Sphinx markup for asyncio modules so :mod:`asyncio...
2013-12-20 R David MurrayAdd versionadded to enum docs.
2013-12-20 R David MurrayAdd email package to whatsnew list of significantly...
2013-12-20 Zachary WareUpdate test.outstanding_bugs.py
2013-12-20 Zachary WareUpdate test.outstanding_bugs.py
2013-12-20 Serhiy StorchakaIssue #20034: Updated alias mapping to most recent...
2013-12-20 Serhiy StorchakaIssue #20034: Updated alias mapping to most recent...
2013-12-20 Nick CoghlanIssue #19946: use public API for multiprocessing start...
2013-12-19 Guido van Rossumasyncio: Clean up formatting.
2013-12-19 Victor StinnerClose #19967: Thanks to the PEP 442, asyncio.Future...
2013-12-19 Guido van RossumShorten lines.
2013-12-19 Serhiy StorchakaNull merge
2013-12-19 Serhiy StorchakaDon't use sebTest() in tests for issue #5815.
2013-12-19 Zachary WareNull merge with 3.3.
2013-12-19 Zachary WareIssue #19683: Removed empty tests from test_minidom...
2013-12-19 Serhiy StorchakaMerge with 3.3
2013-12-19 Serhiy StorchakaIssue #5815: Fixed support for locales with modifiers...
2013-12-19 Serhiy StorchakaIssue #5815: Fixed support for locales with modifiers...
2013-12-19 Victor StinnerFix the C definition of the sys._debugmallocstats(...
2013-12-19 Victor Stinner(Merge 3.3) Issue #20025: ssl.RAND_bytes() and ssl...
2013-12-19 Victor StinnerIssue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_byte...
2013-12-19 Victor StinnerMerge heads
2013-12-19 Victor Stinner(Merge 3.3) Issue #20026: Fix the sqlite module to...
2013-12-19 Victor StinnerIssue #20026: Fix the sqlite module to handle correctly...
2013-12-19 Serhiy StorchakaIssue #18829: csv.Dialect() now checks type for delimit...
2013-12-19 Serhiy StorchakaIssue #18829: csv.Dialect() now checks type for delimit...
2013-12-19 Victor StinnerBetter assertion in PyObject_Call() to detect functions...
2013-12-19 Victor StinnerFix _Py_DisplaySourceLine(), if PyTokenizer_FindEncodin...
2013-12-19 Victor StinnerFix os.listdir(): _Py_dup() already raises an exception...
2013-12-19 Nick CoghlanIssue #19946: appropriately skip new multiprocessing...
2013-12-19 Vinay SajipCloses #19902: Merged update from 3.3.
2013-12-19 Vinay SajipIssue #19902: Added list of logging levels.
2013-12-19 Eric SnowRemove some dead code in importlib, introduced with...
2013-12-18 Benjamin Petersonmerge 3.3 (#20018)
2013-12-18 Benjamin Petersonupdate url to spec (closes #20018)
2013-12-18 Gregory P.... remove trailing spaces
2013-12-18 Gregory P.... remove trailing spaces.
2013-12-18 Zachary WareCloses #20005: Fix typo in operator docs. Patch by...
2013-12-18 Zachary WareIssue #20005: Fix typo in operator docs. Patch by...
2013-12-18 Serhiy StorchakaIssue #19492: Silently skipped distutils tests now...
2013-12-18 Serhiy StorchakaIssue #19492: Silently skipped distutils tests now...
2013-12-18 R David MurrayMerge: #19855: uuid.get_node now looks on the PATH...
2013-12-18 R David Murray#19855: uuid.get_node now looks on the PATH for executa...
2013-12-17 Antoine PitrouIssue #20006: Fix sporadic failures in test_weakset.
2013-12-17 Antoine PitrouIssue #20006: Fix sporadic failures in test_weakset.
2013-12-17 Antoine PitrouRevert misled test change in f189da5bda26.
2013-12-17 Serhiy StorchakaIssue #20007: HTTPResponse.read(0) no more prematurely...
2013-12-17 Serhiy StorchakaIssue #20007: HTTPResponse.read(0) no more prematurely...
2013-12-17 Serhiy StorchakaIssue #16404: Add checks for return value of PyLong_Fro...
2013-12-17 Serhiy StorchakaIssue #16404: Add checks for return value of PyLong_Fro...
2013-12-17 Serhiy StorchakaFixed leak in sys.flags initialization.
2013-12-17 Serhiy StorchakaFixed leak in sys.flags initialization.
2013-12-17 Nick CoghlanClose #19946: use runpy as needed in multiprocessing
2013-12-17 Eric SnowIssue #19713: Fix mistakes in the import page of langua...
2013-12-17 Eric SnowIssue #19713: Update importlib docs for module spec...
2013-12-17 Eli BenderskyIssue #20001: Add the SVG source of the pathlib-inherit...
2013-12-16 Victor StinnerBackout a1a05e2724dd: shutil.which(bytes) is a new...
2013-12-16 Victor Stinnertracemalloc: fix usage of strtol(), value can be LONG_M...
2013-12-16 Victor Stinnertracemalloc: only use unsigned types to compute hash
2013-12-16 Victor StinnerIssue #18283: shutil.which() now supports bytes argumen...
2013-12-16 Victor Stinner(Merge 3.3) Close #19999: tolerate coarse time when...
2013-12-16 Victor StinnerClose #19999: tolerate coarse time when testing time...
2013-12-16 Christian Heimesmerge
2013-12-16 Christian HeimesIssue #19919: Fix flacky SSL test. connect_ex() sometim...
2013-12-16 Christian HeimesIssue #19919: Fix flacky SSL test. connect_ex() sometim...
2013-12-16 Antoine PitrouMention specific exceptions instead of OSError where...
2013-12-16 Antoine PitrouIssue #19921: When Path.mkdir() is called with parents...
2013-12-16 Antoine PitrouIssue #19887: Improve the Path.resolve() algorithm...
2013-12-16 Zachary WareIssue #19987: Merge with 3.3
2013-12-16 Zachary WareIssue #19987: Re-write test_alias_fallback in test_wins...
2013-12-16 Christian HeimesIssue #19987: disable test_winsound's test_alias_fallba...
2013-12-16 Christian Heimesmerge
2013-12-16 Christian HeimesIssue #18215: Add script Tools/ssl/test_multiple_versio...
2013-12-16 Serhiy StorchakaNull merge
2013-12-16 Serhiy StorchakaMerge heads
2013-12-16 Serhiy StorchakaMerge heads
2013-12-16 Serhiy StorchakaIssue #19912: Fixed numerous bugs in ntpath.splitunc().
2013-12-16 Serhiy StorchakaIssue #19912: Fixed numerous bugs in ntpath.splitunc().
2013-12-16 Charles-François... Mere.
2013-12-16 Charles-François... Merge.
2013-12-16 Charles-François... Merge.
2013-12-16 Charles-François... Merge.
2013-12-16 Serhiy StorchakaIssue #19911: ntpath.splitdrive() now correctly process...
2013-12-16 Serhiy StorchakaIssue #19911: ntpath.splitdrive() now correctly process...
2013-12-16 Christian HeimesIssue #17919: add missing import of USHRT_MAX
2013-12-16 Christian HeimesIssue #17919: add missing import of USHRT_MAX
2013-12-16 Charles-François... Merge.
2013-12-16 Charles-François... Merge.
2013-12-16 R David MurrayMerge: #19532: make compileall with no file/dir args...
2013-12-16 R David Murray#19532: make compileall with no file/dir args respect...
2013-12-15 Christian Heimestest_ssl: skip tests when SNI is not available
2013-12-15 Christian Heimestest_poplib: skip stls_context test when SNI is not...
2013-12-15 Stefan KrahMerge.
2013-12-15 Raymond HettingerMinor code clean-up. Keep the C-API all in one section.
2013-12-15 Stefan KrahMerge from 3.3.
2013-12-15 Stefan KrahIssue #19986: Avoid an incorrect warning of older gcc...
2013-12-15 Christian Heimesfixed test_ftplib
2013-12-15 Christian Heimestest_imaplib: skip check_hostname test when SNI is...
next