summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Move xml.etree higher and xml.parsers.expat lower in the markup ToC.Éric Araujo2012-03-051-3/+2
* Use source reST role instead of file where it makes sense.Éric Araujo2012-03-052-4/+4
* Remove mention of defunct file.Éric Araujo2012-03-051-2/+1
* Fix link to global module index.Georg Brandl2012-03-031-1/+1
* Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some c...Eli Bendersky2012-03-021-0/+8
* sqlite3: Port relevant documentation changes from 3.2Petri Lehtinen2012-03-016-46/+32
* #14155: remove duplication about search vs match in re doc.Ezio Melotti2012-02-291-52/+28
* #10713: Improve documentation for \b and \B and add a few tests. Initial pat...Ezio Melotti2012-02-291-5/+10
* Issue #13086: Update howto/cporting.rst to discuss "Python 3" instead of "3.0".Larry Hastings2012-02-281-33/+40
* Branch mergeÉric Araujo2012-02-2613-61/+45
|\
| * Add versionadded for sys.flags.hash_randomization variableÉric Araujo2012-02-261-1/+2
| * Fix markup errorsÉric Araujo2012-02-261-2/+2
| * State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -BÉric Araujo2012-02-261-1/+2
| * Avoid relying on the default reST role in logging library docÉric Araujo2012-02-261-3/+2
| * Document that shutil.make_archive does not typecheck its logger argumentÉric Araujo2012-02-261-1/+2
| * Fix typo (#13467)Éric Araujo2012-02-261-1/+1
| * Mark up constants in socket doc as suchÉric Araujo2012-02-261-7/+7
| * Hide or remove user-visible XXX notes from distutils doc (#13716).Éric Araujo2012-02-261-27/+11
| * Improve interlinking of archiving/compression modules docs.Éric Araujo2012-02-267-18/+16
* | Issue #13999: refer to multiprocessing.Queue when neededSandro Tosi2012-02-251-10/+10
* | #14114: don't include copybutton.js in the htmlhelp output.Ezio Melotti2012-02-251-1/+1
|/
* merge with 2.6Georg Brandl2012-02-211-1/+1
|\
| * Remove reST markup from --help output. Also: O(n**2) is dict construction, n...Georg Brandl2012-02-211-1/+1
* | merge 2.6 with hash randomization fixBenjamin Peterson2012-02-213-1/+48
|\ \ | |/
| * - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEEDBarry Warsaw2012-02-213-1/+52
* | logging: clarified documentation for Handler.handleError.Vinay Sajip2012-02-201-6/+8
* | Add missing “::” markup and wrap overlong linesÉric Araujo2012-02-201-18/+23
* | don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@Sandro Tosi2012-02-191-3/+3
* | Refer to 'time' and 'datetime' submodules; thanks to Erik Johnson from docs@Sandro Tosi2012-02-181-66/+66
* | #14020: improve HTMLParser documentation.Ezio Melotti2012-02-171-72/+209
* | Fix errors in sqlite3's Cursor.rowcount documentationPetri Lehtinen2012-02-162-8/+6
* | Issue #11836: document multiprocessing.queues.SimpleQueueSandro Tosi2012-02-151-1/+18
* | Improve doc for atexit.register (#12297)Éric Araujo2012-02-151-6/+6
* | shutil copy module reference doc fix.Senthil Kumaran2012-02-131-15/+15
* | Issue #13930: Adds ability for 2to3 to write its output to a differentGregory P. Smith2012-02-121-0/+32
* | Update mention of Subversion repo in the FAQÉric Araujo2012-02-121-1/+1
* | distutils 2.7’s Extension does not support optional (#13865).Éric Araujo2012-02-102-9/+0
* | Issue #9021: Add an introduction to the copy module. Doc changes suggested by...Senthil Kumaran2012-02-091-1/+5
* | Fix Issue #6005: Examples in the socket library documentation use sendall,Senthil Kumaran2012-02-093-11/+14
* | Clarify note in BZ2File docs about lack of multi-stream support (issue #1625).Nadeem Vawda2012-02-051-2/+5
* | Closes #13944: fix capitalization of class name.Georg Brandl2012-02-051-5/+4
* | Issue #1625: Document BZ2File's lack of support for multi-stream inputs.Nadeem Vawda2012-02-041-0/+9
* | Document absoluteness of sys.executablePetri Lehtinen2012-02-021-2/+4
* | Clean-up docs for input()Raymond Hettinger2012-02-021-6/+3
* | Add pure python equivalent code for reduce().Raymond Hettinger2012-02-021-1/+13
* | Clarify the note for UserListRaymond Hettinger2012-02-021-3/+12
* | Use validate SQL in the example (this was confusing to readers)Raymond Hettinger2012-02-011-1/+1
* | Show the import in the sqlite3 exampleRaymond Hettinger2012-02-011-0/+1
* | merge.Brian Curtin2012-02-011-2/+2
|\ \
| * | merge from fb225c289bf0Brian Curtin2012-02-011-2/+2