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