summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix BytesGenerator._handle_text() if the message has no payload (None)Victor Stinner2011-01-261-2/+5
* fix import in email.message_from_binary_file()Victor Stinner2011-01-251-1/+1
* Issue #11004: Repair edge case in deque.count().Raymond Hettinger2011-01-253-4/+18
* Tighten the restrictions on the test_sys test which triggers a fatal error whenBrett Cannon2011-01-251-2/+2
* Fix the description of PIPE_BUFAntoine Pitrou2011-01-252-4/+4
* Fix the doc for PIPE_BUFAntoine Pitrou2011-01-251-3/+5
* Typo.Raymond Hettinger2011-01-251-1/+1
* Add entries for select and site.Raymond Hettinger2011-01-251-0/+47
* Add math.erfc and turtledemo.Raymond Hettinger2011-01-251-2/+17
* Typo.Raymond Hettinger2011-01-251-1/+1
* Nits.Raymond Hettinger2011-01-251-5/+5
* Add entry for the math module.Raymond Hettinger2011-01-251-0/+39
* Ignore the gdb.py file under OS X.Brett Cannon2011-01-251-0/+1
* another pretty crasher served up by pypyBenjamin Peterson2011-01-251-0/+20
* Add entry for io.BytesIO.getbuffer().Raymond Hettinger2011-01-241-0/+29
* #10974: IDLE no longer crashes if its recent files list includes filesNed Deily2011-01-242-2/+7
* Issue #11000 ast.parse parses source, not just expressions.Terry Reedy2011-01-242-6/+6
* Issue #9509: make argarse properly handle IOErrors raised by argparse.FileTyp...Steven Bethard2011-01-243-15/+24
* Update last tix code example for 3.x, as already done for previous examples.Terry Reedy2011-01-241-2/+2
* Fix label syntax.Georg Brandl2011-01-242-2/+2
* Typo fix.Georg Brandl2011-01-241-1/+1
* #10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc.R. David Murray2011-01-242-35/+57
* Typos.Raymond Hettinger2011-01-241-2/+2
* Missing source links.Raymond Hettinger2011-01-244-0/+14
* Fix markup and add todo.Raymond Hettinger2011-01-241-1/+3
* Add entry for hash_info().Raymond Hettinger2011-01-241-0/+8
* Add section for urllib.parse.Raymond Hettinger2011-01-242-9/+52
* Add entry for the html module.Raymond Hettinger2011-01-241-0/+11
* Add entry for hashlib and expand the GC entry.Raymond Hettinger2011-01-241-2/+21
* Make the type consistent for hashlib algorithm constants. (Reviewed by Benja...Raymond Hettinger2011-01-243-3/+6
* Add entries for dis, dbm, and ctypes.Raymond Hettinger2011-01-241-0/+45
* Add entries for array, asyncore, csv, compileall, and ast.Raymond Hettinger2011-01-241-1/+60
* Skip a recursion depth check test when running under CPython and have a traceBrett Cannon2011-01-231-0/+2
* Fix typo.Raymond Hettinger2011-01-231-1/+1
* minor clean-up.Raymond Hettinger2011-01-231-2/+0
* Add tracker references.Raymond Hettinger2011-01-231-2/+2
* Add entry for reprlib.Raymond Hettinger2011-01-233-3/+30
* Issue #10987: Fix the recursion limit handling in the _pickle module.Antoine Pitrou2011-01-233-14/+24
* Add entry for shutil's archiving operations.Raymond Hettinger2011-01-232-6/+46
* Issue #10955: Fix typo in NEWS, cp497 => cp437Victor Stinner2011-01-231-1/+1
* #10983: fix several bugs in the _tunnel implementation that seem to have miss...Georg Brandl2011-01-222-3/+7
* To match the behaviour of HTTP server, the HTTP client library now also encodesArmin Ronacher2011-01-223-3/+14
* Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server.Armin Ronacher2011-01-223-2/+16
* Issue #10955: fix NEWS entryVictor Stinner2011-01-221-1/+1
* Issue #10955: zipimport uses ASCII at bootstrapVictor Stinner2011-01-222-1/+24
* Issue #10949: Improved robustness of rotating file handlers.Vinay Sajip2011-01-212-0/+4
* Fix JSON docs about loads() accepting only str objects, not bytes.Antoine Pitrou2011-01-212-11/+8
* Use a Latin-1 example that won't break the LaTeX PDF build.Raymond Hettinger2011-01-211-4/+3
* Add example for __wrapped__.Raymond Hettinger2011-01-211-2/+11
* Clarify what changed with respect to date ranges and two-digit years.Raymond Hettinger2011-01-211-16/+23