summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fixes issue 8543 (asynchat documentation issues)Giampaolo Rodolà2010-04-291-91/+10
* Fixing the Broken links of mechanize library.Senthil Kumaran2010-04-291-3/+2
* Group the Windows entries in getfilesystemencoding doc, move the win 9x one a...Ezio Melotti2010-04-291-7/+9
* update pypy urlBenjamin Peterson2010-04-291-1/+1
* update pypy descriptionBenjamin Peterson2010-04-291-6/+6
* Add various unittest itemsAndrew M. Kuchling2010-04-291-16/+40
* Fix doubled 'the'.Andrew M. Kuchling2010-04-291-16/+16
* Add various itemsAndrew M. Kuchling2010-04-291-13/+51
* Clarify and fix the documentation for IOBase.close()Antoine Pitrou2010-04-281-2/+4
* State clearly that truncate() doesn't move the file position,Antoine Pitrou2010-04-281-6/+3
* Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-en...Senthil Kumaran2010-04-281-0/+16
* Add version changed note for -m tinkering with sys.argv[0] during the search ...Nick Coghlan2010-04-281-0/+2
* Issue 8202: when using the -m command line switch, sys.argv[0] is now '-m' in...Nick Coghlan2010-04-281-2/+3
* Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module co...Nick Coghlan2010-04-281-23/+39
* make slice notation in (r)find docs consistentBenjamin Peterson2010-04-271-7/+7
* reject None as the buffering argument like the C implementation does #8546Benjamin Peterson2010-04-271-1/+1
* Adding versionadded to various new unittest functions in documentationMichael Foord2010-04-261-0/+8
* Adding unittest.removeHandler function / decorator for removing the signal.SI...Michael Foord2010-04-251-2/+25
* Patch from Tim Hatch: Make socket setblocking <-> settimeout examples symmetric.Georg Brandl2010-04-251-1/+1
* Fix code example to have valid syntax so that it can be highlighted.Georg Brandl2010-04-251-1/+1
* Patch from Tim Hatch: Minor spelling changes to _winreg docs.Georg Brandl2010-04-251-5/+5
* Patch from Tim Hatch: Remove reference to winreg being the fabled high-level ...Georg Brandl2010-04-251-2/+2
* Patch from Tim Hatch: Better cross-referencing in socket and winreg docs.Georg Brandl2010-04-252-50/+67
* Remove LaTeXy index entry syntax.Georg Brandl2010-04-251-2/+2
* #8522: use with statement instead of try-finally for file handling.Georg Brandl2010-04-251-4/+1
* #8528: fix typo.Georg Brandl2010-04-251-1/+1
* Fix #5774. Some _winreg functions are documented as taking kwargs but don't.Brian Curtin2010-04-241-3/+3
* Markup fixes.Georg Brandl2010-04-241-43/+39
* issue8451: Making syslog module use sys.argv[0] for "ident".Sean Reifscheider2010-04-231-20/+65
* Add "report a bug" links in some prominent places. Make it clear that doc bu...Georg Brandl2010-04-225-13/+48
* Changed tests to only urlparse one, which was enough, addressed Ezio's commentSenthil Kumaran2010-04-221-1/+5
* Updated the RFCs list in the See Also section of urlparse.rstSenthil Kumaran2010-04-221-5/+17
* removed ztar support in shutil.make_archiveTarek Ziadé2010-04-201-2/+1
* #8472: fix wrong function name in functions.rst: itertools.filterfalse -> ite...Ezio Melotti2010-04-201-1/+1
* Add version info for os.kill and signal changes from #1220212.Brian Curtin2010-04-202-2/+6
* Fixed #8463: added missing reference to bztar in shutil's documentation.Tarek Ziadé2010-04-191-1/+1
* Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change theAntoine Pitrou2010-04-171-4/+16
* Update link to Apple Publication Style guide.R. David Murray2010-04-171-1/+1
* Add various itemsAndrew M. Kuchling2010-04-151-2/+48
* Add various items; correct argparse outputAndrew M. Kuchling2010-04-141-10/+31
* Fix missing.Georg Brandl2010-04-141-2/+2
* #8370: fix module name in backported doc addition.Georg Brandl2010-04-141-2/+2
* #5250: document __instancecheck__ and __subclasscheck__. I hope the part abo...Georg Brandl2010-04-141-0/+42
* #8399: add note about Windows and O_BINARY.Georg Brandl2010-04-141-1/+2
* Add some textAndrew M. Kuchling2010-04-141-1/+22
* Add an x-ref to where the O_ constants are documented and move the SEEK_ cons...Georg Brandl2010-04-141-11/+17
* Add argparse exampleAndrew M. Kuchling2010-04-141-2/+60
* Get rid of multi-row cells.Georg Brandl2010-04-131-10/+10
* Add an item; stray editAndrew M. Kuchling2010-04-131-2/+22
* Add usage notes for collections.Counter().Raymond Hettinger2010-04-121-0/+27