]> granicus.if.org Git - python/shortlog
python
2013-12-21 Antoine PitrouIssue #18879: When a method is looked up on a temporary...
2013-12-21 Antoine PitrouIssue #18879: When a method is looked up on a temporary...
2013-12-21 R David MurrayMake CPython PEP summary entry links consistent, add...
2013-12-21 Christian Heimesmerge
2013-12-21 Christian HeimesIssue #16136: Remove VMS support and VMS-related code
2013-12-21 Antoine PitrouIssue #20037: Avoid crashes when doing text I/O late...
2013-12-21 Christian Heimesskip multiprocessing main handling test when Python...
2013-12-21 Guido van RossumAdd some asyncio news for beta 2.
2013-12-21 Guido van Rossumasyncio: Fix space in log message about poll time.
2013-12-21 Donald StufftUpgrade pip to 1.5rc2 and setuptools to 2.0.1
2013-12-20 Victor StinnerIssue #19967: Defer the formating of the traceback...
2013-12-20 R David MurrayAdd link from email summary entry to entry in changed...
2013-12-20 R David MurrayAdd links to discussion of multiprocessing spawn/forkse...
2013-12-20 R David MurrayTidy up ssl whatsnew references, make ssl section forma...
2013-12-20 R David MurrayAdd link from pickle protocol 4 in summary to the secti...
2013-12-20 R David MurrayInclude sha3 addition in hashlib section of whatsnew.
2013-12-20 R David MurrayNo need for single para descriptions to have separate...
2013-12-20 R David Murraywhatsnew: s/no new syntax features planned/no new synta...
2013-12-20 Guido van Rossumasyncio: Export all abstract protocol and transport...
2013-12-20 R David MurrayFix spelling error in single dispatch whatsnew summary...
2013-12-20 R David MurrayMake the 'PEP 446' string link to the PEP in whatsnew...
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 Zachary WareUpdate test.outstanding_bugs.py
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 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().
next