| 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 |
| 2015-10-03 |
Terry Jan Reedy | Merge with 3.5 |
commit | commitdiff | tree | snapshot |
| 2015-10-03 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
| 2015-10-03 |
Terry Jan Reedy | Issue #25224: README.txt is now an idlelib index for... |
commit | commitdiff | tree | snapshot |
| 2015-10-03 |
Terry Jan Reedy | Merge with 3.5 |
commit | commitdiff | tree | snapshot |
| 2015-10-03 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
| 2015-10-03 |
Terry Jan Reedy | Issue #24820: Users can now set breakpoint colors in... |
commit | commitdiff | tree | snapshot |
| 2015-10-03 |
Victor Stinner | Issue #18174: Fix test_regrtest when Python is compiled... |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Victor Stinner | Fix _PyUnicodeWriter_PrepareKind() |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Brett Cannon | Merge from 3.5 for issue #25188. |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Brett Cannon | Issue #25188: Add a -P/--pgo flag to regrtest to silenc... |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Victor Stinner | Issue #22806: Add ``python -m test --list-tests`` comma... |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Victor Stinner | Issue #18174: "python -m test --huntrleaks ..." now... |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Victor Stinner | Issue #25287: Don't add crypt.METHOD_CRYPT to crypt... |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Berker Peksag | Merge from 3.5 |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Berker Peksag | Tweak susp-ignored.csv to make buildbots happy |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Yury Selivanov | asyncio: Make ensure_future() accept all kinds of await... |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Yury Selivanov | asyncio: Make ensure_future() accept all kinds of await... |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Yury Selivanov | asyncio: ensure_future() now understands awaitables |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Berker Peksag | Issue #25290: Fix typo in csv.reader() docstring |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Berker Peksag | Issue #25290: Fix typo in csv.reader() docstring |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Berker Peksag | Issue #25290: Fix typo in csv.reader() docstring |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Serhiy Storchaka | Issue #24848: Fixed bugs in UTF-7 decoding of misformed... |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Serhiy Storchaka | Issue #24848: Fixed bugs in UTF-7 decoding of misformed... |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Serhiy Storchaka | Issue #24848: Fixed bugs in UTF-7 decoding of misformed... |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Serhiy Storchaka | Issue #24483: C implementation of functools.lru_cache... |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Serhiy Storchaka | Issue #24483: C implementation of functools.lru_cache... |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Steve Dower | Merge from 3.5 |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Steve Dower | Issue #25165: Windows uninstallation should not remove... |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Steve Dower | Improves support for building unofficial versions of... |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Victor Stinner | Make _PyUnicode_TranslateCharmap() symbol private |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Victor Stinner | Update importlib_external.h |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Victor Stinner | Issue #25267: The UTF-8 encoder is now up to 75 times... |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Vinay Sajip | Closes #24884: refactored WatchedFileHandler file reope... |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Vinay Sajip | Fixes #25097: Merged fix from 3.5. |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Vinay Sajip | Fixes #25097: Merged fi from 3.4. |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Vinay Sajip | Fixes #25097: Windows test is skipped if there are... |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Victor Stinner | Issue #25277: Set a timeout of 10 minutes in test_eintr... |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Vinay Sajip | Closes #25185: merged fix from 3.5. |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Vinay Sajip | Closes #25185: merged fix from 3.4. |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Vinay Sajip | Closes #25185: Use UTF-8 encoding when reading pyvenv... |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Serhiy Storchaka | Issue #25280: Import trace messages emitted in verbose... |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Serhiy Storchaka | Issue #25280: Import trace messages emitted in verbose... |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Serhiy Storchaka | Issue #25280: Import trace messages emitted in verbose... |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Victor Stinner | Merge 3.5 |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Victor Stinner | Merge 3.4 (os.urandom) |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Victor Stinner | Issue #25003: os.urandom() doesn't use getentropy(... |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Victor Stinner | Merge 3.5 |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Victor Stinner | Issue #25003: On Solaris 11.3 or newer, os.urandom... |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Victor Stinner | (Merge 3.5) Issue #25274: test_recursionlimit_recovery... |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Victor Stinner | (Merge 3.4) Issue #25274: test_recursionlimit_recovery... |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Victor Stinner | Issue #25274: test_recursionlimit_recovery() of test_sy... |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Andrew Svetlov | Merge 3.5 -> default |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Andrew Svetlov | Merge 3.4 -> 3.5 |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Andrew Svetlov | Reflect parameter name change in the doc |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Victor Stinner | Fix _PyTime_AsTimevalStruct_impl() on OpenBSD |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Raymond Hettinger | Add fast paths to deque_init() for the common cases |
commit | commitdiff | tree | snapshot |
| 2015-09-30 |
Victor Stinner | Fix regrtest --coverage on Windows |
commit | commitdiff | tree | snapshot |
| 2015-09-30 |
Victor Stinner | Backout change 28d3bcb1bad6: "Try to fix _PyTime_AsTime... |
commit | commitdiff | tree | snapshot |
| 2015-09-30 |
Victor Stinner | Issue #25171: Fix compilation issue on OpenBSD in random.c |
commit | commitdiff | tree | snapshot |
| 2015-09-30 |
Victor Stinner | (Merge 3.5) Issue #25182: Fix compilation on Windows |
commit | commitdiff | tree | snapshot |
| 2015-09-30 |
Victor Stinner | (Merge 3.4) Issue #25182: Fix compilation on Windows |
commit | commitdiff | tree | snapshot |
| 2015-09-30 |
Victor Stinner | Issue #25182: Fix compilation on Windows |
commit | commitdiff | tree | snapshot |
| 2015-09-30 |
Serhiy Storchaka | Issue #25182: The stdprinter (used as sys.stderr before... |
commit | commitdiff | tree | snapshot |
| 2015-09-30 |
Serhiy Storchaka | Issue #25182: The stdprinter (used as sys.stderr before... |
commit | commitdiff | tree | snapshot |
| 2015-09-30 |
Serhiy Storchaka | Issue #25182: The stdprinter (used as sys.stderr before... |
commit | commitdiff | tree | snapshot |
| 2015-09-30 |
Victor Stinner | Issue #25220: Fix "-m test --forever" |
commit | commitdiff | tree | snapshot |
| 2015-09-30 |
Raymond Hettinger | Add an early-out for deque_clear() |
commit | commitdiff | tree | snapshot |
| 2015-09-30 |
Victor Stinner | Issue #25220, libregrtest: more verbose output for -jN |
commit | commitdiff | tree | snapshot |
| 2015-09-30 |
Victor Stinner | Issue #25220, libregrtest: Cleanup |
commit | commitdiff | tree | snapshot |
| 2015-09-30 |
Victor Stinner | Issue #25220, libregrtest: Pass directly ns to runtest() |
commit | commitdiff | tree | snapshot |
| 2015-09-30 |
Victor Stinner | Issue #25220, libregrtest: Set support.use_resources... |
commit | commitdiff | tree | snapshot |
| 2015-09-30 |
Victor Stinner | Issue #25274: Workaround test_sys crash just to keep... |
commit | commitdiff | tree | snapshot |
| 2015-09-29 |
Victor Stinner | Issue #25220, libregrtest: Call setup_python(ns) in... |
commit | commitdiff | tree | snapshot |
| 2015-09-29 |
Victor Stinner | Issue #25220, libregrtest: Add runtest_ns() function |
commit | commitdiff | tree | snapshot |
| 2015-09-29 |
Victor Stinner | Issue #25220, libregrtest: Move setup_python() to a... |
commit | commitdiff | tree | snapshot |
| next |