]> granicus.if.org Git - python/shortlog
python
2013-12-23 Nick CoghlanIssue #19734: ignore pip env vars in ensurepip._uninstall
2013-12-23 Nick CoghlanClose #19734: ignore pip env vars in ensurepip
2013-12-23 R David MurrayMention deprecation and porting sections in intro.
2013-12-23 R David MurrayReflow 'modulespec' paragraphs.
2013-12-23 R David MurrayMake mailing list thread reference an inline link,...
2013-12-23 R David MurrayMake the organization of the body and the summary have...
2013-12-23 R David MurrayAdd description of marshal changes.
2013-12-23 Benjamin Petersonmerge 3.3 (#19563)
2013-12-23 Benjamin Petersonupdate Barry's email (#19563)
2013-12-22 R David MurrayBe consistent in how PEPs are referenced throughout...
2013-12-22 R David MurrayRewrite module-globals summary entry, and expand the...
2013-12-22 R David MurrayMake argument clinic summary entry parallel to other...
2013-12-22 Antoine PitrouFix bootstrap issue by importing the cgi module lazily
2013-12-22 Antoine PitrouFix bootstrap issue by importing the cgi module lazily
2013-12-22 Antoine PitrouFix TypeError on "setup.py upload --show-response".
2013-12-22 Antoine PitrouFix TypeError on "setup.py upload --show-response".
2013-12-22 Antoine Pitrous/lightweight/minimal/, as per issue #11379.
2013-12-22 Antoine Pitrous/lightweight/minimal/, as per issue #11379.
2013-12-22 Antoine PitrouNull merge (#12226 already fixed on default)
2013-12-22 Antoine PitrouIssue #12226: HTTPS is now used by default when connect...
2013-12-22 Antoine PitrouIssue #12226: HTTPS is now used by default when connect...
2013-12-21 Antoine PitrouFix urllib.request.build_opener mocking in test_distuti...
2013-12-21 Antoine PitrouFix urllib.request.build_opener mocking in test_distuti...
2013-12-21 Antoine PitrouIssue #20045: Fix "setup.py register --list-classifiers".
2013-12-21 Antoine PitrouIssue #20045: Fix "setup.py register --list-classifiers".
2013-12-21 Antoine PitrouNull merge
2013-12-21 Antoine PitrouFix DeprecationWarnings in test suite
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...
next