summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulrSerhiy Storchaka2014-05-284-5/+50
|\
| * Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulrSerhiy Storchaka2014-05-284-5/+50
* | Issue #18807: Merged fix from 3.4.Vinay Sajip2014-05-282-1/+8
|\ \ | |/
| * Issue #18807: If copying (no symlinks) specified for a venv, then the python ...Vinay Sajip2014-05-282-1/+8
* | Fix for raising exception not derived from BaseException in _SelectorSslTrans...Andrew Svetlov2014-05-272-1/+5
|\ \ | |/
| * Fix for raising exception not derived from BaseException in _SelectorSslTrans...Andrew Svetlov2014-05-272-1/+5
* | Merge with 3.4Terry Jan Reedy2014-05-274-15/+73
|\ \ | |/
| * Issue #21477: Add htests for Search and Replace dialogs.Terry Jan Reedy2014-05-274-15/+73
* | mergeRaymond Hettinger2014-05-275-84/+102
|\ \ | |/
| * Issue 21439: Minor issues in the reference manual.Raymond Hettinger2014-05-275-84/+102
* | Issue 21575: Show list.sort() arguments in the tutorial.Raymond Hettinger2014-05-272-2/+4
* | Minor clean-ups for heapq.merge().Raymond Hettinger2014-05-271-14/+13
* | null merge 3.4Benjamin Peterson2014-05-260-0/+0
|\ \ | |/
| * a post 3.4.1 worldBenjamin Peterson2014-05-261-1/+1
* | merge 3.4Benjamin Peterson2014-05-261-2/+1
|\ \ | |/
| * grammar and sentence flow fixBenjamin Peterson2014-05-261-2/+1
* | merge 3.4Benjamin Peterson2014-05-261-3/+5
|\ \ | |/
| * format reST directive in the usual wayBenjamin Peterson2014-05-261-3/+5
* | merge 3.4Benjamin Peterson2014-05-261-3/+3
|\ \ | |/
| * link to wikipedia description of cryptographic saltBenjamin Peterson2014-05-261-1/+1
| * oxford commaBenjamin Peterson2014-05-261-3/+3
* | merge 3.4 (#21587)Benjamin Peterson2014-05-261-1/+1
|\ \ | |/
| * remove tab (closes #21587)Benjamin Peterson2014-05-261-1/+1
* | merge 3.4 (#21586)Benjamin Peterson2014-05-261-1/+1
|\ \ | |/
| * fix typo in variable name (closes #21586)Benjamin Peterson2014-05-261-1/+1
* | Minor clean-ups for heapq.Raymond Hettinger2014-05-261-11/+11
* | mergeRaymond Hettinger2014-05-262-0/+10
|\ \ | |/
| * Issue #21481: Teach argparse equality tests to return NotImplemented when co...Raymond Hettinger2014-05-263-0/+13
* | mergeRaymond Hettinger2014-05-262-6/+177
|\ \ | |/
| * Issue 8743: Improve interoperability between sets and the collections.Set abs...Raymond Hettinger2014-05-263-6/+180
* | Issue 16774: Add a new itertools recipe (suggested by Alexey Kachayev).Raymond Hettinger2014-05-261-0/+5
* | Issue 15246: Improve test coverage for collections.abc.Set. (Contributed by...Raymond Hettinger2014-05-262-0/+54
* | Issue 21137: Better repr for threading.Lock()Raymond Hettinger2014-05-266-6/+41
* | mergeRaymond Hettinger2014-05-261-1/+1
|\ \ | |/
| * Issue 21558: Fix a typo in the contextlib docsRaymond Hettinger2014-05-261-1/+1
* | mergeRaymond Hettinger2014-05-262-2/+5
|\ \ | |/
| * Issue 13355: Make random.triangular degrade gracefully when low == high.Raymond Hettinger2014-05-263-2/+8
* | Merge with 3.4Terry Jan Reedy2014-05-259-79/+160
|\ \ | |/
| * Issue #21477: Idle htest: modify run; add more tests.Terry Jan Reedy2014-05-259-79/+160
* | Merge from 3.4Nick Coghlan2014-05-251-1/+17
|\ \ | |/
| * Mention setuptools & wheel as key terms for distributionNick Coghlan2014-05-251-1/+17
* | Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.Serhiy Storchaka2014-05-252-0/+62
|\ \ | |/
| * Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.Serhiy Storchaka2014-05-252-0/+62
* | Issue #21565: multiprocessing: use contex-manager protocol for synchronizationCharles-François Natali2014-05-259-102/+43
* | Issue #18918: Removed non-existing topic from a list of available topics.Serhiy Storchaka2014-05-251-1/+0
|\ \ | |/
| * Issue #18918: Removed non-existing topic from a list of available topics.Serhiy Storchaka2014-05-251-1/+0
* | Issue #20197: Added support for the WebP image type in the imghdr module.Serhiy Storchaka2014-05-256-1/+17
* | Merge with 3.4Terry Jan Reedy2014-05-2418-181/+414
|\ \ | |/
| * Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-2418-181/+414
* | Cleanup other stats formatting code in gcmodule.cAntoine Pitrou2014-05-241-5/+3