summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #7116: str.join() takes an iterable.Georg Brandl2009-10-141-3/+4
* #7126: os.environ changes *do* take effect in subprocesses started with os.sy...Georg Brandl2009-10-141-3/+3
* Fix markup.Georg Brandl2009-10-131-1/+1
* Various link, textual, and markup fixesAndrew M. Kuchling2009-10-131-25/+28
* Link to PEPAndrew M. Kuchling2009-10-131-0/+5
* platform we don't care aboutBenjamin Peterson2009-10-121-6/+6
* Fix broken links found by "make linkcheck". scipy.org seems to be done right...Georg Brandl2009-10-1119-89/+83
* Add the Python FAQ lists to the documentation. Copied from sandbox/faq. Man...Georg Brandl2009-10-1112-0/+5388
* Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronis...Vinay Sajip2009-10-101-6/+12
* Issue #7051: Clarify behaviour of 'g' and 'G'-style formatting.Mark Dickinson2009-10-081-7/+25
* Remove two notesAndrew M. Kuchling2009-10-051-5/+1
* Backport r73983: Document the thousands separator.Andrew M. Kuchling2009-10-051-1/+5
* Use standard comma punctuation; reword some sentences in the docsAndrew M. Kuchling2009-10-051-4/+4
* Reword sentenceAndrew M. Kuchling2009-10-051-1/+1
* Add various itemsAndrew M. Kuchling2009-10-051-144/+513
* Note side benefit of socket.create_connection()Andrew M. Kuchling2009-10-051-3/+7
* Document 'skip' parameter to constructorAndrew M. Kuchling2009-10-051-2/+10
* Fix narkupAndrew M. Kuchling2009-10-051-1/+1
* Wording fixAndrew M. Kuchling2009-10-051-1/+1
* Issue #7028: Add note to hex() builtin docs pointing to float.hex().Mark Dickinson2009-10-031-0/+5
* #6516 added owner/group support for tarfiles in DistutilsTarek Ziadé2009-10-021-5/+13
* #7031: Add TestCase.assertIsInstance and negated method.Georg Brandl2009-10-011-0/+16
* Sync the 2.x `io` docs with py3k, with a small note as to the distinctionAntoine Pitrou2009-10-011-158/+267
* Mention issue6972 in extractall docs about overwriting things outside ofGregory P. Smith2009-09-291-0/+7
* #5329: fix os.popen* regression from 2.5: don't execute commands as a sequencePhilip Jenvey2009-09-291-20/+30
* Issue 7008: Better document str.title and show how to work around the apostro...Raymond Hettinger2009-09-291-2/+22
* Issue #3366: Add gamma function to math module.Mark Dickinson2009-09-281-0/+10
* Documentation improvement for load_tests protocol in unittest. Issue 6515.Michael Foord2009-09-271-0/+5
* Tidied up name of parameter in StreamHandlerVinay Sajip2009-09-261-2/+2
* #7000: document "sep" in capwords. Add a few testsEzio Melotti2009-09-261-6/+8
* comment out ugly xxxBenjamin Peterson2009-09-261-2/+2
* improved phrasing, markup and exampleEzio Melotti2009-09-231-8/+9
* fix typos/rephraseBenjamin Peterson2009-09-221-5/+5
* Fix a minor doc syntax typo.Brett Cannon2009-09-221-1/+1
* Fixed a typo, and added sections on optimization and using arbitrary objects ...Vinay Sajip2009-09-221-1/+48
* Fix encoding name.Georg Brandl2009-09-221-1/+1
* Fix markup for external links.Doug Hellmann2009-09-202-2/+2
* Issue 6877: this patch makes it possible to link the readline extensionRonald Oussoren2009-09-201-1/+11
* #6881 - fixed wrong return type; improved the formattingEzio Melotti2009-09-201-10/+19
* Fix references to threading.enumerate().Georg Brandl2009-09-191-2/+2
* #6946: fix duplicate index entries for datetime classes.Georg Brandl2009-09-191-0/+4
* #6930: clarify description about byteorder handling in UTF decoder routines.Georg Brandl2009-09-181-12/+17
* #6925: rewrite docs for locals() and vars() a bit.Georg Brandl2009-09-181-10/+8
* add keyword arguments support to str/unicode encode and decode #6300Benjamin Peterson2009-09-181-2/+6
* #6936: for interactive use, quit() is just fine.Georg Brandl2009-09-181-1/+1
* Make the optparse doc style a bit more standard: use standard description uni...Georg Brandl2009-09-171-454/+510
* Remove duplicate doc of enable/disable_interspersed_args.Georg Brandl2009-09-171-27/+19
* #6932: remove paragraph that advises relying on __del__ being called.Georg Brandl2009-09-171-19/+26
* String values should be shown with quotes, to avoid confusion with constants.Georg Brandl2009-09-171-23/+23
* rationalize a bitBenjamin Peterson2009-09-171-2/+4