Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess | Gregory P. Smith | 2015-11-16 | 1 | -1/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess | Gregory P. Smith | 2015-11-16 | 1 | -1/+2 | |
* | | | merge 3.5 (#25578) | Benjamin Peterson | 2015-11-14 | 1 | -2/+5 | |
|\ \ \ | |/ / | ||||||
| * | | merge 3.4 (#25578) | Benjamin Peterson | 2015-11-14 | 1 | -2/+5 | |
| |\ \ | | |/ | ||||||
| | * | rm trailing ws | Benjamin Peterson | 2015-11-14 | 1 | -1/+1 | |
| | * | fix possible memory lea k in _get_aia_uri (closes #25578) | Benjamin Peterson | 2015-11-14 | 1 | -1/+4 | |
* | | | merge 3.5 (#25569) | Benjamin Peterson | 2015-11-14 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | merge 3.4 (#25569) | Benjamin Peterson | 2015-11-14 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | fix build with older openssl (#25569) | Benjamin Peterson | 2015-11-14 | 1 | -1/+1 | |
* | | | Issue #25498: Merge ctypes crash fix from 3.5 | Martin Panter | 2015-11-13 | 1 | -18/+38 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #25498: Merge ctypes crash fix from 3.4 into 3.5 | Martin Panter | 2015-11-13 | 1 | -18/+38 | |
| |\ \ | | |/ | ||||||
| | * | Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview | Martin Panter | 2015-11-13 | 1 | -18/+38 | |
* | | | merge 3.5 (#25530) | Benjamin Peterson | 2015-11-12 | 1 | -0/+2 | |
|\ \ \ | |/ / | ||||||
| * | | merge 3.4 (#25530) | Benjamin Peterson | 2015-11-12 | 1 | -0/+2 | |
| |\ \ | | |/ | ||||||
| | * | always set OP_NO_SSLv3 by default (closes #25530) | Benjamin Peterson | 2015-11-12 | 1 | -0/+2 | |
* | | | merge 3.5 (#25569) | Benjamin Peterson | 2015-11-12 | 1 | -28/+24 | |
|\ \ \ | |/ / | ||||||
| * | | merge 3.5 (#25569) | Benjamin Peterson | 2015-11-12 | 1 | -28/+24 | |
| |\ \ | | |/ | ||||||
| | * | fix memory leak in _get_crl_dp (closes #25569) | Benjamin Peterson | 2015-11-12 | 1 | -28/+24 | |
* | | | Issue #25558: Use compile-time asserts. | Serhiy Storchaka | 2015-11-07 | 4 | -6/+7 | |
* | | | Reuse Py_STRINGIFY() macro in sre_lib.h and dynload_win.c. | Serhiy Storchaka | 2015-11-05 | 1 | -4/+2 | |
* | | | Neaten-up the inner-loop logic. | Raymond Hettinger | 2015-11-04 | 1 | -3/+3 | |
* | | | Issue #25523: Merge a-to-an corrections from 3.5. | Serhiy Storchaka | 2015-11-02 | 2 | -3/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #25523: Further a-to-an corrections new in 3.5. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 | |
| * | | Issue #25523: Merge a-to-an corrections from 3.4. | Serhiy Storchaka | 2015-11-02 | 2 | -2/+2 | |
| |\ \ | | |/ | ||||||
| | * | Issue #25523: Further a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 2 | -2/+2 | |
* | | | Minor cleanup. | Raymond Hettinger | 2015-11-02 | 1 | -1/+1 | |
* | | | merge | Raymond Hettinger | 2015-11-02 | 14 | -27/+27 | |
|\ \ \ | ||||||
| * \ \ | Issue #25523: Merge a-to-an corrections from 3.5 | Martin Panter | 2015-11-02 | 14 | -27/+27 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Issue #25523: Further a-to-an corrections new in 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 | |
| | * | | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 13 | -26/+26 | |
| | |\ \ | | | |/ | ||||||
| | | * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 13 | -26/+26 | |
* | | | | Move the initial start-search out of the main loop so it can be factored-out ... | Raymond Hettinger | 2015-11-02 | 1 | -16/+27 | |
|/ / / | ||||||
* | | | Issue #25447: The lru_cache() wrapper objects now can be copied and pickled | Serhiy Storchaka | 2015-10-24 | 1 | -0/+7 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #25447: The lru_cache() wrapper objects now can be copied and pickled | Serhiy Storchaka | 2015-10-24 | 1 | -0/+7 | |
* | | | Removed unused parameter | Raymond Hettinger | 2015-10-23 | 1 | -10/+10 | |
* | | | Only update the state variable once per iteration. | Raymond Hettinger | 2015-10-20 | 1 | -4/+8 | |
* | | | Issue #25414: Remove unnecessary tests that can never succeed. | Raymond Hettinger | 2015-10-17 | 1 | -15/+1 | |
* | | | Remove old Todo entry that isn't going to happen. | Raymond Hettinger | 2015-10-16 | 1 | -6/+0 | |
* | | | Rewrap comment. | Raymond Hettinger | 2015-10-15 | 1 | -4/+4 | |
* | | | Use unsigned division | Raymond Hettinger | 2015-10-15 | 1 | -1/+1 | |
* | | | Improve variable names and constant expressions | Raymond Hettinger | 2015-10-15 | 1 | -9/+11 | |
* | | | Refactor binascii.rledecode_hqx() | Victor Stinner | 2015-10-14 | 1 | -28/+25 | |
* | | | Issue #25384: Fix binascii.rledecode_hqx() | Victor Stinner | 2015-10-14 | 1 | -4/+7 | |
* | | | Issue #25384: Use _PyBytesWriter API in binascii | Victor Stinner | 2015-10-13 | 1 | -111/+83 | |
* | | | Merge 3.5 (sys.setrecursionlimit) | Victor Stinner | 2015-10-12 | 1 | -0/+10 | |
|\ \ \ | |/ / | ||||||
| * | | sys.setrecursionlimit() now raises RecursionError | Victor Stinner | 2015-10-12 | 1 | -0/+10 | |
| * | | Close #24784: Fix compilation without thread support | Victor Stinner | 2015-10-11 | 2 | -2/+12 | |
* | | | Issue #25353: Optimize unicode escape and raw unicode escape encoders to use | Victor Stinner | 2015-10-12 | 1 | -20/+24 | |
* | | | Minor fixup. maxlen is already known. | Raymond Hettinger | 2015-10-12 | 1 | -2/+2 | |
* | | | Refactor the deque trim logic to eliminate the two separate trim functions. | Raymond Hettinger | 2015-10-12 | 1 | -25/+14 | |