Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More source links. | Raymond Hettinger | 2011-01-27 | 20 | -3/+71 |
| | |||||
* | Issue #11020: Command-line pyclbr was broken because of missing 2-to-3 | Raymond Hettinger | 2011-01-27 | 2 | -1/+4 |
| | | | | | | conversion. (Patch reviewed by David Murray.) | ||||
* | Issue #11018: fix a test to not be a no-op in test_bz2. | Antoine Pitrou | 2011-01-26 | 1 | -1/+1 |
| | | | | Found by Nadeem Vawda, reviewed by Brett. | ||||
* | #11019: Make BytesGenerator handle Message with None body. | R. David Murray | 2011-01-26 | 3 | -0/+12 |
| | | | | Bug discovery and initial patch by Victor Stinner. | ||||
* | Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a | Raymond Hettinger | 2011-01-26 | 4 | -15/+24 |
| | | | | | | | 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.) | ||||
* | Markup nits. | Raymond Hettinger | 2011-01-26 | 1 | -18/+26 |
| | |||||
* | Revert r88197. I'll refix correctly once there is a test. | R. David Murray | 2011-01-26 | 1 | -5/+2 |
| | |||||
* | Add a few imports to examples. | Raymond Hettinger | 2011-01-26 | 1 | -13/+25 |
| | |||||
* | Fix BytesGenerator._handle_text() if the message has no payload (None) | Victor Stinner | 2011-01-26 | 1 | -2/+5 |
| | |||||
* | fix import in email.message_from_binary_file() | Victor Stinner | 2011-01-25 | 1 | -1/+1 |
| | | | | Parser => BytesParser | ||||
* | Issue #11004: Repair edge case in deque.count(). | Raymond Hettinger | 2011-01-25 | 3 | -4/+18 |
| | | | | | | | | | (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. | ||||
* | Tighten the restrictions on the test_sys test which triggers a fatal error when | Brett Cannon | 2011-01-25 | 1 | -2/+2 |
| | | | | run with tracing turned on. | ||||
* | Fix the description of PIPE_BUF | Antoine Pitrou | 2011-01-25 | 2 | -4/+4 |
| | |||||
* | Fix the doc for PIPE_BUF | Antoine Pitrou | 2011-01-25 | 1 | -3/+5 |
| | |||||
* | Typo. | Raymond Hettinger | 2011-01-25 | 1 | -1/+1 |
| | |||||
* | Add entries for select and site. | Raymond Hettinger | 2011-01-25 | 1 | -0/+47 |
| | |||||
* | Add math.erfc and turtledemo. | Raymond Hettinger | 2011-01-25 | 1 | -2/+17 |
| | |||||
* | Typo. | Raymond Hettinger | 2011-01-25 | 1 | -1/+1 |
| | |||||
* | Nits. | Raymond Hettinger | 2011-01-25 | 1 | -5/+5 |
| | |||||
* | Add entry for the math module. | Raymond Hettinger | 2011-01-25 | 1 | -0/+39 |
| | |||||
* | Ignore the gdb.py file under OS X. | Brett Cannon | 2011-01-25 | 1 | -0/+1 |
| | |||||
* | another pretty crasher served up by pypy | Benjamin Peterson | 2011-01-25 | 1 | -0/+20 |
| | |||||
* | Add entry for io.BytesIO.getbuffer(). | Raymond Hettinger | 2011-01-24 | 1 | -0/+29 |
| | |||||
* | #10974: IDLE no longer crashes if its recent files list includes files | Ned Deily | 2011-01-24 | 2 | -2/+7 |
| | | | | | | with non-ASCII characters in their path names. (with approval of release manager for 3.2rc2) | ||||
* | Issue #11000 ast.parse parses source, not just expressions. | Terry Reedy | 2011-01-24 | 2 | -6/+6 |
| | |||||
* | Issue #9509: make argarse properly handle IOErrors raised by ↵ | Steven Bethard | 2011-01-24 | 3 | -15/+24 |
| | | | | argparse.FileType. Approved by Georg in the tracker. | ||||
* | Update last tix code example for 3.x, as already done for previous examples. | Terry Reedy | 2011-01-24 | 1 | -2/+2 |
| | |||||
* | Fix label syntax. | Georg Brandl | 2011-01-24 | 2 | -2/+2 |
| | |||||
* | Typo fix. | Georg Brandl | 2011-01-24 | 1 | -1/+1 |
| | |||||
* | #10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc. | R. David Murray | 2011-01-24 | 2 | -35/+57 |
| | | | | | | | | | | | | Original patch by Michal Nowikowski, with some additions and wording fixes by me. I changed the wording from 'Performs a stat system call' to 'Performs the equivalent of a stat system call', since on Windows there are no stat/lstat system calls involved. I also extended Michal's breakout of the attributes into a list to the other paragraphs, and rearranged the order of the paragraphs in the 'stat' docs to make it flow better and put it in what I think is a more logical/useful order. | ||||
* | Typos. | Raymond Hettinger | 2011-01-24 | 1 | -2/+2 |
| | |||||
* | Missing source links. | Raymond Hettinger | 2011-01-24 | 4 | -0/+14 |
| | |||||
* | Fix markup and add todo. | Raymond Hettinger | 2011-01-24 | 1 | -1/+3 |
| | |||||
* | Add entry for hash_info(). | Raymond Hettinger | 2011-01-24 | 1 | -0/+8 |
| | |||||
* | Add section for urllib.parse. | Raymond Hettinger | 2011-01-24 | 2 | -9/+52 |
| | |||||
* | Add entry for the html module. | Raymond Hettinger | 2011-01-24 | 1 | -0/+11 |
| | |||||
* | Add entry for hashlib and expand the GC entry. | Raymond Hettinger | 2011-01-24 | 1 | -2/+21 |
| | |||||
* | Make the type consistent for hashlib algorithm constants. (Reviewed by ↵ | Raymond Hettinger | 2011-01-24 | 3 | -3/+6 |
| | | | | Benjamin). | ||||
* | Add entries for dis, dbm, and ctypes. | Raymond Hettinger | 2011-01-24 | 1 | -0/+45 |
| | |||||
* | Add entries for array, asyncore, csv, compileall, and ast. | Raymond Hettinger | 2011-01-24 | 1 | -1/+60 |
| | |||||
* | Skip a recursion depth check test when running under CPython and have a trace | Brett Cannon | 2011-01-23 | 1 | -0/+2 |
| | | | | | | | function set. Otherwise a Python fatal error about hitting an unrecoverable recursion depth gets triggered. Closes issue #10985. Code review by Georg Brandl. | ||||
* | Fix typo. | Raymond Hettinger | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | minor clean-up. | Raymond Hettinger | 2011-01-23 | 1 | -2/+0 |
| | |||||
* | Add tracker references. | Raymond Hettinger | 2011-01-23 | 1 | -2/+2 |
| | |||||
* | Add entry for reprlib. | Raymond Hettinger | 2011-01-23 | 3 | -3/+30 |
| | |||||
* | Issue #10987: Fix the recursion limit handling in the _pickle module. | Antoine Pitrou | 2011-01-23 | 3 | -14/+24 |
| | |||||
* | Add entry for shutil's archiving operations. | Raymond Hettinger | 2011-01-23 | 2 | -6/+46 |
| | |||||
* | 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 | 2 | -3/+7 |
| | | | | 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 | 3 | -3/+14 |
| | | | | | | 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. |