Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Issue #10451: memoryview objects could allow to mutate a readable buffer. | Antoine Pitrou | 2011-01-18 | 4 | -4/+18 | |
* | Typos. | Raymond Hettinger | 2011-01-18 | 1 | -10/+10 | |
* | More nits. | Raymond Hettinger | 2011-01-18 | 1 | -11/+12 | |
* | Nits. | Raymond Hettinger | 2011-01-18 | 1 | -17/+16 | |
* | More nits. | Raymond Hettinger | 2011-01-18 | 1 | -6/+5 | |
* | Add example for the abc module. | Raymond Hettinger | 2011-01-18 | 1 | -5/+13 | |
* | Nits. | Raymond Hettinger | 2011-01-18 | 1 | -9/+13 | |
* | very out of date file | Benjamin Peterson | 2011-01-17 | 1 | -97/+0 | |
* | Add an import to the logging example | Raymond Hettinger | 2011-01-17 | 1 | -0/+1 | |
* | The example for configparser was weird. | Raymond Hettinger | 2011-01-17 | 1 | -24/+31 | |
* | Beautify code examples. | Raymond Hettinger | 2011-01-17 | 1 | -80/+80 | |
* | 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 | |