summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* (sched) when run() is invoked with blocking=False return the deadline of the ...Giampaolo Rodola'2012-03-151-1/+2
* Merge #12758: removing confusing mention of UTC from time.time descriptionR David Murray2012-03-151-2/+2
|\
| * #12758: removing confusing mention of UTC from time.time descriptionR David Murray2012-03-151-2/+2
* | Closes issue #14163 - tkinter: problems with hello doc exampleAndrew Svetlov2012-03-151-29/+24
* | mergeRaymond Hettinger2012-03-152-10/+11
|\ \
| * \ cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issu...Senthil Kumaran2012-03-152-10/+11
| |\ \ | | |/
| | * Fix the wrong urllib exampls which use str for POST data. Closes Issue11261Senthil Kumaran2012-03-152-13/+14
* | | Issue #13248: Removed docs for two deprecated unittest features. To be cons...Raymond Hettinger2012-03-151-30/+0
|/ /
* | Issue #10278: Add an optional strict argument to time.steady(), False by defaultVictor Stinner2012-03-151-1/+6
* | Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time...Victor Stinner2012-03-142-20/+9
* | merge with 3.2Georg Brandl2012-03-141-2/+2
|\ \ | |/
| * Closes #14305: fix typo.Georg Brandl2012-03-141-2/+2
* | 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