summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* enable hash randomization by defaultBenjamin Peterson2012-02-212-7/+27
* update unicode linkBenjamin Peterson2012-02-211-1/+1
* adjust docs for unicode 6.1Benjamin Peterson2012-02-211-4/+4
* Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-203-1/+52
|\
| * Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-203-1/+52
| |\
| | * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-203-1/+53
* | | Merged upstream changes.Vinay Sajip2012-02-202-3/+22
|\ \ \
| * | | Issue #14040: Remove rarely used file name suffixes for C extensions (under P...Antoine Pitrou2012-02-201-0/+14
| * | | Issue #13641: Decoding functions in the base64 module now accept ASCII-only u...Antoine Pitrou2012-02-201-3/+8
* | | | Merged documentation update from 3.2.Vinay Sajip2012-02-201-6/+8
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | logging: clarified documentation for Handler.handleError.Vinay Sajip2012-02-201-6/+8
* | | write versionaddedBenjamin Peterson2012-02-201-0/+4
* | | add generic implementation of a __dict__ descriptor for C typesBenjamin Peterson2012-02-202-1/+12
* | | MergeAntoine Pitrou2012-02-201-15/+16
|\ \ \
| * \ \ Merge 3.2Éric Araujo2012-02-201-15/+16
| |\ \ \ | | |/ /
| | * | Add missing “::” markup.Éric Araujo2012-02-201-15/+16
* | | | Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new ...Antoine Pitrou2012-02-201-0/+8
|/ / /
* | | Issue #13605: merge with 3.2Sandro Tosi2012-02-191-1/+1
|\ \ \ | |/ /
| * | Issue #13605: use print() in argparse nargs exampleSandro Tosi2012-02-191-1/+1
* | | merge with 3.2Sandro Tosi2012-02-191-3/+3
|\ \ \ | |/ /
| * | don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@Sandro Tosi2012-02-191-3/+3
* | | merge with 3.2Sandro Tosi2012-02-191-1/+1
|\ \ \ | |/ /
| * | Indent 'File' in memoryview example, so it is correctly highlightedSandro Tosi2012-02-191-1/+1
* | | merge with 3.2Sandro Tosi2012-02-181-1/+1
|\ \ \ | |/ /
| * | fix error in memoryview example; thanks to kan lianlian from docs@Sandro Tosi2012-02-181-1/+1
* | | Merge with 3.2 closes 14023Terry Jan Reedy2012-02-181-5/+5
|\ \ \ | |/ /
| * | Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thoughtTerry Jan Reedy2012-02-181-5/+5
* | | #14020: merge with 3.2.Ezio Melotti2012-02-181-67/+205
|\ \ \ | |/ /
| * | #14020: improve HTMLParser documentation.Ezio Melotti2012-02-181-67/+205
* | | 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