summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Issue #21555: simplify code in gcmodule.c by using the pytime.h functions ins...Antoine Pitrou2014-05-242-41/+10
* | Refactor precomputed constants in the ipaddress module (suggested by Charles-...Antoine Pitrou2014-05-231-58/+67
* | Issue #21513: Speedup some properties of IP addresses (IPv4Address, IPv6Addre...Antoine Pitrou2014-05-232-51/+72
* | Fixed new Tkinter tests added in issue #21522 with Tk 8.4.Serhiy Storchaka2014-05-231-6/+13
|\ \ | |/
| * Fixed new Tkinter tests added in issue #21522 with Tk 8.4.Serhiy Storchaka2014-05-231-6/+13
* | Merge for issue #14710Brett Cannon2014-05-232-1/+17
|\ \ | |/
| * Issue #14710: Fix both pkgutil.find_loader() and get_loader() to notBrett Cannon2014-05-233-1/+23
* | Issue #21538: The plistlib module now supports loading of binary plist filesSerhiy Storchaka2014-05-233-6/+25
|\ \ | |/
| * Issue #21538: The plistlib module now supports loading of binary plist filesSerhiy Storchaka2014-05-233-6/+28
* | Move NEWS entry to correct place.Serhiy Storchaka2014-05-231-6/+3
* | Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),Serhiy Storchaka2014-05-232-0/+187
|\ \ | |/
| * Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),Serhiy Storchaka2014-05-232-0/+187
* | Issue #21523: Fix over-pessimistic computation of the stack effect of some op...Antoine Pitrou2014-05-233-5/+50
|\ \ | |/
| * Issue #21523: Fix over-pessimistic computation of the stack effect of some op...Antoine Pitrou2014-05-233-5/+59
* | Merge with 3.4Terry Jan Reedy2014-05-232-2/+8
|\ \ | |/
| * Issue #21545: Add .pop example and tweak comment about pure mutation methods.Terry Jan Reedy2014-05-232-2/+8
* | mergeRaymond Hettinger2014-05-231-1/+1
|\ \ | |/
| * Issue 21479: Fix markup for the TarFile.open() classmethod.Raymond Hettinger2014-05-231-1/+1
* | mergeRaymond Hettinger2014-05-221-1/+1
|\ \ | |/
| * Issue 21198: Minor tarfile documentation bug.Raymond Hettinger2014-05-221-1/+1
* | mergeRaymond Hettinger2014-05-221-0/+2
|\ \ | |/
| * Issue 21554: Repair an out-of-date tutorial example to reflect changes in sh...Raymond Hettinger2014-05-221-0/+2
* | Issue #21383: OS X installer builds now use "make touch".Ned Deily2014-05-221-0/+3
|\ \ | |/
| * Issue #21383: OS X installer builds now use "make touch".Ned Deily2014-05-221-0/+3
* | Issue #21455: Add a default backlog to socket.listen().Charles-François Natali2014-05-224-17/+27
* | Issue #21525: Most Tkinter methods which accepted tuples now accept lists too.Serhiy Storchaka2014-05-213-33/+50