]> granicus.if.org Git - python/shortlog
python
2014-08-09 Serhiy StorchakaIssue #22161: Conformed arguments type checks in ctype...
2014-08-09 Serhiy StorchakaIssue #22161: Conformed arguments type checks in ctype...
2014-08-09 Nick CoghlanMerge #21777 from 3.4
2014-08-09 Nick CoghlanIssue #21777: separate docs for binary sequence methods
2014-08-09 Terry Jan ReedyMerge with 3.4
2014-08-09 Terry Jan ReedyIssue #14105: Stop removing breakpoints from Idle editors.
2014-08-08 Zachary WareCloses #22060: Merge with 3.4
2014-08-08 Zachary WareIssue #22060: Clean up/simplify test_ctypes, use test...
2014-08-08 Ezio Melotti#22170: merge with 3.4.
2014-08-08 Ezio Melotti#22170: avoid printing newlines twice in tutorial example.
2014-08-07 Serhiy StorchakaIssue #20056: Fixed deprecation warning about bytes...
2014-08-07 Serhiy StorchakaIssue #20056: Fixed deprecation warning about bytes...
2014-08-07 Zachary WareNull merge with 3.4
2014-08-07 Benjamin Petersonadd matrix multiplication operator to correct lists...
2014-08-07 Zachary WareIssue #22160: Update OpenSSL to 1.0.1i for the Windows...
2014-08-07 Zachary WareIssue #22160: Update OpenSSL to 1.0.1i for the Windows...
2014-08-07 Zachary WareUpdate prepare_ssl.py script to generate the .asm files.
2014-08-07 Ezio Melotti#22092: merge with 3.4.
2014-08-07 Ezio Melotti#22092: use absolute imports in unittest tests. Patch...
2014-08-06 Antoine PitrouIssue #22116: C functions and methods (of the 'builtin_...
2014-08-06 Serhiy StorchakaIssue #5411: Fixed version number.
2014-08-06 Serhiy StorchakaIssue #5411: Added support for the "xztar" format in...
2014-08-06 Serhiy StorchakaIssue #21975: Fixed crash when using uninitialized...
2014-08-06 Serhiy StorchakaIssue #21975: Fixed crash when using uninitialized...
2014-08-06 Serhiy StorchakaMove misplaced Misc/NEWS entries to correct locations.
2014-08-05 Zachary WareCloses #22146: Merge with 3.4
2014-08-05 Zachary WareIssue #22146: Fix typo in __build_class__ error message
2014-08-05 Zachary WareCloses #22136: Fix MSVC compiler warnings introduced...
2014-08-05 Martin v. LöwisIssue #21972: Make it clear that the PEP 401 future...
2014-08-05 Barry Warsaw- Issue #21539: Add a *exists_ok* argument to `Pathlib...
2014-08-05 Martin v. LöwisIssue #22127: fix typo.
2014-08-05 Martin v. LöwisIssue #22127: Bypass IDNA for pure-ASCII host names...
2014-08-05 Martin v. LöwisIssue #22127: Bypass IDNA for pure-ASCII host names...
2014-08-05 Larry HastingsIssue #22120: For functions using an unsigned integer...
2014-08-05 Vinay SajipCloses #22130: Merged documentation update from 3.4.
2014-08-05 Vinay SajipIssue #22130: Corrected fileConfig() documentation.
2014-08-05 Larry HastingsMore fixes for the unhappy AMD FreeBSD 9 buildbot....
2014-08-05 Larry HastingsFix for AMD FreeBSD 9 buildbot (hopefully), broken...
2014-08-05 Ezio Melotti#21928: merge with 3.4.
2014-08-05 Ezio Melotti#21928: clarify functools.wraps docs.
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...
next