summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
| * Issue #18807: If copying (no symlinks) specified for a venv, then the python ...Vinay Sajip2014-05-281-0/+4
| * Issue #21481: Teach argparse equality tests to return NotImplemented when co...Raymond Hettinger2014-05-261-0/+3
| * Issue 8743: Improve interoperability between sets and the collections.Set abs...Raymond Hettinger2014-05-261-0/+3
| * Issue 13355: Make random.triangular degrade gracefully when low == high.Raymond Hettinger2014-05-261-0/+3
* | Issue 21575: Show list.sort() arguments in the tutorial.Raymond Hettinger2014-05-271-0/+1
* | Issue 15246: Improve test coverage for collections.abc.Set. (Contributed by...Raymond Hettinger2014-05-261-0/+1
* | Issue 21137: Better repr for threading.Lock()Raymond Hettinger2014-05-261-0/+3
* | Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.Serhiy Storchaka2014-05-251-0/+2
|\ \ | |/
| * Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.Serhiy Storchaka2014-05-251-0/+2
| * Issue #14710: Fix both pkgutil.find_loader() and get_loader() to notBrett Cannon2014-05-231-0/+6
* | Issue #20197: Added support for the WebP image type in the imghdr module.Serhiy Storchaka2014-05-252-0/+4
* | Issue #21555: simplify code in gcmodule.c by using the pytime.h functions ins...Antoine Pitrou2014-05-241-0/+1
* | Issue #21513: Speedup some properties of IP addresses (IPv4Address, IPv6Addre...Antoine Pitrou2014-05-231-0/+3
* | Issue #21538: The plistlib module now supports loading of binary plist filesSerhiy Storchaka2014-05-231-0/+3
|\ \ | |/
| * Issue #21538: The plistlib module now supports loading of binary plist filesSerhiy Storchaka2014-05-231-0/+6
* | Move NEWS entry to correct place.Serhiy Storchaka2014-05-231-6/+3
* | Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),Serhiy Storchaka2014-05-231-0/+6
|\ \ | |/
| * Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),Serhiy Storchaka2014-05-231-0/+6
* | Issue #21523: Fix over-pessimistic computation of the stack effect of some op...Antoine Pitrou2014-05-231-0/+5
|\ \ | |/
| * Issue #21523: Fix over-pessimistic computation of the stack effect of some op...Antoine Pitrou2014-05-231-0/+14
* | Merge with 3.4Terry Jan Reedy2014-05-231-0/+1
|\ \ | |/
| * Issue #21545: Add .pop example and tweak comment about pure mutation methods.Terry Jan Reedy2014-05-231-0/+1
| * Version bump for 3.4.1.v3.4.1Larry Hastings2014-05-181-1/+1
| * Merge.Larry Hastings2014-05-182-1/+53
| |\
| * | Post-release version bump for 3.4.1rc1. Sorry it's late!Larry Hastings2014-05-181-0/+12
| * | Version bump for 3.4.1rc1.v3.4.1rc1Larry Hastings2014-05-041-1/+1
* | | Issue #21455: Add a default backlog to socket.listen().Charles-François Natali2014-05-221-0/+2
* | | Issue #21525: Most Tkinter methods which accepted tuples now accept lists too.Serhiy Storchaka2014-05-211-0/+2
* | | merge 3.4 (#10744)Benjamin Peterson2014-05-171-0/+3
|\ \ \ | | |/ | |/|
| * | support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...Benjamin Peterson2014-05-171-0/+3
| * | Issue #21488: Oops, the patch for codecs.encode/decode doc was written byVictor Stinner2014-05-141-1/+0
* | | Issue #21503: Use test_both() consistently in test_importlib.Eric Snow2014-05-161-0/+2
* | | Issue #20826: Optimize ipaddress.collapse_addresses().Antoine Pitrou2014-05-151-0/+2
* | | Issue #21487: Optimize ipaddress.summarize_address_range() and ipaddress.{IPv...Antoine Pitrou2014-05-151-0/+3
* | | Issue #21486: Optimize parsing of netmasks in ipaddress.IPv4Network and ipadd...Antoine Pitrou2014-05-151-0/+3
* | | Issue #13916: Disallowed the surrogatepass error handler for non UTF-*Serhiy Storchaka2014-05-151-0/+3
* | | Issue #20998: Fixed re.fullmatch() of repeated single character patternSerhiy Storchaka2014-05-141-0/+3
|\ \ \ | |/ /
| * | Issue #20998: Fixed re.fullmatch() of repeated single character patternSerhiy Storchaka2014-05-141-0/+3
* | | Issue #21075: fileinput.FileInput now reads bytes from standard stream ifSerhiy Storchaka2014-05-142-0/+4
|\ \ \ | |/ /
| * | Issue #21075: fileinput.FileInput now reads bytes from standard stream ifSerhiy Storchaka2014-05-142-0/+4
| * | Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword supp...Victor Stinner2014-05-141-0/+1
| * | Issue #21470: Do a better job seeding the random number generatorRaymond Hettinger2014-05-141-0/+3
* | | Merge from 3.4 (for #21499).Eric Snow2014-05-131-0/+2
|\ \ \ | |/ /
| * | Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests.Eric Snow2014-05-131-0/+2
* | | Merge from 3.4:doko@ubuntu.com2014-05-131-0/+2
|\ \ \ | |/ /
| * | - Issue #17756: Fix test_code test when run from the installed location.doko@ubuntu.com2014-05-131-0/+2
* | | Issue #19775: Add a samefile() method to pathlib Path objects.Antoine Pitrou2014-05-131-0/+3
* | | mergeRaymond Hettinger2014-05-131-0/+4
|\ \ \ | |/ /
| * | Issue 21469: Add missing news itemRaymond Hettinger2014-05-131-0/+4
* | | Merge from 3.4 (for #21226).Eric Snow2014-05-131-0/+2
|\ \ \ | |/ /