summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.2'Petri Lehtinen2012-02-162-8/+6
|\
| * sqlite3: Fix documentation errors concerning Cursor.rowcountPetri Lehtinen2012-02-162-8/+6
* | Issue #11836: document and expose multiprocessing.SimpleQueueSandro Tosi2012-02-151-1/+18
|\ \ | |/
| * Issue #11836: document multiprocessing.queues.SimpleQueueSandro Tosi2012-02-151-1/+18
* | Merge branch '3.2'Petri Lehtinen2012-02-158-41/+25
|\ \ | |/
| * Issue #13491: Fix many errors in sqlite3 documentationPetri Lehtinen2012-02-158-52/+25
* | Merge fixes for #1326113 and #12297 from 3.2Éric Araujo2012-02-151-8/+9
|\ \ | |/
| * Improve doc for atexit.register and unregister (#12297)Éric Araujo2012-02-151-8/+9
* | Time module doc: Fix reST syntaxVictor Stinner2012-02-141-2/+2
* | shutil copy module reference doc fix.Senthil Kumaran2012-02-131-21/+23
|\ \ | |/
| * shutil copy module reference doc fix.Senthil Kumaran2012-02-131-19/+19
* | Issue #13988: cElementTree is deprecated and the _elementtree accelerator is ...Florent Xicluna2012-02-132-4/+7
* | Issue #13930: Adds ability for 2to3 to write its output to a differentGregory P. Smith2012-02-121-0/+32
|\ \ | |/
| * Issue #13930: Adds ability for 2to3 to write its output to a differentGregory P. Smith2012-02-121-0/+32
* | Merge fixes for #13193 and FAQ from 3.2Éric Araujo2012-02-121-1/+1
|\ \ | |/
| * Update mention of Subversion in the FAQ.Éric Araujo2012-02-121-1/+1
* | What's new typoAntoine Pitrou2012-02-121-1/+1
* | Add section on bz2 module to whatsnew/3.3.Nadeem Vawda2012-02-111-0/+22
* | Fix typo in whatsnew/3.3.Nadeem Vawda2012-02-111-1/+1
* | Merge: #13989: Document that GzipFile does not support text mode.Nadeem Vawda2012-02-111-3/+5
|\ \ | |/
| * Issue #13989: Document that GzipFile does not support text mode.Nadeem Vawda2012-02-111-3/+5
* | fix Doc/extending/extending.rst typoEli Bendersky2012-02-111-1/+1
* | fix Sphinx error in os.rstEli Bendersky2012-02-111-2/+2
* | Undocument and clean up sqlite3.OptimizedUnicodePetri Lehtinen2012-02-092-15/+0
* | merge from 3.2Senthil Kumaran2012-02-091-1/+5
|\ \ | |/
| * Issue #9021 - Introduce copy module better. Doc changes suggested by TerrySenthil Kumaran2012-02-091-1/+5
* | merged from 3.2Senthil Kumaran2012-02-093-11/+14
|\ \ | |/
| * Fix Issue #6005: Examples in the socket library documentation use sendall,Senthil Kumaran2012-02-093-11/+14
* | Issue #13609: Add two functions to query the terminal size:Antoine Pitrou2012-02-082-0/+70
* | Backout f8409b3d6449: the PEP 410 is not accepted yetVictor Stinner2012-02-083-111/+16
* | PEP 410Victor Stinner2012-02-083-16/+111
* | What's New in 3.3: reorder modulesVictor Stinner2012-02-081-79/+79
* | What's New in 3.3: Fix time module docVictor Stinner2012-02-081-3/+3
* | Issue #13846: Add time.monotonic(), monotonic clock.Victor Stinner2012-02-071-0/+8
* | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), toCharles-François Natali2012-02-062-2/+2
* | Issue #13734: Add os.fwalk(), a directory walking function yielding fileCharles-François Natali2012-02-052-0/+55
* | Make lzma docs consistent with other compression modules (cf. changeset 11bd2...Nadeem Vawda2012-02-051-3/+0
* | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)Éric Araujo2012-02-0510-46/+32
|\ \ | |/
| * Branch mergeÉric Araujo2012-02-0510-45/+31
| |\
| | * Improve interlinking of archiving/compression modules docs.Éric Araujo2012-01-167-16/+11
| | * Document json.dump ensure_ascii parameter (#13770)Éric Araujo2012-01-161-0/+4
| | * Markup improvements for the embedding CPython doc patch from #1040439Éric Araujo2012-01-151-4/+5
| | * Hide or remove user-visible XXX notes from distutils doc (#13716).Éric Araujo2012-01-151-25/+11
| * | Clarify note in BZ2File docs about lack of multi-stream support (issue #1625).Nadeem Vawda2012-02-051-2/+5
* | | merge with 3.2Georg Brandl2012-02-051-4/+4
|\ \ \ | |/ /
| * | Closes #13944: fix capitalization of class name.Georg Brandl2012-02-051-4/+4
| * | Issue #1625: Document BZ2File's lack of support for multi-stream inputs.Nadeem Vawda2012-02-041-0/+9
* | | merge 3.2Benjamin Peterson2012-02-041-8/+0
|\ \ \ | |/ /
| * | threading primitives now have timeoutsBenjamin Peterson2012-02-041-8/+0
* | | Document that some of LZMAFile.__init__()'s args are keyword-only.Nadeem Vawda2012-02-041-1/+1