summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* deprecated the old urllib primitives in 3.3 urllib package - issue 10050Senthil Kumaran2012-03-141-27/+51
* #14289: merge with 3.2Georg Brandl2012-03-141-1/+5
|\
| * Closes #14289: put a link to the CHM download page on the docs download page.Georg Brandl2012-03-141-1/+5
* | #14283: merge with 3.2Georg Brandl2012-03-141-5/+4
|\ \ | |/
| * Closes #14283: match() and search() are regex methods, not match methods.Georg Brandl2012-03-141-5/+4
* | Closes #14298: update section about dict implementation.Georg Brandl2012-03-141-8/+10
* | default: closes Issue12365 - Add an example explaining the context manager us...Senthil Kumaran2012-03-141-5/+13
|\ \ | |/
| * closes Issue12365 - Add an example explaining the context manager use case of...Senthil Kumaran2012-03-141-5/+13
* | Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes,...Senthil Kumaran2012-03-142-17/+29
* | What's New in Python 3.3: Repeat the dict lookup change in Porting sectionVictor Stinner2012-03-131-0/+5
* | Fix doc of datetime.date*.*fromtimestamp() methodsVictor Stinner2012-03-132-5/+14
* | Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp()Victor Stinner2012-03-131-3/+7
* | Close #14180: Factorize code to convert a number of seconds to time_t, timeva...Victor Stinner2012-03-131-1/+16
* | 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