summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* #11481: merge with 3.2.Ezio Melotti2012-11-082-5/+28
|\
| * #11481: update copyreg docs and add example.Ezio Melotti2012-11-082-5/+28
* | #10385: merge with 3.2.Ezio Melotti2012-11-081-5/+5
|\ \ | |/
| * #10385: use the mod role in subprocess docs.Ezio Melotti2012-11-081-5/+5
* | Fix typo noticed by Tom Lynn.Ezio Melotti2012-11-051-1/+1
* | #16304: merge with 3.2.Ezio Melotti2012-11-041-3/+10
|\ \ | |/
| * #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz.Ezio Melotti2012-11-041-3/+10
* | Avoid fd leak in example. Caught by Serhiy.Éric Araujo2012-11-031-2/+3
* | Add examples for opener argument of open (#13424).Éric Araujo2012-11-032-0/+33
* | Merge from 3.2: link to mapping glossary entry in docs.Chris Jerdonek2012-11-032-3/+3
|\ \ | |/
| * Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs.Chris Jerdonek2012-11-032-3/+3
* | Issue #15814: Use hash function that is compatible with the equalityStefan Krah2012-11-021-6/+0
* | Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context MenuAndrew Svetlov2012-11-011-0/+21
|\ \ | |/
| * Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context MenuAndrew Svetlov2012-11-011-0/+21
* | Merge: Reword set docs to use *proper subset/superset* terminology.Andrew Svetlov2012-11-011-2/+2
|\ \ | |/
| * Reword set docs to use *proper subset/superset* terminology.Andrew Svetlov2012-11-011-2/+2
| * merge headsAndrew Svetlov2012-10-311-104/+133
| |\
* | \ Merge issue #14900: document added sort keys for profile stats.Andrew Svetlov2012-10-311-104/+133
|\ \ \ | | |/ | |/|
| * | Issue #14900: document added sort keys for profile stats.Andrew Svetlov2012-10-311-104/+133
* | | Issue #16348: merge fix from 3.2.Mark Dickinson2012-10-311-6/+15
|\ \ \ | | |/ | |/|
| * | Issue #16348: Fix incorrect documentation for Decimal.remainder_near.Mark Dickinson2012-10-311-6/+15
| |/
* | Issue #16197: Fix several small errors in winreg documentation.Andrew Svetlov2012-10-311-23/+26
* | merge #16371: fix up the English a bit more.R David Murray2012-10-311-2/+2
|\ \ | |/
| * #16371: fix up the English a bit more.R David Murray2012-10-311-2/+2
* | Merge issue #16371: fix typo in ctypes documentation.Andrew Svetlov2012-10-311-1/+1
|\ \ | |/
| * Issue #16371: fix typo in ctypes documentation.Andrew Svetlov2012-10-311-1/+1
* | Fix typo in mock docs.Andrew Svetlov2012-10-311-1/+2
* | Merge 3.2Brian Curtin2012-10-291-15/+10
|\ \ | |/
| * Fix #16197. Update docstrings and documentation to match winreg code.Brian Curtin2012-10-291-15/+10
* | Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages.Chris Jerdonek2012-10-281-3/+0
|\ \ | |/
| * Remove unneeded "Release" and "Date" markers from doc index pages.Chris Jerdonek2012-10-281-3/+0
| * merge headsAndrew Svetlov2012-10-281-2/+11
| |\
* | \ Merge issue #14570: Document json sort_keys parameter properly.Andrew Svetlov2012-10-281-2/+11
|\ \ \ | | |/ | |/|
| * | Issue #14570: Document json sort_keys parameter properly.Andrew Svetlov2012-10-281-2/+11
* | | Issue #14616: Mention shlex.quote in subprocess docs.Andrew Svetlov2012-10-281-0/+4
* | | #16337: fix typo.Ezio Melotti2012-10-271-1/+1
* | | merge from 3.2Senthil Kumaran2012-10-271-3/+4
|\ \ \ | | |/ | |/|
| * | Include mention of jenkins as an example framework for doing CISenthil Kumaran2012-10-271-3/+4
* | | Issue #16243: add example for inspect.formatargspecAndrew Svetlov2012-10-261-2/+9
* | | #16206: merge with 3.2.Ezio Melotti2012-10-261-6/+6
|\ \ \ | |/ /
| * | #16206: Improve examples about dict construction.Ezio Melotti2012-10-261-6/+6
* | | #16210: merge with 3.2.Ezio Melotti2012-10-241-15/+11
|\ \ \ | |/ /
| * | #16210: combine the two type() docs. Patch by Pete Sevander.Ezio Melotti2012-10-241-15/+11
* | | Fix typo.Ezio Melotti2012-10-211-1/+1
* | | Fix indentation (or Sphinx will think these are attributes of ConnectionError).Ezio Melotti2012-10-211-19/+20
* | | Issue #10405: merge from 3.2Ned Deily2012-10-201-10/+39
|\ \ \ | |/ /
| * | Issue #10405: Document IDLE context menus in Standard Library documentNed Deily2012-10-201-10/+39
| |/
* | Fix typo in example (pointed out by a couple of people, most recently Ken Rimey)Nick Coghlan2012-10-201-1/+1
* | A dict comprehension is much prettier (thanks Antoine)Nick Coghlan2012-10-161-5/+3
* | Tweak the threaded example in concurrent.futuresNick Coghlan2012-10-161-10/+15