summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Issue #13742: Add key and reverse parameters to heapq.merge()Raymond Hettinger2014-05-301-0/+3
* Fix issue #14315: The zipfile module now ignores extra fields in the centralGregory P. Smith2014-05-301-0/+5
|\
| * Fix issue #14315: The zipfile module now ignores extra fields in the centralGregory P. Smith2014-05-301-0/+5
* | Issue #21402: tkinter.ttk now works when default root window is not set.Serhiy Storchaka2014-05-281-0/+2
|\ \ | |/
| * Issue #21402: tkinter.ttk now works when default root window is not set.Serhiy Storchaka2014-05-281-0/+2
* | Issue #21493: Added test for ntpath.expanduser(). Original patch bySerhiy Storchaka2014-05-281-2/+5
|\ \ | |/
| * Issue #21493: Added test for ntpath.expanduser(). Original patch bySerhiy Storchaka2014-05-281-0/+3
* | Issue #3015: _tkinter.create() now creates tkapp object with wantobject=1 bySerhiy Storchaka2014-05-281-0/+3
* | Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulrSerhiy Storchaka2014-05-281-0/+3
|\ \ | |/
| * Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulrSerhiy Storchaka2014-05-281-0/+3
* | Issue #18807: Merged fix from 3.4.Vinay Sajip2014-05-281-0/+4
|\ \ | |/
| * 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 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-251-0/+3
* | 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.Larry Hastings2014-05-181-1/+51
| |\
| * | Post-release version bump for 3.4.1rc1. Sorry it's late!Larry Hastings2014-05-181-0/+12
* | | 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 #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-141-0/+3
|\ \ \ | |/ /
| * | Issue #21075: fileinput.FileInput now reads bytes from standard stream ifSerhiy Storchaka2014-05-141-0/+3
| * | 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
|\ \ \ | |/ /