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 |
2014-07-26 |
Martin v. Löwis | slotdefs is no longer sorted. |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Victor Stinner | (Merge 3.4) Fix repr(_socket.socket) on Windows 64... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Victor Stinner | Fix repr(_socket.socket) on Windows 64-bit: don't fail... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | (Merge 3.4) Tulip issue 196: _OverlappedFuture.set_resu... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | Tulip issue 196: _OverlappedFuture.set_result() now... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Raymond Hettinger | merge |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Raymond Hettinger | Issue #22044: Fixed premature DECREF in call_tzinfo_method. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | (Merge 3.4) asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Serhiy Storchaka | Issue #22033: Reprs of most Python implemened classes... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Zachary Ware | Issue #21958: Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Ned Deily | Issue #18093: Create Programs directory in build locati... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Zachary Ware | Issue #21958: Define HAVE_ROUND when building with... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Zachary Ware | Closes #22072: Merge typo fixes from 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Zachary Ware | Issue #22072: Fix a couple of SSL doc typos. Patch... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Charles-François... | Issue #19875: Fix random test_getsockaddrarg() failure. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Charles-François... | Merge. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Charles-François... | Issue #19875: Fix random test_getsockaddrarg() failure. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Zachary Ware | Issue #18093: Give the Windows build _testembed.c's... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Nick Coghlan | Issue #21947: handle generator-iterator objects in dis |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | (Merge 3.4) asyncio, test_subprocess: relax timings... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | asyncio, test_subprocess: relax timings for slow builbots |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | unicodeobject.c: fix a compiler warning on Windows... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Nick Coghlan | Add missing NEWS entry for issue #18093 |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Nick Coghlan | Issue #18093: Factor out the programs that embed the... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | (Merge 3.4) asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Serhiy Storchaka | Issue #22061: Restored empty obsolete methods removed... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Serhiy Storchaka | Issue #22061: Add deprecation warnings in empty obsolet... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Terry Jan Reedy | Issue #22061: remove call of useless function slated... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Terry Jan Reedy | Issue #22061: remove call of useless function slated... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Terry Jan Reedy | Issue #22053: Make help work, after previous patch... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Terry Jan Reedy | Issue #22053: Make help work, after previous patch... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | (Merge 3.4) asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | Issue #22018: Fix test_set_wakeup_fd_result(), use... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | Backout 42ced0d023cd: oops, i didn't want to push this... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | (Merge 3.4) Issue #19884, readline: calling rl_variable... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | Issue #19884, readline: calling rl_variable_bind (... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | tets |
commit | commitdiff | tree | snapshot |
next |