summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* closes issue14257 - Grammatical fixSenthil Kumaran2012-03-121-3/+3
|\
| * closes issue14257 - Grammatical fixSenthil Kumaran2012-03-121-3/+3
* | closes issue14257 - cpython - minor error in glossary wording regarding __hash__Senthil Kumaran2012-03-121-1/+1
|\ \ | |/
| * closes issue14257 - 3.2 minor error in glossary wording regarding __hash__Senthil Kumaran2012-03-121-1/+1
* | Close #14210: add command argument completion to pdb: complete file names, gl...Georg Brandl2012-03-102-0/+13
* | Close #14248: fix typo.Georg Brandl2012-03-101-1/+1
* | merge 3.2 (#9574)Mark Dickinson2012-03-101-0/+7
|\ \ | |/
| * Closes #9574: Note that complex constructor doesn't allow whitespace around c...Mark Dickinson2012-03-101-0/+7
* | Merge with 3.2.Georg Brandl2012-03-101-0/+5
|\ \ | |/
| * Closes #14186: add link to PEP 3107 (function annotations) to the function de...Georg Brandl2012-03-101-0/+5
| * Fix closes Issue: 14217 - 3.2 branchSenthil Kumaran2012-03-091-1/+4
* | Issue #14205: Document the dict lookup change in What's New in Python 3.3Victor Stinner2012-03-091-0/+7
* | Fix indentation.Georg Brandl2012-03-091-1/+2
* | Fix closes Issue: 14217 - Appropriate sphinx directive for output. Patch by T...Senthil Kumaran2012-03-091-1/+3
* | Fix indentation.Georg Brandl2012-03-081-59/+60
* | Issue #14205: document the change of dict[key] behaviour if dict is modifiedVictor Stinner2012-03-081-0/+4
* | Merge: Use PEP-8 style in logging exampleJason R. Coombs2012-03-071-1/+1
|\ \ | |/
| * Use PEP-8 style in logging exampleJason R. Coombs2012-03-071-1/+1
* | Add todo item about hash randomization.Georg Brandl2012-03-071-0/+2
* | mergeBrett Cannon2012-03-0619-244/+498
|\ \
| * | Issue #14181: Improve clarity in the documentation for the multi-purposeStefan Krah2012-03-062-23/+45
| * | Add some simple examples to the PEP 380 section of What's NewNick Coghlan2012-03-061-0/+47
| * | Add PEP 414 to What's New, consolidate memoryview entriesNick Coghlan2012-03-061-5/+20
| * | Issue #14200: Add benchmark results to text flow.Martin v. Löwis2012-03-061-13/+10
| * | Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.Antoine Pitrou2012-03-051-5/+77
| * | Merge 3.2Éric Araujo2012-03-054-8/+7
| |\ \ | | |/
| | * Move xml.etree higher and xml.parsers.expat lower in the markup ToC.Éric Araujo2012-03-051-2/+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
| | * merge 3.2 headsEli Bendersky2012-03-021-8/+8
| | |\
| * | | Improve packaging.database documentationÉric Araujo2012-03-051-12/+33
| * | | Issue #14166: Pickler objects now have an optional `dispatch_table` attribute...Antoine Pitrou2012-03-042-3/+66
| * | | Update copyright years and version name.v3.3.0a1Georg Brandl2012-03-041-1/+1
| * | | Sort and clean up suspicious ignore file.Georg Brandl2012-03-041-173/+165
| * | | Fix invalid markup and update suspicious ignores.Georg Brandl2012-03-043-10/+20
| * | | Fix encoding handling of the pydoc-topics writer.Georg Brandl2012-03-041-2/+3
| * | | Basic documentation for PEP 414Armin Ronacher2012-03-041-1/+9
| * | | Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tupleVictor Stinner2012-03-021-5/+4
| * | | Merge 3.2Eli Bendersky2012-03-021-0/+8
| |\ \ \ | | |/ /
| | * | Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some c...Eli Bendersky2012-03-021-0/+8
* | | | Clarify importlib.machinery.PathFinder's difference from what __import__() does.Brett Cannon2012-03-021-1/+3
* | | | Minor doc cleanup.Brett Cannon2012-03-021-6/+6
|/ / /
* | | Merge branch '3.2'Petri Lehtinen2012-03-011-8/+8
|\ \ \ | | |/ | |/|
| * | sqlite3: Port documentation changes from the 2.7 branchPetri Lehtinen2012-03-011-8/+8
| |/
* | Add missing 'versionadded' for shlex.quote; closes #14165Eli Bendersky2012-03-011-0/+1
* | Issue #10181: Add warning that structure layouts in memoryobject.h andStefan Krah2012-02-291-0/+9
* | Add PyMemoryView_FromMemory() to whatsnew/3.3.Stefan Krah2012-02-292-0/+6
* | #14155: merge with 3.2.Ezio Melotti2012-02-291-52/+28
|\ \ | |/
| * #14155: remove duplication about search vs match in re doc.Ezio Melotti2012-02-291-52/+28
* | #10713: merge with 3.2.Ezio Melotti2012-02-291-8/+14
|\ \ | |/