summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Issue 21469: Add missing news itemRaymond Hettinger2014-05-131-0/+4
* | Merge from 3.4 (for #21226).Eric Snow2014-05-131-0/+2
|\ \ | |/
| * Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.Eric Snow2014-05-121-0/+2
* | (Merge 3.4) Issue #21398: Fix an unicode error in the pydoc pager when theVictor Stinner2014-05-131-0/+3
|\ \ | |/
| * Issue #21398: Fix an unicode error in the pydoc pager when the documentationVictor Stinner2014-05-131-0/+3
* | (Merge 3.4) Issue #21418: Fix a crash in the builtin function super() whenVictor Stinner2014-05-121-0/+3
|\ \ | |/
| * Issue #21418: Fix a crash in the builtin function super() when called withoutVictor Stinner2014-05-121-0/+3
| * Issue #18104: News for 3.4 (which will not merge forward).Terry Jan Reedy2014-05-121-0/+7
* | Issue #16531: ipaddress.IPv4Network and ipaddress.IPv6Network now accept an (...Antoine Pitrou2014-05-121-0/+4
* | Issue #18104: News for 3.4, in proper place.Terry Jan Reedy2014-05-121-0/+4
* | Issue 21424: Apply the nlargest() optimizations to nsmallest() as well.Raymond Hettinger2014-05-111-2/+2
* | Issue #21425: Fix flushing of standard streams in the interactive interpreter.Antoine Pitrou2014-05-111-0/+3
|\ \ | |/
| * Issue #21425: Fix flushing of standard streams in the interactive interpreter.Antoine Pitrou2014-05-111-1/+4
* | Issue #21424: Optimize heaqp.nlargest() to make fewer tuple comparisons.Raymond Hettinger2014-05-111-0/+3
* | Issue #19655: Replace the ASDL parser carried with CPythonEli Bendersky2014-05-101-0/+5
* | Issue #21156: importlib.abc.InspectLoader.source_to_code() is now aBrett Cannon2014-05-091-0/+3
* | Issue #21141: The Windows build process no longer attempts to find Perl,Zachary Ware2014-05-091-0/+7
* | Merge from 3.4.Tim Peters2014-05-081-0/+4
|\ \ | |/
| * Issue #21435: Segfault in gc with cyclic trashTim Peters2014-05-081-0/+7
* | Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...Antoine Pitrou2014-05-081-0/+3
|\ \ | |/
| * Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...Antoine Pitrou2014-05-081-0/+6
* | Issue #21037: Add a build option to enable AddressSanitizer support.Charles-François Natali2014-05-081-0/+2
* | - Issue #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com2014-05-071-0/+2
|\ \ | |/
| * - Issue #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com2014-05-071-1/+12
* | Issue18314 ACKS & NEWSTim Golden2014-05-051-0/+2
* | Issue #21088: Merge from 3.4.Larry Hastings2014-05-041-0/+3
|\ \ | |/
| * Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.Larry Hastings2014-05-041-0/+3
* | Issue #19414: Have the OrderedDict mark deleted links as unusable.Raymond Hettinger2014-05-041-0/+3
* | Issue #21421: Add __slots__ to the MappingViews ABCs.Raymond Hettinger2014-05-041-0/+3
* | Issue #21101: Eliminate double hashing in the C code for collections.Counter().Raymond Hettinger2014-05-031-0/+3