index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
/
NEWS
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #21455: Add a default backlog to socket.listen().
Charles-François Natali
2014-05-22
1
-0/+2
*
Issue #21525: Most Tkinter methods which accepted tuples now accept lists too.
Serhiy Storchaka
2014-05-21
1
-0/+2
*
merge 3.4 (#10744)
Benjamin Peterson
2014-05-17
1
-0/+3
|
\
|
*
support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...
Benjamin Peterson
2014-05-17
1
-0/+3
*
|
Issue #21503: Use test_both() consistently in test_importlib.
Eric Snow
2014-05-16
1
-0/+2
*
|
Issue #20826: Optimize ipaddress.collapse_addresses().
Antoine Pitrou
2014-05-15
1
-0/+2
*
|
Issue #21487: Optimize ipaddress.summarize_address_range() and ipaddress.{IPv...
Antoine Pitrou
2014-05-15
1
-0/+3
*
|
Issue #21486: Optimize parsing of netmasks in ipaddress.IPv4Network and ipadd...
Antoine Pitrou
2014-05-15
1
-0/+3
*
|
Issue #13916: Disallowed the surrogatepass error handler for non UTF-*
Serhiy Storchaka
2014-05-15
1
-0/+3
*
|
Issue #20998: Fixed re.fullmatch() of repeated single character pattern
Serhiy Storchaka
2014-05-14
1
-0/+3
|
\
\
|
|
/
|
*
Issue #20998: Fixed re.fullmatch() of repeated single character pattern
Serhiy Storchaka
2014-05-14
1
-0/+3
*
|
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
Serhiy Storchaka
2014-05-14
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
Serhiy Storchaka
2014-05-14
1
-0/+3
|
*
Issue #21470: Do a better job seeding the random number generator
Raymond Hettinger
2014-05-14
1
-0/+3
*
|
Merge from 3.4 (for #21499).
Eric Snow
2014-05-13
1
-0/+2
|
\
\
|
|
/
|
*
Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests.
Eric Snow
2014-05-13
1
-0/+2
*
|
Merge from 3.4:
doko@ubuntu.com
2014-05-13
1
-0/+2
|
\
\
|
|
/
|
*
- Issue #17756: Fix test_code test when run from the installed location.
doko@ubuntu.com
2014-05-13
1
-0/+2
*
|
Issue #19775: Add a samefile() method to pathlib Path objects.
Antoine Pitrou
2014-05-13
1
-0/+3
*
|
merge
Raymond Hettinger
2014-05-13
1
-0/+4
|
\
\
|
|
/
|
*
Issue 21469: Add missing news item
Raymond Hettinger
2014-05-13
1
-0/+4
*
|
Merge from 3.4 (for #21226).
Eric Snow
2014-05-13
1
-0/+2
|
\
\
|
|
/
|
*
Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.
Eric Snow
2014-05-12
1
-0/+2
*
|
(Merge 3.4) Issue #21398: Fix an unicode error in the pydoc pager when the
Victor Stinner
2014-05-13
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21398: Fix an unicode error in the pydoc pager when the documentation
Victor Stinner
2014-05-13
1
-0/+3
*
|
(Merge 3.4) Issue #21418: Fix a crash in the builtin function super() when
Victor Stinner
2014-05-12
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21418: Fix a crash in the builtin function super() when called without
Victor Stinner
2014-05-12
1
-0/+3
|
*
Issue #18104: News for 3.4 (which will not merge forward).
Terry Jan Reedy
2014-05-12
1
-0/+7
*
|
Issue #16531: ipaddress.IPv4Network and ipaddress.IPv6Network now accept an (...
Antoine Pitrou
2014-05-12
1
-0/+4
*
|
Issue #18104: News for 3.4, in proper place.
Terry Jan Reedy
2014-05-12
1
-0/+4
*
|
Issue 21424: Apply the nlargest() optimizations to nsmallest() as well.
Raymond Hettinger
2014-05-11
1
-2/+2
*
|
Issue #21425: Fix flushing of standard streams in the interactive interpreter.
Antoine Pitrou
2014-05-11
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21425: Fix flushing of standard streams in the interactive interpreter.
Antoine Pitrou
2014-05-11
1
-1/+4
*
|
Issue #21424: Optimize heaqp.nlargest() to make fewer tuple comparisons.
Raymond Hettinger
2014-05-11
1
-0/+3
*
|
Issue #19655: Replace the ASDL parser carried with CPython
Eli Bendersky
2014-05-10
1
-0/+5
*
|
Issue #21156: importlib.abc.InspectLoader.source_to_code() is now a
Brett Cannon
2014-05-09
1
-0/+3
*
|
Issue #21141: The Windows build process no longer attempts to find Perl,
Zachary Ware
2014-05-09
1
-0/+7
*
|
Merge from 3.4.
Tim Peters
2014-05-08
1
-0/+4
|
\
\
|
|
/
|
*
Issue #21435: Segfault in gc with cyclic trash
Tim Peters
2014-05-08
1
-0/+7
*
|
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...
Antoine Pitrou
2014-05-08
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...
Antoine Pitrou
2014-05-08
1
-0/+6
*
|
Issue #21037: Add a build option to enable AddressSanitizer support.
Charles-François Natali
2014-05-08
1
-0/+2
*
|
- Issue #17752: Fix distutils tests when run from the installed location.
doko@ubuntu.com
2014-05-07
1
-0/+2
|
\
\
|
|
/
|
*
- Issue #17752: Fix distutils tests when run from the installed location.
doko@ubuntu.com
2014-05-07
1
-1/+12
*
|
Issue18314 ACKS & NEWS
Tim Golden
2014-05-05
1
-0/+2
*
|
Issue #21088: Merge from 3.4.
Larry Hastings
2014-05-04
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.
Larry Hastings
2014-05-04
1
-0/+3
*
|
Issue #19414: Have the OrderedDict mark deleted links as unusable.
Raymond Hettinger
2014-05-04
1
-0/+3
*
|
Issue #21421: Add __slots__ to the MappingViews ABCs.
Raymond Hettinger
2014-05-04
1
-0/+3
*
|
Issue #21101: Eliminate double hashing in the C code for collections.Counter().
Raymond Hettinger
2014-05-03
1
-0/+3
[next]