| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 argparse.FileTyp... | Steven Bethard | 2011-01-24 | 3 | -15/+24 |
|
|
* | 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 |
|
|
* | 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 Benja... | Raymond Hettinger | 2011-01-24 | 3 | -3/+6 |
|
|
* | 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 |
|
|
* | 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 miss... | Georg Brandl | 2011-01-22 | 2 | -3/+7 |
|
|
* | To match the behaviour of HTTP server, the HTTP client library now also encodes | Armin Ronacher | 2011-01-22 | 3 | -3/+14 |
|
|
* | Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server. | Armin Ronacher | 2011-01-22 | 3 | -2/+16 |
|
|
* | 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 | 2 | -1/+24 |
|
|
* | Issue #10949: Improved robustness of rotating file handlers. | Vinay Sajip | 2011-01-21 | 2 | -0/+4 |
|
|
* | Fix JSON docs about loads() accepting only str objects, not bytes. | Antoine Pitrou | 2011-01-21 | 2 | -11/+8 |
|
|
* | Use a Latin-1 example that won't break the LaTeX PDF build. | Raymond Hettinger | 2011-01-21 | 1 | -4/+3 |
|
|
* | Add example for __wrapped__. | Raymond Hettinger | 2011-01-21 | 1 | -2/+11 |
|
|
* | Clarify what changed with respect to date ranges and two-digit years. | Raymond Hettinger | 2011-01-21 | 1 | -16/+23 |
|
|
* | Issue #10955: Fix a potential crash when trying to mmap() a file past its | Antoine Pitrou | 2011-01-20 | 3 | -0/+27 |
|
|
* | Corrected the entry about new year range in the time module. | Alexander Belopolsky | 2011-01-20 | 1 | -5/+13 |
|
|
* | 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 |
|
|