]> granicus.if.org Git - python/shortlog
python
2014-08-05 Larry HastingsIssue #20170: Convert posixmodule to use Argument Clinic.
2014-08-04 Ezio Melotti#11955: merge with 3.4.
2014-08-04 Ezio Melotti#11955: show the list of args in case of error in test_...
2014-08-04 Ezio Melotti#18034: merge with 3.4.
2014-08-04 Ezio Melotti#18034: update FAQ to suggest importlib.import_module...
2014-08-04 Zachary WareCloses #22104: Merge with 3.4
2014-08-04 Zachary WareIssue #22104: Don't hold a reference to the loaded...
2014-08-04 Ezio Melotti#20977: merge with 3.4.
2014-08-04 Ezio Melotti#20977: fix undefined name in the email module. Patch...
2014-08-04 Ezio Melotti#18588: merge with 3.4.
2014-08-04 Ezio Melotti#18588: update the timeit examples to be consistent.
2014-08-04 Raymond Hettingermerge
2014-08-04 Raymond HettingerRemove unused leftover stray line
2014-08-04 Raymond Hettingermerge
2014-08-04 Raymond HettingerFix markup.
2014-08-04 Raymond Hettingermerge
2014-08-04 Raymond HettingerImprove regex tokenizer example by using re.finditer().
2014-08-04 Raymond HettingerUse two-argument form of next() and use a return-statem...
2014-08-04 Raymond HettingerMake the import private to keep the global namespace...
2014-08-04 Raymond HettingerUse reversed() instead of creating a new temporary...
2014-08-04 Terry Jan ReedyMerge with 3.4
2014-08-04 Terry Jan ReedyPEP 8 spacing in idlelib.configDialog: mostly a = b...
2014-08-03 Jason R. CoombsIssue #13540: Merge changes from 3.4
2014-08-03 Jason R. CoombsIssue #13540: Merge changes from 3.3
2014-08-03 Jason R. CoombsIssue #13540: Merge changes from 3.2
2014-08-03 Jason R. CoombsIssue #13540: Update references to Action class to...
2014-08-03 Raymond Hettingermerge
2014-08-03 Raymond HettingerFix whitespace in example.
2014-08-03 Raymond HettingerFix whitespace in example.
2014-08-02 Ezio Melotti#15114, #21047: update whatsnew in Python 3.5.
2014-08-02 Ezio Melotti#21047: set the default value for the *convert_charrefs...
2014-08-02 Ezio MelottiAdd an __all__ to html.entities.
2014-08-02 Ezio Melotti#15114: the strict mode and argument of HTMLParser...
2014-08-02 Terry Jan ReedyIssue #22077: Improve index error messages for bytearra...
2014-08-01 Charles-François... Issue #22110: Enable extra compilation warnings.
2014-08-01 doko@ubuntu.com - update config.guess and config.sub to support openrisc.
2014-08-01 doko@ubuntu.com - update config.guess and config.sub to support openrisc.
2014-08-01 Victor StinnerIssue #18395, #22108: Update embedded Python examples...
2014-08-01 Victor StinnerIssue #18395: Rename ``_Py_char2wchar()`` to :c:func...
2014-08-01 Zachary WareIssue #21907: Avoid using double quotes to check argume...
2014-08-01 Zachary WareIssue #21907: Further improvments to build_pgo.bat...
2014-07-31 Antoine PitrouSimplify code in multiprocessing.Connection.send_bytes().
2014-07-31 Antoine PitrouIssue #22111: Assorted cleanups in test_imaplib. Patch...
2014-07-31 Victor Stinnertimemodule.c: Replace PyExc_IOError with PyExc_OSError
2014-07-31 Serhiy StorchakaBack out of changes to Tkinter variables trace commands...
2014-07-30 Terry Jan ReedyMerge with 3.4
2014-07-30 Terry Jan ReedyIssue #22068: Don't create self reference cycles in...
2014-07-30 Serhiy StorchakaIssue #22085: Dropped support of Tk 8.3 in Tkinter.
2014-07-30 Serhiy StorchakaIssue #21580: Now Tkinter correctly handles bytes argum...
2014-07-30 Serhiy StorchakaIssue #21580: Now Tkinter correctly handles bytes argum...
2014-07-30 Victor StinnerIssue #22018: Fix test_signal: use assertEqual() not...
2014-07-30 Serhiy StorchakaIssue #21951: Temporary skip crashing test_user_command...
2014-07-30 Serhiy StorchakaIssue #21951: Temporary skip crashing test_user_command...
2014-07-29 Antoine PitrouIssue #22003: When initialized from a bytes object...
2014-07-29 Victor StinnerIssue #22018: On Windows, signal.set_wakeup_fd() now...
2014-07-29 Victor Stinner(Merge 3.4) Issue #22063: Mention in asyncio documentat...
2014-07-29 Victor StinnerIssue #22063: Mention in asyncio documentation that...
2014-07-29 Victor StinnerMerge with Python 3.4 (asyncio)
2014-07-29 Victor StinnerClose #22063: socket operations (socket,recv, sock_send...
2014-07-29 Victor Stinnerasyncio: Use the new os.set_blocking() function of...
2014-07-29 Ned DeilyEdit NEWS entry
2014-07-29 Ned DeilyEdit NEWS entry
2014-07-29 Victor StinnerIssue #22054: Add os.get_blocking() and os.set_blocking...
2014-07-29 Ezio Melotti#21704: merge with 3.4.
2014-07-29 Ezio Melotti#21704: remove duplicate name in Misc/ACKS.
2014-07-29 Victor Stinner(Merge 3.4) asyncio: sync with Tulip
2014-07-29 Victor Stinnerasyncio: sync with Tulip
2014-07-29 Terry Jan ReedyMerge with 3.4
2014-07-29 Terry Jan ReedyIssue #17172: add NEWS
2014-07-29 Terry Jan ReedyMerge with 3.4
2014-07-29 Terry Jan ReedyIssue #17172: Add the ability to run turtledemo from...
2014-07-28 Victor Stinner(Merge 3.4) Issue #18174: Fix leak of file descriptor...
2014-07-28 Victor StinnerIssue #18174: Fix leak of file descriptor in test_tempfile
2014-07-28 Victor Stinner(Merge 3.4) Issue #11453, #18174: Fix leak of file...
2014-07-28 Victor StinnerIssue #11453, #18174: Fix leak of file descriptor in...
2014-07-28 Victor Stinner(Merge 3.4) Fix sporadic failure of test_pep277 on...
2014-07-28 Victor StinnerFix sporadic failure of test_pep277 on Windows: use...
2014-07-28 Richard OudkerkIssue #21704: Merge.
2014-07-28 Victor Stinner(Merge 3.4) Fix test_bytes when sys.stdin is None,...
2014-07-28 Richard OudkerkIssue #21704: Fix build error for _multiprocessing...
2014-07-28 Victor StinnerFix test_bytes when sys.stdin is None, for example...
2014-07-27 Victor Stinner(Merge 3.4) asyncio, tulip issue 196: ProactorIocp...
2014-07-27 Victor Stinnerasyncio, tulip issue 196: ProactorIocp._register()...
2014-07-27 Berker PeksagIssue #22076: Minor grammar fix.
2014-07-27 Martin v. LöwisRerun AC, silence pointer conversion warnings.
2014-07-27 Martin v. LöwisIssue #20179: Apply Argument Clinic to bytes and bytearray.
2014-07-27 Larry HastingsArgument Clinic bugfix: Don't let the C preprocessor...
2014-07-27 Victor StinnerIssue #22082: Fix a compiler warning (function is not...
2014-07-27 Martin v. LöwisIssue #20173: Convert sha1, sha256, sha512 and md5...
2014-07-27 Terry Jan ReedyMerge with 3.4
2014-07-27 Terry Jan ReedyModernize turtledemo with conditional expressions;...
2014-07-26 Terry Jan ReedyMerge with 3.4
2014-07-26 Terry Jan ReedyReduce unnecessary 2.7 versus 3.4+ differences in...
2014-07-26 Andrew SvetlovDocument lock parameter for asyncio.Condition()
2014-07-26 Andrew SvetlovDocument lock parameter for asyncio.Condition()
2014-07-26 Antoine PitrouIssue #22074: Fix Lib/test/make_ssl_certs.py
2014-07-26 Antoine PitrouIssue #22074: Fix Lib/test/make_ssl_certs.py
2014-07-26 Andrew SvetlovAccept optional lock object in Condition ctor (tulip...
2014-07-26 Andrew SvetlovAccept optional lock object in Condition ctor (tulip...
2014-07-26 Martin v. LöwisIssue #22082: Clear interned strings in slotdefs.
next