]> granicus.if.org Git - python/shortlog
python
2014-01-11 Serhiy StorchakaFixed the serve.py script.
2014-01-11 Serhiy StorchakaFixed the serve.py script.
2014-01-10 Victor StinnerFix ResourceWarning in test_asyncio.test_windows_events:
2014-01-10 Victor StinnerCleanup properly proactor event loop
2014-01-10 Serhiy StorchakaTry to fix some ttk tests. Error messages were changed...
2014-01-10 Serhiy StorchakaTry to fix some ttk tests. Error messages were changed...
2014-01-10 Guido van Rossumasyncio: Minimal pty support in UNIX read pipe, by...
2014-01-10 Guido van Rossumasyncio: Fix race in subprocess transport, by Victor...
2014-01-10 Guido van Rossumasyncio: Tiny cleanup in streams.py.
2014-01-10 Guido van Rossumasyncio: Don't special-case GeneratorExit in Condition...
2014-01-10 Benjamin Petersonnull merge from 3.3
2014-01-10 Benjamin Petersonfix build when SCHED_SPORADIC is defined (closes #20217)
2014-01-10 Serhiy StorchakaIssue #19804: The test_find_mac test in test_uuid is...
2014-01-10 Serhiy StorchakaIssue #19804: The test_find_mac test in test_uuid is...
2014-01-10 Brett CannonRemove an unneeded cast.
2014-01-10 Serhiy StorchakaIssue #19886: Use better estimated memory requirements...
2014-01-10 Serhiy StorchakaIssue #19886: Use better estimated memory requirements...
2014-01-10 Zachary WareCloses #20200: Argument Clinic custom converter example...
2014-01-10 Brett CannonIssue #20152: import.c now uses Argument Clinic.
2014-01-09 Antoine PitrouassertEquals is deprecated, use assertEqual instead.
2014-01-09 Serhiy StorchakaIssue #13107: argparse and optparse no longer raises...
2014-01-09 Serhiy StorchakaIssue #13107: argparse and optparse no longer raises...
2014-01-09 Antoine PitrouTry to fix test_ssl failures on some buildbots
2014-01-09 Antoine PitrouTry to fix test_ssl failures on some buildbots
2014-01-09 Antoine PitrouIssue #20207: Always disable SSLv2 except when PROTOCOL...
2014-01-09 Antoine PitrouRemove conditional: it is useless at this point (OpenSS...
2014-01-09 Antoine PitrouIssue #20207: Always disable SSLv2 except when PROTOCOL...
2014-01-09 Serhiy StorchakaDo not reset the line number because we already set...
2014-01-09 Serhiy StorchakaDo not reset the line number because we already set...
2014-01-09 Benjamin Petersonmerge 3.3
2014-01-09 Benjamin Petersonclear zip stat cache after each ref leak run
2014-01-09 Serhiy StorchakaIssue #18960: Fix bugs with Python source code encoding...
2014-01-09 Serhiy StorchakaIssue #18960: Fix bugs with Python source code encoding...
2014-01-09 Benjamin Petersonmerge 3.3
2014-01-09 Benjamin Petersonfix zipimport ref leak
2014-01-09 Serhiy StorchakaIssue #20078: Reading malformed zipfiles no longer...
2014-01-09 Serhiy StorchakaIssue #20078: Reading malformed zipfiles no longer...
2014-01-08 R David Murraywhatsnew: InspectLoader.get_code now concrete, b32decod...
2014-01-08 R David MurrayMerge: Fix verb tense in base64 docs, and the phrasing...
2014-01-08 R David MurrayFix verb tense in base64 docs, and the phrasing of...
2014-01-08 R David Murraywhatsnew: FileIO.readall performance, os.cpu_count.
2014-01-08 Victor Stinner(Merge 3.3) Issue #20113: Fix test_posix on OpenIndiana
2014-01-08 Victor StinnerIssue #20113: Fix test_posix on OpenIndiana
2014-01-08 Victor Stinner(Merge 3.3) Issue #20113: os.readv() and os.writev...
2014-01-08 Victor StinnerIssue #20113: os.readv() and os.writev() now raise...
2014-01-08 Eric SnowIssue 19713: Remove PEP 451-related code that should...
2014-01-08 Gregory P.... Fixes issue #19081: When a zipimport .zip file in sys...
2014-01-08 Gregory P.... Fixes Issue #19081: When a zipimport .zip file in sys...
2014-01-08 Guido van RossumFix typo in asyncio/streams.py.
2014-01-07 Larry HastingsIssue #19723: Missed one conversion to the new Argument...
2014-01-07 Zachary WareIssue #19723: Fix issue number typo in Misc/NEWS
2014-01-07 Brett CannonIssue #12837: Silence a Clang compiler warning on OS X.
2014-01-07 Brett CannonIssue #19719: Update various finder and loader ABCs...
2014-01-07 Larry HastingsIssue #19273: The marker comments Argument Clinic uses...
2014-01-07 Larry HastingsIssue #20157: When Argument Clinic renames a parameter...
2014-01-07 Larry HastingsIssue #20141: Improved Argument Clinic's support for...
2014-01-07 Larry HastingsIssue #20144: Argument Clinic now supports simple const...
2014-01-07 R David Murraywhatsnew: expand 'dis' entry.
2014-01-07 Serhiy StorchakaIssue #20072: Fixed multiple errors in tkinter with...
2014-01-07 Serhiy StorchakaIssue #20072: Fixed multiple errors in tkinter with...
2014-01-07 Brett CannonIssue #20096: Update the Python 2/3 porting HOWTO to...
2014-01-07 Victor StinnerIssue #20162: test_hash_distribution() uses subTest...
2014-01-07 Eric SnowIssue 19713: Add PEP 451-related deprecations.
2014-01-07 Eric SnowRemove more usage of APIs deprecated by PEP 451.
2014-01-07 Eric SnowIssue #19703: Update pydoc to use the new importer...
2014-01-07 Eric SnowRemove dead PEP 451 code.
2014-01-07 Guido van Rossumasyncio: Fix deadlock in readexactly(). Fixes issue...
2014-01-06 R David Murraywhatsnew: ssl getpeercert/do_handshake raise OSError...
2014-01-06 R David Murraywhatsnew: pydoc.Scanner removal, check_output input...
2014-01-06 Larry HastingsIssue #20143: The line numbers reported in Argument...
2014-01-06 Larry HastingsIssue #20142: Py_buffer variables generated by Argument...
2014-01-06 Larry HastingsMerge 3.4.0b2 release revisions back into mainline.
2014-01-06 Larry HastingsPost-release engineering; updated NEWS and version...
2014-01-05 Raymond HettingerAdd comments to frozenset_hash().
2014-01-05 Ethan FurmanIssue19995: %o, %x, %X now only accept ints
2014-01-05 Larry HastingsAdded tag v3.4.0b2 for changeset ba32913eb13e
2014-01-05 Larry HastingsBump version number for 3.4.0b2. v3.4.0b2
2014-01-05 Larry HastingsRegenerated pydoc/topics.py, and fix a "suspicious...
2014-01-05 Larry HastingsArgument Clinic: fixed test suite, improved howto.
2014-01-05 Eric SnowIssue 20123: Disable a problematic test.
2014-01-05 R David MurrayFix news entry to use updated name for XMLPullParser.
2014-01-05 Eric SnowIssue 20123: try using a different builtin module in...
2014-01-05 R David Murraywhatsnew: XMLPullParser, plus some doc updates.
2014-01-05 Eric SnowIssue 20123: Fix pydoc.synopsis() for "binary" modules.
2014-01-05 R David Murraywhatsnew: removal of TYPE_INT64 from marshal.
2014-01-04 R David Murraywhatsnew: logging TimedRotatingFileHandler atTime param...
2014-01-04 R David Murraywhatsnew: from __future__ string exception, attribute...
2014-01-04 R David Murraywhatsnew: ppring string wrapping, string pickling optim...
2014-01-04 Stefan KrahWhitespace.
2014-01-04 Martin v. LöwisRegenerate python34stub.def.
2014-01-04 Martin v. LöwisIssue #17432: Drop UCS2 from names of Unicode functions...
2014-01-04 R David Murraywhatsnew: Mock mock_open readline(s); expand descriptio...
2014-01-04 Eric SnowIssue #19708: Update pkgutil to use the new importer...
2014-01-04 Eric SnowIssue #19713: Move away from using find_module/load_module.
2014-01-04 Eric SnowIssue #19927: Add __eq__ to path-based loaders in impor...
2014-01-04 Serhiy StorchakaMerge heads
2014-01-04 Larry HastingsIssue #19659: Added documentation for Argument Clinic.
2014-01-04 Serhiy StorchakaReverted changeset b72c5573c5e7 (issue #15027).
2014-01-04 Larry HastingsIssue #19976: Argument Clinic METH_NOARGS functions...
2014-01-04 Serhiy StorchakaIssue #15027: Rewrite the UTF-32 encoder. It is now...
next