| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Wording nits. | Raymond Hettinger | 2011-01-17 | 1 | -4/+3 |
|
|
* | Fix-up the XXX for importlib.abc. | Raymond Hettinger | 2011-01-17 | 1 | -4/+6 |
|
|
* | Tidy-up the ssl section. | Raymond Hettinger | 2011-01-17 | 1 | -38/+33 |
|
|
* | Short README on gdb support. | Brett Cannon | 2011-01-17 | 1 | -0/+17 |
|
|
* | Note that two-phase cyclic barriers are suitable for use in loops. | Raymond Hettinger | 2011-01-17 | 1 | -2/+4 |
|
|
* | remove unneeded assertion | Benjamin Peterson | 2011-01-17 | 1 | -1/+0 |
|
|
* | correct assertion | Benjamin Peterson | 2011-01-17 | 1 | -1/+1 |
|
|
* | turn some checks into assertions, since they are implied by the caller | Benjamin Peterson | 2011-01-17 | 1 | -4/+2 |
|
|
* | Placeholder sentence pointing out that imoprtlib has updated (as well as depr... | Brett Cannon | 2011-01-16 | 1 | -0/+5 |
|
|
* | rangeobject.c (compute_slice_indices): Make function static. | Matthias Klose | 2011-01-16 | 1 | -1/+1 |
|
|
* | Mention deprecation of PyEval_{Acquire,Release}Lock(). | Antoine Pitrou | 2011-01-16 | 1 | -0/+5 |
|
|
* | More SSL-related stuff | Antoine Pitrou | 2011-01-16 | 1 | -0/+12 |
|
|
* | Mention HTTP 0.9's partial demise. | Antoine Pitrou | 2011-01-16 | 1 | -0/+6 |
|
|
* | Mention the new context parameter to FTP_TLS, and the small API change | Antoine Pitrou | 2011-01-16 | 1 | -0/+15 |
|
|
* | Issue 10889: Added entry for handling of indexing and slicing with ranges big... | Raymond Hettinger | 2011-01-16 | 1 | -4/+4 |
|
|
* | Get proper credit | Antoine Pitrou | 2011-01-16 | 1 | -1/+1 |
|
|
* | Fix misindent | Antoine Pitrou | 2011-01-16 | 1 | -5/+5 |
|
|
* | Better description of SSL-related changes | Antoine Pitrou | 2011-01-16 | 1 | -7/+15 |
|
|
* | Rewrap and punctuation consistency. | Georg Brandl | 2011-01-16 | 1 | -60/+58 |
|
|
* | Add missing NEWS entry for r87948 | Nick Coghlan | 2011-01-16 | 1 | -0/+3 |
|
|
* | Clean-up comment. | Raymond Hettinger | 2011-01-16 | 1 | -2/+2 |
|
|
* | Remove out-of-date comment | Raymond Hettinger | 2011-01-16 | 1 | -4/+0 |
|
|
* | Fix two small issues. | Georg Brandl | 2011-01-16 | 1 | -3/+3 |
|
|
* | Post-release updates. | Georg Brandl | 2011-01-16 | 2 | -1/+13 |
|
|
* | Package zip_cp437_header.zip. | Martin v. Löwis | 2011-01-15 | 1 | -2/+1 |
|
|
* | Tagging 3.2rc1. | Georg Brandl | 2011-01-15 | 1 | -0/+1 |
|
|
* | Fix mmap and test_mmap under Windows too (followup to r88022)v3.2rc1 | Antoine Pitrou | 2011-01-15 | 2 | -5/+7 |
|
|
* | Bump to 3.2rc1. | Georg Brandl | 2011-01-15 | 6 | -8/+10 |
|
|
* | Fix "make suspicious" errors and update ignore file. | Georg Brandl | 2011-01-15 | 3 | -2/+24 |
|
|
* | Fix a few doc errors, mostly undefined keywords. | Georg Brandl | 2011-01-15 | 14 | -57/+57 |
|
|
* | Update to 1.0.7. | Georg Brandl | 2011-01-15 | 3 | -3/+3 |
|
|
* | Update pydoc topics. | Georg Brandl | 2011-01-15 | 1 | -11/+11 |
|
|
* | Issue #10916: mmap should not segfault when a file is mapped using 0 as | Antoine Pitrou | 2011-01-15 | 3 | -1/+18 |
|
|
* | Nits | Antoine Pitrou | 2011-01-15 | 1 | -10/+6 |
|
|
* | Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and | Antoine Pitrou | 2011-01-15 | 2 | -0/+21 |
|
|
* | Reword and restructure the GIL API doc | Antoine Pitrou | 2011-01-15 | 1 | -152/+156 |
|
|
* | Add mention of how to switch interpreters | Antoine Pitrou | 2011-01-15 | 1 | -1/+3 |
|
|
* | Improve description of issues | Antoine Pitrou | 2011-01-15 | 1 | -7/+10 |
|
|
* | Restructure a bit | Antoine Pitrou | 2011-01-15 | 1 | -79/+100 |
|
|
* | Standard streams use file descriptors, not FILE pointers. | Antoine Pitrou | 2011-01-15 | 1 | -1/+1 |
|
|
* | Avoid ResourceWarnings in ccbench | Antoine Pitrou | 2011-01-15 | 1 | -12/+13 |
|
|
* | Fix the GIL with subinterpreters. Hopefully this will allow mod_wsgi to work ... | Antoine Pitrou | 2011-01-15 | 1 | -4/+7 |
|
|
* | Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks t... | Eli Bendersky | 2011-01-15 | 1 | -0/+3 |
|
|
* | Add self to mac platform area in maintainers.rst. | Ned Deily | 2011-01-15 | 1 | -1/+1 |
|
|
* | Remove spurious copy of Mac/IDLE/idlemain.py left over from | Ned Deily | 2011-01-15 | 1 | -30/+0 |
|
|
* | #10843: Update third-party library versions used in OS X 32-bit | Ned Deily | 2011-01-15 | 2 | -30/+44 |
|
|
* | #10843: Install the Tools directory on OS X in the applications | Ned Deily | 2011-01-15 | 2 | -0/+6 |
|
|
* | #10907: Update OS X installer build README to better reflect | Ned Deily | 2011-01-15 | 1 | -44/+113 |
|
|
* | #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5, | Ned Deily | 2011-01-15 | 5 | -26/+77 |
|
|
* | Issue #4953: add the author of the patch | Victor Stinner | 2011-01-14 | 2 | -1/+3 |
|
|