summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Issue #10955: Fix a potential crash when trying to mmap() a file past itsAntoine Pitrou2011-01-203-0/+27
* Corrected the entry about new year range in the time module.Alexander Belopolsky2011-01-201-5/+13
* Move developers.txt to the devguide.Brett Cannon2011-01-202-353/+0
* Update Misc/README.Brett Cannon2011-01-201-10/+1
* Remove some outdated files from Misc.Brett Cannon2011-01-203-2372/+0
* Move README.gdb to the devguide.Brett Cannon2011-01-201-17/+0
* Move README.Emacs to the devguide.Brett Cannon2011-01-201-32/+0
* Add an entry for the code repository.Raymond Hettinger2011-01-201-4/+21
* Make an entry for the os module's bytes accessors.Raymond Hettinger2011-01-201-37/+49
* Add hasattr() example.Raymond Hettinger2011-01-201-1/+12
* Add more examplesRaymond Hettinger2011-01-202-15/+26
* Move maintainers.rst into the devguide and rename it the Experts Index.Brett Cannon2011-01-201-310/+0
* Rename AIX-NOTES to something that follows the convention in Misc.Brett Cannon2011-01-191-0/+0
* #10944: add c_bool to types table.Georg Brandl2011-01-191-0/+5
* Issue #10934: Fixed and expanded Internaldate2tuple() andAlexander Belopolsky2011-01-192-10/+20
* Issue #10898: Allow compiling the posix module when the C library definesAntoine Pitrou2011-01-192-0/+5
* Fix markup.Raymond Hettinger2011-01-191-2/+1
* Suppress trailing spaces in table paragraphs.Georg Brandl2011-01-191-0/+4
* Expand entry for pydoc.Raymond Hettinger2011-01-191-3/+5
* Improve looks by replacing a bullet list with a table.Raymond Hettinger2011-01-191-6/+10
* Add examples for inspect.Raymond Hettinger2011-01-191-6/+33
* Klocwork scan site no longer available.Brett Cannon2011-01-191-30/+0
* Fix typo in example of barrier timeouts from r88102David Malcolm2011-01-181-1/+1
* Expand barrier example to show time-outs.Raymond Hettinger2011-01-181-5/+20
* Missing word.Raymond Hettinger2011-01-181-2/+2
* Reword the OrderedDict entry to emphasize the default behavior,Raymond Hettinger2011-01-181-10/+12
* Issue #10451: memoryview objects could allow to mutate a readable buffer.Antoine Pitrou2011-01-184-4/+18