summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue 5754: tweak shelve doc wording to make it clearer that even whenR. David Murray2010-02-111-8/+9
* Issue 7893 and Issue 7588Michael Foord2010-02-101-9/+19
* Doc fix for unittest.Michael Foord2010-02-081-2/+3
* Make assertMultiLineEqual the default for comparing unicode strings.Michael Foord2010-02-081-4/+10
* Fix typoEzio Melotti2010-02-081-1/+1
* Clarify and correct description for ccbench and iobench.Antoine Pitrou2010-02-081-3/+4
* Add two items; move a subsectionAndrew M. Kuchling2010-02-081-8/+21
* Move distutils into its own subsection; add various itemsAndrew M. Kuchling2010-02-081-46/+113
* Issue 6003: ZipFile.writestr "compression_type" argumentRonald Oussoren2010-02-071-1/+8
* Rename "exc_value" attribute on assertRaises context manager to "exception".Georg Brandl2010-02-071-2/+2
* A number of APIs in macostools cannot work in 64-bit mode because theyRonald Oussoren2010-02-071-0/+15
* #5341: fix "builtin" where used as an adjective ("built-in" is correct).Georg Brandl2010-02-066-27/+30
* Review sysconfig docs.Georg Brandl2010-02-061-80/+80
* #7864: make deprecation notices a bit clearer.Georg Brandl2010-02-061-7/+7
* Minor doc change.Michael Foord2010-02-051-1/+1
* Adding versionadded to test skipping section of unittest documentation.Michael Foord2010-02-051-3/+2
* Example of using assertRaises as a context manager in the unittest documentat...Michael Foord2010-02-051-2/+8
* Closes issue 7030.Michael Foord2010-02-051-1/+5
* Resolve bug 7847 by including documentation for -J, -U, and -X under "OptionsBarry Warsaw2010-02-051-5/+23
* Issue #7851: logging: clarification on logging configuration files.Vinay Sajip2010-02-041-0/+7
* Use correct assert* methods in the examples.Ezio Melotti2010-02-041-10/+10
* Issue 6760: Clarify args handling for subprocess.Popen. Patch by Chris RebertNick Coghlan2010-02-041-6/+31
* Corrected list of attributes exposed by sys.getwindowsversion.Eric Smith2010-02-031-4/+4
* Explicitly mention the default value for formatdate's usegmt parameter.R. David Murray2010-02-031-1/+1
* Add various itemsAndrew M. Kuchling2010-02-031-12/+52
* added a note in the whatsnew file for sysconfigTarek Ziadé2010-02-021-0/+8
* first version of the sysconfig module documentationTarek Ziadé2010-02-022-0/+219
* Add various itemsAndrew M. Kuchling2010-02-011-14/+31
* Minor modification to unittest documentation.Michael Foord2010-01-311-3/+3
* Fix-up ftplib documentation:Georg Brandl2010-01-311-30/+29
* move distutils.rst to different tocBenjamin Peterson2010-01-312-1/+1
* #7802: fix invalid example (heh).Georg Brandl2010-01-301-3/+3
* Use the correct markup for argsEzio Melotti2010-01-301-7/+7
* Relocate a couple of stars and remove redundant backticksEzio Melotti2010-01-301-4/+4
* Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, aMark Dickinson2010-01-301-0/+13
* #7801: fix xmlrpclib binary example, open the picture in binary modeVictor Stinner2010-01-301-2/+2
* #7765: typosEzio Melotti2010-01-271-3/+3
* Issue #6963: Added maxtasksperchild argument to multiprocessing.PoolJesse Noller2010-01-271-1/+16
* Fix type on getwindowsversion documentation. Thanks Taggnostr.Eric Smith2010-01-271-1/+1
* Issue #7766: Change sys.getwindowsversion() return value to a named tuple and...Eric Smith2010-01-271-5/+30
* Added a note about Event.is_set() syntax being new to 2.6Facundo Batista2010-01-251-0/+3
* #7725: fix referencing issue.Georg Brandl2010-01-231-1/+1
* #7762: fix refcount annotation of PyUnicode_Tailmatch().Georg Brandl2010-01-231-1/+1
* #7746: rephrase a sentenceEzio Melotti2010-01-211-3/+2
* data descriptors do not override the class dictionary if __get__ is not definedBenjamin Peterson2010-01-181-11/+10
* Fix internal reference.Georg Brandl2010-01-172-3/+6
* #7699: improve datetime docs: straightforward linking to strftime/strptime se...Georg Brandl2010-01-171-39/+43
* remove wrong markupEzio Melotti2010-01-161-1/+1
* Issue #2846: Add support for gzip.GzipFile reading zero-padded files.Antoine Pitrou2010-01-131-0/+3
* #7685: typoEzio Melotti2010-01-131-5/+5