2015-10-09 |
R David Murray | Merge #25328: add missing raise keyword in decode_data... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
R David Murray | #25328: add missing raise keyword in decode_data+SMTPUT... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Victor Stinner | Optimize error handlers of ASCII and Latin1 encoders... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Victor Stinner | Add _PyBytesWriter_WriteBytes() to factorize the code |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Victor Stinner | _PyBytesWriter: simplify code to avoid "prealloc" param... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Victor Stinner | _PyBytesWriter: rename size attribute to min_size |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Victor Stinner | Issue #25349: Optimize bytes % args using the new priva... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Raymond Hettinger | Hoist constant expression out of the inner loop. |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Raymond Hettinger | Make comparison more consistent |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Raymond Hettinger | Issue #25298: Add lock and rlock weakref tests (Contri... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Victor Stinner | Issue #25318: cleanup code _PyBytesWriter |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Victor Stinner | Issue #25318: Fix backslashreplace() |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Victor Stinner | Issue #25318: Avoid sprintf() in backslashreplace() |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Victor Stinner | Issue #25318: Fix compilation error |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Victor Stinner | Issue #25318: Move _PyBytesWriter to bytesobject.c |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Victor Stinner | Optimize backslashreplace error handler |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Victor Stinner | Issue #25318: Add _PyBytesWriter API |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Steve Dower | Fix missing import in libregrtest. |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Steve Dower | Merge from 3.5 |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Steve Dower | Issue #25089: Adds logging to installer for case where... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Steve Dower | Merge from 3.5 |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Steve Dower | Removes deprecated -n option from buildbot script. |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Steve Dower | Issue #23919: Prevents assert dialogs appearing in... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Steve Dower | Issue #23919: Prevents assert dialogs appearing in... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Berker Peksag | Sort module names in whatsnew/3.6.rst |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Berker Peksag | Issue #16099: RobotFileParser now supports Crawl-delay... |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Berker Peksag | Issue #16802: Document fileno parameter of socket.socket() |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Berker Peksag | Issue #16802: Document fileno parameter of socket.socket() |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Berker Peksag | Issue #16802: Document fileno parameter of socket.socket() |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Martin Panter | One more typo in a comment |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Martin Panter | Merge typo fixes from 3.5 |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Martin Panter | More typos in 3.5 documentation and comments |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Martin Panter | Merge typo fixes from 3.4 into 3.5 |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Martin Panter | Various minor typos in documentation and comments |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Martin Panter | Issue #25286: Merge dictionary view glossary from 3.5 |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Martin Panter | Issue #25286: Update dictionary view link; patch by... |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Martin Panter | Issue #25286: Merge dictionary view glossary from 3... |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Martin Panter | Issue #25286: Dictionary views are not sequences |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Berker Peksag | Add a versionadded directive for reopenIfNeeded() |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Benjamin Peterson | make configure executable |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Raymond Hettinger | merge |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Raymond Hettinger | Backport early-out 91259f061cfb to reduce the cost... |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Benjamin Peterson | merge 3.5 (closes #24806) |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Benjamin Peterson | merge 3.4 (#24806) |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Benjamin Peterson | prevent unacceptable bases from becoming bases through... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Zachary Ware | Issue #25097: Merge with 3.5 |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Zachary Ware | Issue #25097: Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Zachary Ware | Issue #25097: Re-raise any other pywin32 error |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Zachary Ware | Issue #25097: Merge with 3.5 |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Zachary Ware | Issue #25097: Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Zachary Ware | Issue #25097: fix Windows error number access |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Alexander Belopolsky | Closes issue #12006: Add ISO 8601 year, week, and day... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Serhiy Storchaka | Merge with 3.5. |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Serhiy Storchaka | Null merge |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Guido van Rossum | Issue #23972: Fix tests for Windows and Debian. (Merge... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Serhiy Storchaka | Issue #25317: Converted doctests in test_tokenize to... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Guido van Rossum | Issue #23972: Fix tests for Windows and Debian. (Merge... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Guido van Rossum | Issue #23972: Fix tests for Windows and Debian. |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Serhiy Storchaka | Issue #25317: Converted doctests in test_tokenize to... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Serhiy Storchaka | Issue #25317: Converted doctests in test_tokenize to... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Benjamin Peterson | merge 3.5 (#25319) |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Benjamin Peterson | merge 3.4 (#25319) |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Benjamin Peterson | reinitialize an Event's Condition with a regular lock... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Raymond Hettinger | Eliminate unnecessary test |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Guido van Rossum | Docs and one small improvement for issue #25304, by... |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Guido van Rossum | Docs and one small improvement for issue #25304, by... |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Guido van Rossum | Docs and one small improvement for issue #25304, by... |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Steve Dower | Issue #25316: distutils raises OSError instead of Distu... |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Steve Dower | Issue #25316: distutils raises OSError instead of Distu... |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Guido van Rossum | Issue #23972: updates to asyncio datagram API. By Chris... |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Guido van Rossum | Issue #23972: updates to asyncio datagram API. By Chris... |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Guido van Rossum | Issue #23972: updates to asyncio datagram API. By Chris... |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Victor Stinner | Issue #25301: Fix compatibility with ISO C90 |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Victor Stinner | Issue #25301: The UTF-8 decoder is now up to 15 times... |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Terry Jan Reedy | merge 3.5 |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Terry Jan Reedy | Issue #24820: Update IDLE NEWS items. |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Terry Jan Reedy | Issue #24820: Update IDLE NEWS items. |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Terry Jan Reedy | Merge with 3.5 |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Terry Jan Reedy | Issue #24820: Add 'IDLE Dark' text color theme, warning... |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Terry Jan Reedy | Issue #9232: Escape rst markup char in NEWS entry to... |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Terry Jan Reedy | Issue #24791: Escape rst markup char in NEWS entry... |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Victor Stinner | Issue #25306: Try to fix test_huntrleaks_fd_leak()... |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Victor Stinner | Issue #25306: Skip test_huntrleaks_fd_leak() of test_re... |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Guido van Rossum | Issue #25304: Add asyncio.run_coroutine_threadsafe... |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Guido van Rossum | Issue #25304: Add asyncio.run_coroutine_threadsafe... |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Guido van Rossum | Issue #25304: Add asyncio.run_coroutine_threadsafe... |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Martin Panter | Issue #16701: Merge sequence docs from 3.5 |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Martin Panter | Issue #16701: Merge sequence docs from 3.4 into 3.5 |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Martin Panter | Issue #16701: Document += and *= for mutable sequences |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Martin Panter | Issues #25232, #24657: Add NEWS to 3.6.0a1 section |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Martin Panter | Issues #25232, #24657: Merge two CGI server fixes from 3.5 |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Raymond Hettinger | Factor out common iterator finalization code |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Martin Panter | Issues #25232, #24657: Use new enum status to match... |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Martin Panter | Issues #25232, #24657: Merge two CGI server fixes from... |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Martin Panter | Issue #24657: Prevent CGIRequestHandler from collapsing... |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Martin Panter | Issue #25232: Fix CGIRequestHandler's splitting of... |
commit | commitdiff | tree | snapshot |
next |