Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #11020: Command-line pyclbr was broken because of missing 2-to-3 | Raymond Hettinger | 2011-01-27 | 1 | -0/+3 |
| | | | | | | conversion. (Patch reviewed by David Murray.) | ||||
* | #11019: Make BytesGenerator handle Message with None body. | R. David Murray | 2011-01-26 | 1 | -0/+3 |
| | | | | Bug discovery and initial patch by Victor Stinner. | ||||
* | Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a | Raymond Hettinger | 2011-01-26 | 1 | -0/+4 |
| | | | | | | | keyword-only argument. The preceding positional argument was deprecated, so it made no sense to add filter as a positional argument. (Patch reviewed by Brian Curtin and Anthony Long.) | ||||
* | Issue #11004: Repair edge case in deque.count(). | Raymond Hettinger | 2011-01-25 | 1 | -0/+2 |
| | | | | | | | | | (Reviewed by Georg Brandl.) Also made similar changes to deque.reverse() though this wasn't strictly necessary (the edge case cannot occur with two pointers moving to meet in the middle). Making the change in reverse() was more a matter of future-proofing. | ||||
* | #10974: IDLE no longer crashes if its recent files list includes files | Ned Deily | 2011-01-24 | 1 | -0/+3 |
| | | | | | | with non-ASCII characters in their path names. (with approval of release manager for 3.2rc2) | ||||
* | Issue #9509: make argarse properly handle IOErrors raised by ↵ | Steven Bethard | 2011-01-24 | 1 | -0/+2 |
| | | | | argparse.FileType. Approved by Georg in the tracker. | ||||
* | Make the type consistent for hashlib algorithm constants. (Reviewed by ↵ | Raymond Hettinger | 2011-01-24 | 1 | -0/+3 |
| | | | | Benjamin). | ||||
* | Issue #10987: Fix the recursion limit handling in the _pickle module. | Antoine Pitrou | 2011-01-23 | 1 | -0/+2 |
| | |||||
* | Issue #10955: Fix typo in NEWS, cp497 => cp437 | Victor Stinner | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | #10983: fix several bugs in the _tunnel implementation that seem to have ↵ | Georg Brandl | 2011-01-22 | 1 | -0/+2 |
| | | | | missed while porting between branches. A unittest is needed! | ||||
* | To match the behaviour of HTTP server, the HTTP client library now also encodes | Armin Ronacher | 2011-01-22 | 1 | -0/+5 |
| | | | | | | headers with iso-8859-1 (latin1) encoding. It was already doing that for incoming headers which makes this behaviour now consistent in both incoming and outgoing direction. | ||||
* | Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server. | Armin Ronacher | 2011-01-22 | 1 | -0/+4 |
| | | | | | This makes the implementation of PEP 3333 compliant servers on top of BaseHTTPServer possible. | ||||
* | Issue #10955: fix NEWS entry | Victor Stinner | 2011-01-22 | 1 | -1/+1 |
| | |||||
* | Issue #10955: zipimport uses ASCII at bootstrap | Victor Stinner | 2011-01-22 | 1 | -0/+5 |
| | | | | | | | zipimport uses ASCII encoding instead of cp497 to decode filenames, at bootstrap, if the codec registry is not ready yet. It is still possible to have non-ASCII filenames using the Unicode flag (UTF-8 encoding) for file entries in the ZIP file. | ||||
* | Issue #10949: Improved robustness of rotating file handlers. | Vinay Sajip | 2011-01-21 | 1 | -0/+2 |
| | |||||
* | Issue #10955: Fix a potential crash when trying to mmap() a file past its | Antoine Pitrou | 2011-01-20 | 1 | -0/+3 |
| | | | | | | length. Initial patch by Ross Lagerwall. This fixes a regression introduced by r88022. | ||||
* | Move developers.txt to the devguide. | Brett Cannon | 2011-01-20 | 2 | -353/+0 |
| | |||||
* | Update Misc/README. | Brett Cannon | 2011-01-20 | 1 | -10/+1 |
| | |||||
* | Remove some outdated files from Misc. | Brett Cannon | 2011-01-20 | 3 | -2372/+0 |
| | |||||
* | Move README.gdb to the devguide. | Brett Cannon | 2011-01-20 | 1 | -17/+0 |
| | |||||
* | Move README.Emacs to the devguide. | Brett Cannon | 2011-01-20 | 1 | -32/+0 |
| | |||||
* | Move maintainers.rst into the devguide and rename it the Experts Index. | Brett Cannon | 2011-01-20 | 1 | -310/+0 |
| | |||||
* | Rename AIX-NOTES to something that follows the convention in Misc. | Brett Cannon | 2011-01-19 | 1 | -0/+0 |
| | |||||
* | Issue #10898: Allow compiling the posix module when the C library defines | Antoine Pitrou | 2011-01-19 | 1 | -0/+3 |
| | | | | a symbol named FSTAT. | ||||
* | Klocwork scan site no longer available. | Brett Cannon | 2011-01-19 | 1 | -30/+0 |
| | |||||
* | Issue #10451: memoryview objects could allow to mutate a readable buffer. | Antoine Pitrou | 2011-01-18 | 1 | -0/+3 |
| | | | | Initial patch by Ross Lagerwall. | ||||
* | very out of date file | Benjamin Peterson | 2011-01-17 | 1 | -97/+0 |
| | |||||
* | Short README on gdb support. | Brett Cannon | 2011-01-17 | 1 | -0/+17 |
| | |||||
* | 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 |
| | |||||
* | Post-release updates. | Georg Brandl | 2011-01-16 | 1 | -0/+12 |
| | |||||
* | Bump to 3.2rc1. | Georg Brandl | 2011-01-15 | 2 | -1/+3 |
| | |||||
* | Issue #10916: mmap should not segfault when a file is mapped using 0 as | Antoine Pitrou | 2011-01-15 | 1 | -0/+4 |
| | | | | | | | length and a non-zero offset, and an attempt to read past the end of file is made (IndexError is raised instead). Patch by Ross Lagerwall. Requested by Georg. | ||||
* | Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and | Antoine Pitrou | 2011-01-15 | 1 | -0/+3 |
| | | | | PyEval_ReleaseLock(). The thread-state aware APIs should be used instead. | ||||
* | Add self to mac platform area in maintainers.rst. | Ned Deily | 2011-01-15 | 1 | -1/+1 |
| | |||||
* | #10843: Update third-party library versions used in OS X 32-bit | Ned Deily | 2011-01-15 | 1 | -0/+5 |
| | | | | | | installer builds: bzip2 1.0.6, readline 6.1.2, SQLite 3.7.4 (with FTS3/FTS4 and RTREE enabled), and ncursesw 5.5 (wide-char support enabled). | ||||
* | #10843: Install the Tools directory on OS X in the applications | Ned Deily | 2011-01-15 | 1 | -0/+4 |
| | | | | | Extras (/Applications/Python 3.n/Extras/) where the Demo directory had previous been installed. | ||||
* | #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5, | Ned Deily | 2011-01-15 | 1 | -0/+4 |
| | | | | | rather than the currently problematic Apple-supplied one, when running with the 64-/32-bit installer variant. | ||||
* | Issue #4953: add the author of the patch | Victor Stinner | 2011-01-14 | 2 | -1/+3 |
| | |||||
* | Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, not | Victor Stinner | 2011-01-14 | 1 | -0/+4 |
| | | | | | as unicode, and accept binary files. Add encoding and errors attributes to cgi.FieldStorage. | ||||
* | Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl() | Victor Stinner | 2011-01-14 | 1 | -0/+2 |
| | |||||
* | Issue #10899: No function type annotations in the standard library. | Raymond Hettinger | 2011-01-12 | 1 | -0/+3 |
| | | | | Removed function type annotations from _pyio.py. | ||||
* | Issue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch | Antoine Pitrou | 2011-01-12 | 1 | -0/+3 |
| | | | | by Ross Lagerwall. | ||||
* | don't segfault on deleting __abstractmethods__ #10892 | Benjamin Peterson | 2011-01-12 | 1 | -0/+3 |
| | |||||
* | Issue #5109: array.array constructor will now use fast code when | Alexander Belopolsky | 2011-01-11 | 1 | -0/+3 |
| | | | | initial data is provided in an array object with correct type. | ||||
* | developers.txt entry for Eli (at Brett's request) | Nick Coghlan | 2011-01-11 | 1 | -0/+3 |
| | |||||
* | #10820: Fix OS X framework installs to support version-specific | Ned Deily | 2011-01-10 | 1 | -0/+3 |
| | | | | scripts (implemented in #10679). | ||||
* | Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. | Terry Reedy | 2011-01-10 | 1 | -0/+2 |
| | |||||
* | Issue #10872: The repr() of TextIOWrapper objects now includes the mode | Antoine Pitrou | 2011-01-09 | 1 | -0/+3 |
| | | | | | | if available. (at Georg's request) | ||||
* | Add Ned Deily. | Martin v. Löwis | 2011-01-09 | 1 | -0/+3 |
| |