summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #7117: Prepare for backport of py3k float repr.Mark Dickinson2009-10-241-0/+32
* Fix markup.Georg Brandl2009-10-241-1/+1
* add further note about what's passed to optionxformFred Drake2009-10-231-0/+3
* #7188: fix optionxform() docs.Georg Brandl2009-10-231-6/+14
* Make printout margin important.Georg Brandl2009-10-221-1/+1
* Add proper references.Georg Brandl2009-10-221-6/+5
* #6977: getopt does not support optional option arguments.Georg Brandl2009-10-221-11/+12
* #7156: document curses as Unix-only.Georg Brandl2009-10-221-1/+1
* #7035: improve docs of the various <method>_errors() functions, and give them...Georg Brandl2009-10-221-15/+25
* Reorder __slots__ fine print and add a clarification.Georg Brandl2009-10-221-4/+4
* #7088: document new functions in signal as Unix-only.Georg Brandl2009-10-221-8/+9
* #6324: membership test tries iteration via __iter__.Georg Brandl2009-10-222-5/+16
* Use "impl-detail" directive where applicable.Georg Brandl2009-10-2213-84/+114
* Fix stylesheet for multi-paragraph impl-details.Georg Brandl2009-10-221-2/+6
* Allow short form with text as argument.Georg Brandl2009-10-221-0/+3
* Document new directive.Georg Brandl2009-10-221-0/+18
* Make it more robust.Georg Brandl2009-10-221-1/+7
* Add a new directive marking up implementation details and start using it.Georg Brandl2009-10-223-4/+39
* Fix duplicate target.Georg Brandl2009-10-221-1/+1
* Fix markup.Georg Brandl2009-10-221-1/+1
* Fix punctuation.Georg Brandl2009-10-223-5/+5
* rewrite to be nice to other implementationsBenjamin Peterson2009-10-221-2/+2
* #7170: fix explanation about non-weakrefable builtin types.Georg Brandl2009-10-211-0/+4
* clarify buffer arg #7178Benjamin Peterson2009-10-201-2/+2
* use property apiBenjamin Peterson2009-10-201-1/+1
* Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note tha...Eric Smith2009-10-191-0/+24
* Fix missing word.Georg Brandl2009-10-181-1/+1
* Fix a typo.Senthil Kumaran2009-10-181-1/+1
* Fix for Issue7155 - urllib do not document default use of system proxy config...Senthil Kumaran2009-10-182-4/+14
* #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