| 2015-02-06 |
Steve Dower | Issue #23260: Update Windows installer |
commit | commitdiff | tree | snapshot |
| 2015-02-06 |
Ned Deily | Fix missing :ref: for idle in doc build. |
commit | commitdiff | tree | snapshot |
| 2015-02-06 |
Ned Deily | Fix missing :ref: for idle in doc build. |
commit | commitdiff | tree | snapshot |
| 2015-02-06 |
Benjamin Peterson | merge 3.4 (#22735) |
commit | commitdiff | tree | snapshot |
| 2015-02-06 |
Benjamin Peterson | fix many custom mro() edge cases and improve code quali... |
commit | commitdiff | tree | snapshot |
| 2015-02-06 |
Ned Deily | Issue #23212: merge from 3.4 |
commit | commitdiff | tree | snapshot |
| 2015-02-06 |
Ned Deily | Issue #23212: Update OS X installer build OpenSSL to... |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Victor Stinner | (Merge 3.4) test_multiprocessing: tolerate a delta... |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Victor Stinner | test_multiprocessing: tolerate a delta of 30 ms because... |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Serhiy Storchaka | Issue #18982: Add tests for CLI of the calendar module. |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Serhiy Storchaka | Issue #18982: Add tests for CLI of the calendar module. |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Victor Stinner | Merge 3.4 (asyncio) |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Victor Stinner | asyncio: BaseEventLoop: rename _owner to _thread_id |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Ned Deily | Issue #23345: merge from 3.4 |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Ned Deily | Issue #23345: Prevent test_ssl failures with large... |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Donald Stufft | Merge: Update pip to 6.0.8 |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Donald Stufft | Update pip to 6.0.8 |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Gregory P.... | Make the stdlib test suite helper test.script_helper... |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Gregory P.... | Make the stdlib test suite helper test.script_helper... |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Raymond Hettinger | Minor code clean up. |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Victor Stinner | Merge 3.4 (asyncio doc) |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Victor Stinner | asyncio doc: explain how to display ResourceWarning... |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Victor Stinner | Merge 3.4 (asyncio) |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Victor Stinner | asyncio: Only call _check_resolved_address() in debug... |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Victor Stinner | asyncio: BaseSelectorEventLoop uses directly the privat... |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Gregory P.... | Fixes issue23390: make profile-opt causes -fprofile... |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Gregory P.... | Fixes issue23390: make profile-opt causes -fprofile... |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Gregory P.... | Skip some tests that require a subinterpreter launched... |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Gregory P.... | Skip some tests that require a subinterpreter launched... |
commit | commitdiff | tree | snapshot |
| 2015-02-03 |
Stefan Krah | Issue #14203: Temporary fix for the compile failure... |
commit | commitdiff | tree | snapshot |
| 2015-02-03 |
Stefan Krah | Issue #14203: Remove obsolete support for view==NULL... |
commit | commitdiff | tree | snapshot |
| 2015-02-03 |
Serhiy Storchaka | Issue #15381: Fixed a bug in BytesIO.write(). |
commit | commitdiff | tree | snapshot |
| 2015-02-03 |
Raymond Hettinger | Issue 23359: Reduce size of code in set_lookkey. Only... |
commit | commitdiff | tree | snapshot |
| 2015-02-03 |
Stefan Krah | Issue #14203: Remove obsolete support for view==NULL... |
commit | commitdiff | tree | snapshot |
| 2015-02-03 |
Victor Stinner | Merge 3.4 (asyncio doc) |
commit | commitdiff | tree | snapshot |
| 2015-02-03 |
Victor Stinner | asyncio, Tulip issue 221: Fix doc of QueueEmpty and... |
commit | commitdiff | tree | snapshot |
| 2015-02-03 |
Serhiy Storchaka | Issue #15381: Try to fix refcount bug. Empty and 1... |
commit | commitdiff | tree | snapshot |
| 2015-02-03 |
Berker Peksag | Issue #13128: Print response headers for CONNECT reques... |
commit | commitdiff | tree | snapshot |
| 2015-02-03 |
Berker Peksag | Issue #23358: Add missing BaseServer entry to socketser... |
commit | commitdiff | tree | snapshot |
| 2015-02-03 |
Berker Peksag | Issue #23358: Add missing BaseServer entry to socketser... |
commit | commitdiff | tree | snapshot |
| 2015-02-03 |
Serhiy Storchaka | Issue #15381: Optimized io.BytesIO to make less allocat... |
commit | commitdiff | tree | snapshot |
| 2015-02-03 |
Serhiy Storchaka | Issue #22818: Splitting on a pattern that could match... |
commit | commitdiff | tree | snapshot |
| 2015-02-03 |
Serhiy Storchaka | Issue #23099: Closing io.BytesIO with exported buffer... |
commit | commitdiff | tree | snapshot |
| 2015-02-03 |
Serhiy Storchaka | Issue #23099: Closing io.BytesIO with exported buffer... |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Serhiy Storchaka | Issues #23363, #23364, #23365, #23366: Fixed itertools... |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Serhiy Storchaka | Issue #22896: Fixed using _getbuffer() in recently... |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Serhiy Storchaka | Issues #23363, #23364, #23365, #23366: Fixed itertools... |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Serhiy Storchaka | Issues #23363, #23364, #23365, #23366: Fixed itertools... |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Serhiy Storchaka | Issue #22896: Avoid to use PyObject_AsCharBuffer()... |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Serhiy Storchaka | Issue #22896: Avoid to use PyObject_AsCharBuffer()... |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Benjamin Peterson | merge 3.4 |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Benjamin Peterson | merge 3.3 |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Benjamin Peterson | reduce memory usage of test (closes #23369) |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Benjamin Peterson | merge 3.4 |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Benjamin Peterson | adjust for py3k module renaming |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Benjamin Peterson | merge 3.4 |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Benjamin Peterson | _clear_type_cache is cpython-only |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Victor Stinner | Merge 3.4 (asyncio) |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Victor Stinner | Issue #23353, asyncio: Workaround CPython bug #23353 |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Raymond Hettinger | Issue 23359: Tighten inner search loop for sets (don... |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Benjamin Peterson | merge 3.4 (#21295) |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Benjamin Peterson | revert lineno and col_offset changes from #16795 (close... |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Raymond Hettinger | Optimization guides suggest copying memory in an ascend... |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Benjamin Peterson | merge 3.4 (#23364, #23363) |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Benjamin Peterson | merge 3.3 (#23364, #23363) |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Benjamin Peterson | check for overflows in permutations() and product(... |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Benjamin Peterson | merge 3.4 (#23365) |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Benjamin Peterson | merge 3.3 (#23365) |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Benjamin Peterson | check for overflow in combinations_with_replacement... |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Benjamin Peterson | merge 3.4 (#23366) |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Benjamin Peterson | merge 3.3 (#23366) |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Benjamin Peterson | detect overflow in combinations (closes #23366) |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Benjamin Peterson | merge 3.4 |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Benjamin Peterson | https goodness |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Benjamin Peterson | fix tests on systems that can't validate python.org |
commit | commitdiff | tree | snapshot |
| 2015-02-01 |
Benjamin Peterson | merge 3.4 |
commit | commitdiff | tree | snapshot |
| 2015-02-01 |
Benjamin Peterson | merge 3.3 |
commit | commitdiff | tree | snapshot |
| 2015-02-01 |
Benjamin Peterson | remove extra ws |
commit | commitdiff | tree | snapshot |
| 2015-02-01 |
Benjamin Peterson | merge 3.4 (#23369) |
commit | commitdiff | tree | snapshot |
| 2015-02-01 |
Benjamin Peterson | merge 3.3 (#23369) |
commit | commitdiff | tree | snapshot |
| 2015-02-01 |
Benjamin Peterson | fix possible overflow in encode_basestring_ascii (close... |
commit | commitdiff | tree | snapshot |
| 2015-02-01 |
Stefan Krah | Merge cosmetic change. |
commit | commitdiff | tree | snapshot |
| 2015-02-01 |
Stefan Krah | Whitespace. |
commit | commitdiff | tree | snapshot |
| 2015-02-01 |
Stefan Krah | Whitespace. |
commit | commitdiff | tree | snapshot |
| 2015-02-01 |
Stefan Krah | Issue #23352: Merge from 3.4. |
commit | commitdiff | tree | snapshot |
| 2015-02-01 |
Stefan Krah | Issue #23352: Document that Py_buffer.suboffsets must... |
commit | commitdiff | tree | snapshot |
| 2015-02-01 |
Stefan Krah | Merge from 3.4. |
commit | commitdiff | tree | snapshot |
| 2015-02-01 |
Serhiy Storchaka | Don't seek to the start of the file when open ZipFile... |
commit | commitdiff | tree | snapshot |
| 2015-02-01 |
Stefan Krah | Issue #23370: Fix off-by-one error for non-contiguous... |
commit | commitdiff | tree | snapshot |
| 2015-02-01 |
Vinay Sajip | Merged documentation update from 3.4. |
commit | commitdiff | tree | snapshot |
| 2015-02-01 |
Vinay Sajip | Added a cookbook entry on logging audible messages. |
commit | commitdiff | tree | snapshot |
| 2015-02-01 |
Stefan Krah | Issue #22445: PyBuffer_IsContiguous() now implements... |
commit | commitdiff | tree | snapshot |
| 2015-01-31 |
Steve Dower | Issue #23212: Update Windows copy of OpenSSL to 1.0.1l |
commit | commitdiff | tree | snapshot |
| 2015-01-31 |
Steve Dower | Null merge with 3.4 |
commit | commitdiff | tree | snapshot |
| 2015-01-31 |
Steve Dower | Issue #23212: Update Windows copy of OpenSSL to 1.0.1l |
commit | commitdiff | tree | snapshot |
| 2015-01-31 |
Steve Dower | Fixes python3_d.dll build so that functions are forward... |
commit | commitdiff | tree | snapshot |
| 2015-01-31 |
Raymond Hettinger | Keep the definition of i consistent between set_lookkey... |
commit | commitdiff | tree | snapshot |
| 2015-01-31 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
| 2015-01-31 |
Victor Stinner | Merge 3.4 (generator) |
commit | commitdiff | tree | snapshot |
| 2015-01-31 |
Serhiy Storchaka | Issue #23326: Removed __ne__ implementations. Since... |
commit | commitdiff | tree | snapshot |
| next |