summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Improve docs for socket.makefile() and SocketIOAntoine Pitrou2010-09-151-4/+3
* Clarify where support for negative indices fall in the language hierarchy.Raymond Hettinger2010-09-151-5/+12
* Issue 9802: Document min()/max() sort stabilityRaymond Hettinger2010-09-141-0/+8
* Issue #9854: The default read() implementation in io.RawIOBase nowAntoine Pitrou2010-09-141-2/+3
* Issue #1552: socket.socketpair() now returns regular socket.socketAntoine Pitrou2010-09-141-0/+4
* Remove pointers to a FAQ entry that no longer exists. Incorporate some text ...Daniel Stutzbach2010-09-141-3/+3
* Tidied example script.Vinay Sajip2010-09-141-1/+4
* Tidied example script.Vinay Sajip2010-09-141-0/+2
* Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive...Raymond Hettinger2010-09-131-0/+23
* Issue #9213: Add index and count methods to range objects, needed toDaniel Stutzbach2010-09-131-2/+16
* Enhanced HTTPHandler documentation.Vinay Sajip2010-09-131-6/+10
* Expanded QueueHandler documentation.Vinay Sajip2010-09-131-1/+34
* add spacesBenjamin Peterson2010-09-131-0/+2
* remove less complete of duplicate docsBenjamin Peterson2010-09-131-13/+0
* remove duplicate statementBenjamin Peterson2010-09-131-2/+1
* #9210: remove --with-wctype-functions configure option.Amaury Forgeot d'Arc2010-09-121-0/+5
* Document changes on mbcs encodingVictor Stinner2010-09-121-0/+7
* - Issue #9817: Add expat COPYING file; add expat, libffi and expat licensesMatthias Klose2010-09-121-0/+89
* #9608, #8518 : clarify and improve discussion of exceptions in howto.R. David Murray2010-09-111-34/+53
* Issue #9827: clarified LogRecord documentation.Vinay Sajip2010-09-111-19/+60
* Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error onVictor Stinner2010-09-112-2/+2
* Issue #767645: fix os.path.supports_unicode_filenames definitionVictor Stinner2010-09-111-2/+1
* add newlineBenjamin Peterson2010-09-101-0/+1
* Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODINGVictor Stinner2010-09-101-9/+0
* #4617: Previously it was illegal to delete a name from the localAmaury Forgeot d'Arc2010-09-103-5/+35
* release() is probably not the most important methodGeorg Brandl2010-09-101-18/+18
* add reference to file objectBenjamin Peterson2010-09-101-2/+2
* As per python-dev discussion with Eli, properly document and publish dis.show...Nick Coghlan2010-09-101-1/+11
* Issue #9757: memoryview objects get a release() method to release theAntoine Pitrou2010-09-091-1/+34
* Improve the repr for the TokenInfo named tuple.Raymond Hettinger2010-09-091-1/+1
* Add docstring to cmd.Cmd.do_help()Raymond Hettinger2010-09-091-4/+0
* Add a working example for the cmd module.Raymond Hettinger2010-09-091-0/+162
* Fix issue 9794: adds context manager protocol to socket.socket so that socket...Giampaolo Rodolà2010-09-082-0/+9
* logging: Added QueueHandler.Vinay Sajip2010-09-081-19/+183
* Fix typo in whatsnew (#9793)Éric Araujo2010-09-071-1/+1
* #6394: Add os.getppid() support for Windows.Amaury Forgeot d'Arc2010-09-072-2/+11
* Update nntplib examples to use a public news server.Antoine Pitrou2010-09-071-17/+17
* Add stub entry for argparse.Georg Brandl2010-09-071-0/+2
* typoRaymond Hettinger2010-09-071-1/+1
* Remove outdated reference to Wichmann-Hill algorithm.Raymond Hettinger2010-09-071-12/+4
* Issues #7889, #9025 and #9379: Improvements to the random module.Raymond Hettinger2010-09-071-0/+7
* Document which part of the random module module are guaranteed.Raymond Hettinger2010-09-071-9/+14
* Document which part of the random module module are guaranteed.Raymond Hettinger2010-09-061-0/+16
* Updated information on logging contextual information.Vinay Sajip2010-09-061-0/+76
* Add method to OrderedDict for repositioning keys to the ends.Raymond Hettinger2010-09-061-0/+17
* Fix markup nitsRaymond Hettinger2010-09-061-3/+3
* Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittestAntoine Pitrou2010-09-061-0/+53
* Issue #5506: BytesIO objects now have a getbuffer() method exporting aAntoine Pitrou2010-09-061-0/+18
* Implement #7566 - os.path.sameopenfile for Windows.Brian Curtin2010-09-061-1/+3
* hashlib has two new constant attributes: algorithms_guaranteed andGregory P. Smith2010-09-061-8/+21