| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Move misplaced Misc/NEWS entries to correct locations. | Serhiy Storchaka | 2014-08-06 | 1 | -23/+22 |
|
|
* | | - Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimic | Barry Warsaw | 2014-08-05 | 1 | -0/+4 |
|
|
* | | Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for numeri... | Martin v. Löwis | 2014-08-05 | 1 | -1/+1 |
|
|
* | | Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for numeri... | Martin v. Löwis | 2014-08-05 | 1 | -0/+3 |
|
|
* | | Issue #22120: For functions using an unsigned integer return converter, | Larry Hastings | 2014-08-05 | 1 | -0/+4 |
|
|
* | | Issue #20170: Convert posixmodule to use Argument Clinic. | Larry Hastings | 2014-08-05 | 1 | -0/+2 |
|
|
* | | #18034: merge with 3.4. | Ezio Melotti | 2014-08-04 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | #18034: update FAQ to suggest importlib.import_module instead of __import__. ... | Ezio Melotti | 2014-08-04 | 1 | -0/+1 |
|
|
* | | Closes #22104: Merge with 3.4 | Zachary Ware | 2014-08-04 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #22104: Don't hold a reference to the loaded TestSuite in runtest_inner | Zachary Ware | 2014-08-04 | 1 | -0/+3 |
|
|
* | | #20977: merge with 3.4. | Ezio Melotti | 2014-08-04 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | #20977: fix undefined name in the email module. Patch by Rose Ames. | Ezio Melotti | 2014-08-04 | 1 | -0/+1 |
|
|
* | | #21047: set the default value for the *convert_charrefs* argument of HTMLPars... | Ezio Melotti | 2014-08-02 | 1 | -0/+3 |
|
|
* | | Add an __all__ to html.entities. | Ezio Melotti | 2014-08-02 | 1 | -0/+2 |
|
|
* | | #15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the... | Ezio Melotti | 2014-08-02 | 1 | -0/+3 |
|
|
* | | Issue #22077: Improve index error messages for bytearrays, bytes, lists, and | Terry Jan Reedy | 2014-08-02 | 1 | -0/+4 |
|
|
* | | Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename | Victor Stinner | 2014-08-01 | 2 | -1/+5 |
|
|
* | | Issue #21907: Further improvments to build_pgo.bat. Patch by Ingolf Becker. | Zachary Ware | 2014-08-01 | 1 | -0/+1 |
|
|
* | | Issue #22111: Assorted cleanups in test_imaplib. Patch by Milan Oberkirch. | Antoine Pitrou | 2014-07-31 | 1 | -0/+2 |
|
|
* | | Issue #22085: Dropped support of Tk 8.3 in Tkinter. | Serhiy Storchaka | 2014-07-30 | 1 | -0/+2 |
|
|
* | | Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. | Serhiy Storchaka | 2014-07-30 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. | Serhiy Storchaka | 2014-07-30 | 1 | -0/+3 |
|
|
* | | Issue #22003: When initialized from a bytes object, io.BytesIO() now | Antoine Pitrou | 2014-07-29 | 2 | -0/+5 |
|
|
* | | Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets. | Victor Stinner | 2014-07-29 | 1 | -0/+3 |
|
|
* | | Edit NEWS entry | Ned Deily | 2014-07-29 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Edit NEWS entry | Ned Deily | 2014-07-29 | 1 | -3/+3 |
|
|
* | | Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and | Victor Stinner | 2014-07-29 | 1 | -0/+4 |
|
|
* | | #21704: merge with 3.4. | Ezio Melotti | 2014-07-29 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | #21704: remove duplicate name in Misc/ACKS. | Ezio Melotti | 2014-07-29 | 1 | -1/+0 |
|
|
* | | Merge with 3.4 | Terry Jan Reedy | 2014-07-29 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | Issue #17172: add NEWS | Terry Jan Reedy | 2014-07-29 | 1 | -0/+7 |
|
|
* | | Issue #21704: Merge. | Richard Oudkerk | 2014-07-28 | 2 | -0/+4 |
|\ \
| |/ |
|
| * | Issue #21704: Fix build error for _multiprocessing when semaphores | Richard Oudkerk | 2014-07-28 | 2 | -0/+4 |
|
|
* | | Issue #20179: Apply Argument Clinic to bytes and bytearray. | Martin v. Löwis | 2014-07-27 | 1 | -0/+3 |
|
|
* | | Issue #20173: Convert sha1, sha256, sha512 and md5 to ArgumentClinic. | Martin v. Löwis | 2014-07-27 | 1 | -0/+3 |
|
|
* | | Issue #22082: Clear interned strings in slotdefs. | Martin v. Löwis | 2014-07-26 | 1 | -0/+2 |
|
|
* | | (Merge 3.4) Fix repr(_socket.socket) on Windows 64-bit: don't fail with | Victor Stinner | 2014-07-26 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError | Victor Stinner | 2014-07-26 | 1 | -0/+3 |
|
|
* | | merge | Raymond Hettinger | 2014-07-25 | 2 | -0/+4 |
|\ \
| |/ |
|
| * | Issue #22044: Fixed premature DECREF in call_tzinfo_method. | Raymond Hettinger | 2014-07-25 | 2 | -0/+4 |
|
|
* | | Issue #22033: Reprs of most Python implemened classes now contain actual | Serhiy Storchaka | 2014-07-25 | 1 | -0/+3 |
|
|
* | | Issue #21958: Merge with 3.4 | Zachary Ware | 2014-07-25 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #21958: Define HAVE_ROUND when building with VS 2013 and above. | Zachary Ware | 2014-07-25 | 1 | -0/+3 |
|
|
* | | Issue #21947: handle generator-iterator objects in dis | Nick Coghlan | 2014-07-25 | 2 | -0/+4 |
|
|
* | | Add missing NEWS entry for issue #18093 | Nick Coghlan | 2014-07-25 | 1 | -0/+4 |
|
|
* | | (Merge 3.4) Issue #16133: The asynchat.async_chat.handle_read() method now | Victor Stinner | 2014-07-24 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #16133: The asynchat.async_chat.handle_read() method now ignores | Victor Stinner | 2014-07-24 | 1 | -0/+3 |
|
|
* | | (Merge 3.4) Issue #19884: readline: Disable the meta modifier key if stdout is | Victor Stinner | 2014-07-24 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Issue #19884: readline: Disable the meta modifier key if stdout is not a | Victor Stinner | 2014-07-24 | 1 | -0/+5 |
|
|
* | | Issue #4350: Removed a number of out-of-dated and non-working for a long time | Serhiy Storchaka | 2014-07-23 | 1 | -0/+3 |
|
|