summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
...
| * | #16557: update functional howto -- "return value" is valid after PEP 380. ↵Ezio Melotti2013-01-201-7/+4
| | | | | | | | | | | | Initial patch by Ramchandra Apte.
* | | #4153: merge with 3.3.Ezio Melotti2013-01-201-69/+74
|\ \ \ | |/ /
| * | #4153: merge with 3.2.Ezio Melotti2013-01-201-69/+74
| |\ \ | | |/
| | * #4153: update the Unicode howto.Ezio Melotti2013-01-201-66/+74
| | |
* | | Remove cruft and circumvolutions from the unittest docs.Antoine Pitrou2013-01-201-197/+56
|\ \ \ | |/ / | | | | | | (I would have preferred to post this for review but the bug tracker is pretty much dead at the moment)
| * | Remove cruft and circumvolutions from the unittest docs.Antoine Pitrou2013-01-201-197/+56
| | | | | | | | | | | | (I would have preferred to post this for review but the bug tracker is pretty much dead at the moment)
* | | #16978: merge with 3.3.Ezio Melotti2013-01-181-2/+2
|\ \ \ | |/ /
| * | #16978: merge with 3.2.Ezio Melotti2013-01-181-2/+2
| |\ \ | | |/
| | * #16978: rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe.Ezio Melotti2013-01-181-2/+2
| | |
* | | math.fsum docs did not show up because of a misplaced testsetup directiveŁukasz Langa2013-01-181-2/+3
|\ \ \ | |/ / | | | | | | (merged 3.2 fix through 3.3)
| * | math.fsum docs did not show up because of a misplaced testsetup directiveŁukasz Langa2013-01-181-2/+3
| |\ \ | | |/ | | | | | | (merged 3.2 fix)
| | * math.fsum docs did not show up because of a misplaced testsetup directiveŁukasz Langa2013-01-181-2/+3
| | |
* | | merge 3.3 (#7340)Benjamin Peterson2013-01-151-15/+0
|\ \ \ | |/ /
| * | remove warning about tb circular reference (closes #7340)Benjamin Peterson2013-01-151-15/+0
| | |
* | | Issue #5066: Update IDLE docsAndrew Svetlov2013-01-141-72/+273
| | | | | | | | | | | | Patch by Todd Rovito
* | | Cleanup the docs ElementTree a bit.Serhiy Storchaka2013-01-131-6/+6
|\ \ \ | |/ /
| * | Describe the default_namespace parameter of ElemetTree.write.Serhiy Storchaka2013-01-131-1/+2
| |\ \ | | |/
| | * Describe the default_namespace parameter of ElemetTree.write.Serhiy Storchaka2013-01-131-7/+9
| | |
* | | Cleanup the docs ElementTree a bit and describe the default_namespace ↵Eli Bendersky2013-01-131-5/+7
| | | | | | | | | | | | parameter. In the code, replace the old outdated Doxygen-ish comment above ElementTree.write by a proper docstring.
* | | Close #14377: Add a new parameter to ElementTree.write and some module-levelEli Bendersky2013-01-131-3/+20
| | | | | | | | | | | | | | | | | | | | | serialization functions - short_empty_elements. It controls how elements without contents are emitted. Patch by Serhiy Storchaka. Feature initially proposed by Ariel Poliak.
* | | fix versionadded to 3.4Eli Bendersky2013-01-121-1/+1
| | |
* | | Close #15442: Expand the list of default directories ignored by ↵Eli Bendersky2013-01-121-4/+10
| | | | | | | | | | | | filecmp.dircmp and expose it as a module attribute
* | | #16940: merge with 3.3.Ezio Melotti2013-01-121-2/+2
|\ \ \ | |/ /
| * | #16940: merge with 3.2.Ezio Melotti2013-01-121-2/+2
| |\ \ | | |/
| | * #16940: fix indentation in example.Ezio Melotti2013-01-121-2/+2
| | |
* | | Issue #16933 (merge from 3.3): Improve choices examples in argparse docs.Chris Jerdonek2013-01-121-23/+24
|\ \ \ | |/ /
| * | Issue #16933 (merge from 3.2): Improve choices examples in argparse docs.Chris Jerdonek2013-01-121-23/+24
| |\ \ | | |/
| | * Issue #16933 (2.7 forward-port): Improve choices examples in argparse docs.Chris Jerdonek2013-01-121-23/+24
| | |
* | | Closes #16613: Added optional mapping argument to ChainMap.new_child.Vinay Sajip2013-01-111-4/+9
| | |
* | | merge with 3.3Georg Brandl2013-01-111-4/+0
|\ \ \ | |/ /
| * | Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs.Georg Brandl2013-01-111-4/+0
| | |
* | | #16921 Since Win9x is no longer supported, CREATE_NEW_CONSOLE isTim Golden2013-01-111-2/+0
| | | | | | | | | | | | no longer implied by shell=True
* | | merge with 3.3Sandro Tosi2013-01-111-1/+1
|\ \ \ | |/ /
| * | merge with 3.2Sandro Tosi2013-01-111-1/+1
| |\ \ | | |/
| | * grammatical fix; thanks to Alex Rudnick from docs@Sandro Tosi2013-01-111-1/+1
| | |
* | | #16154: merge with 3.3.Ezio Melotti2013-01-114-8/+10
|\ \ \ | |/ /
| * | #16154: merge with 3.2.Ezio Melotti2013-01-114-8/+10
| |\ \ | | |/
| | * #16154: fix some doctests in Doc/library. Patch by Ravi Sinha.Ezio Melotti2013-01-114-10/+12
| | |
* | | Issue #16874 (merge from 3.3): fix some documentation formatting.Chris Jerdonek2013-01-111-6/+6
|\ \ \ | |/ /
| * | Issue #16874 (merge from 3.2): fix some documentation formatting.Chris Jerdonek2013-01-111-6/+6
| |\ \ | | |/
| | * Issue #16874 (forward-port from 2.7): fix some documentation formatting.Chris Jerdonek2013-01-111-6/+6
| | |
* | | merge #13934: document sqlite version strings, use correct one in test.R David Murray2013-01-111-0/+22
|\ \ \ | |/ /
| * | merge #13934: document sqlite version strings, use correct one in test.R David Murray2013-01-111-0/+22
| |\ \ | | |/
| | * #13934: document sqlite version strings, use correct one in test.R David Murray2013-01-111-0/+22
| | |
* | | Merge unittest.mock examples fixes.Ezio Melotti2013-01-101-6/+6
|\ \ \ | |/ /
| * | Use correct methods in unittest.mock examples.Ezio Melotti2013-01-101-6/+6
| | |
* | | Issue #16884: Merged doc fix from 3.3.Vinay Sajip2013-01-082-6/+6
|\ \ \ | |/ /
| * | Issue #16884: Merged doc fix from 3.2.Vinay Sajip2013-01-082-6/+6
| |\ \ | | |/
| | * Issue #16884: Updated docs to use 'note' directives in a couple of places ↵Vinay Sajip2013-01-082-6/+6
| | | | | | | | | | | | missed earlier.
* | | Closes #16884: Merged logging documentation fixes from 3.3.Vinay Sajip2013-01-072-21/+37
|\ \ \ | |/ /