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 #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''
Serhiy Storchaka
2015-11-01
1
-0/+4
*
Fix some spelling errors in documentation and code comments
Martin Panter
2015-10-31
1
-1/+1
*
Issue #21827: Fixed textwrap.dedent() for the case when largest common
Serhiy Storchaka
2015-10-28
1
-0/+4
*
accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471)
Benjamin Peterson
2015-10-25
1
-0/+3
*
Issue #25441: asyncio: Raise error from drain() when socket is closed.
Guido van Rossum
2015-10-19
1
-0/+2
*
- Issue #25440: Fix output of python-config --extension-suffix.
doko@ubuntu.com
2015-10-19
1
-0/+2
*
Closes #25411: Improved Unicode support in SMTPHandler.
Vinay Sajip
2015-10-17
1
-0/+3
*
Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in
Serhiy Storchaka
2015-10-13
1
-0/+3
*
Correct Misc/NEWS.
Serhiy Storchaka
2015-10-10
1
-3/+3
*
Issue #25099: Skip relevant tests in test_compileall when an entry on
Brett Cannon
2015-10-09
1
-0/+3
*
Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun
Martin Panter
2015-10-10
1
-0/+3
*
Various minor typos in documentation and comments
Martin Panter
2015-10-07
1
-1/+1
*
prevent unacceptable bases from becoming bases through multiple inheritance (...
Benjamin Peterson
2015-10-07
1
-0/+3
*
reinitialize an Event's Condition with a regular lock (closes #25319)
Benjamin Peterson
2015-10-06
1
-0/+3
*
Issue #23972: updates to asyncio datagram API. By Chris Laws.
Guido van Rossum
2015-10-05
1
-0/+6
*
Issue #24820: Update IDLE NEWS items.
Terry Jan Reedy
2015-10-04
1
-0/+19
*
Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel.
Guido van Rossum
2015-10-03
1
-0/+4
*
Issue #24657: Prevent CGIRequestHandler from collapsing the URL query
Martin Panter
2015-10-03
1
-0/+3
*
Issue #25232: Fix CGIRequestHandler's splitting of URL query
Martin Panter
2015-10-03
1
-0/+3
*
Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:
Serhiy Storchaka
2015-10-02
1
-0/+2
*
Issue #25280: Import trace messages emitted in verbose (-v) mode are no
Serhiy Storchaka
2015-10-01
1
-0/+3
*
Issue #25003: os.urandom() doesn't use getentropy() on Solaris because
Victor Stinner
2015-10-01
1
-0/+4
*
Issue #25182: The stdprinter (used as sys.stderr before the io module is
Serhiy Storchaka
2015-09-30
1
-0/+3
*
Issue #22958: Constructor and update method of weakref.WeakValueDictionary
Serhiy Storchaka
2015-09-29
1
-0/+3
*
Issue #22609: Constructor of collections.UserDict now accepts the self keyword
Serhiy Storchaka
2015-09-29
1
-0/+3
*
Issue #25262. Added support for BINBYTES8 opcode in Python implementation of
Serhiy Storchaka
2015-09-29
1
-0/+4
*
Also rewrote the guts of asyncio.Semaphore (patch by manipopopo).
Guido van Rossum
2015-09-29
1
-1/+2
*
Fixed issue #25034: Fix string.Formatter problem with auto-numbering
Eric V. Smith
2015-09-29
1
-0/+3
*
Remove indent in news item. Error when building 3.x docs.
Terry Jan Reedy
2015-09-29
1
-1/+1
*
Add recent IDLE NEWS items.
Terry Jan Reedy
2015-09-29
1
-1/+35
*
Correct Misc/NEWS about asyncio.Queue rewrite.
Guido van Rossum
2015-09-28
1
-4/+1
*
Issue #25233: Rewrite the guts of Queue to be more understandable and correct.
Guido van Rossum
2015-09-28
1
-0/+2
*
Closes issue #23600: Wrong results from tzinfo.fromutc().
Alexander Belopolsky
2015-09-28
1
-0/+3
*
Issue #25203: Failed readline.set_completer_delims() no longer left the
Serhiy Storchaka
2015-09-27
1
-0/+3
*
prevent overflow in _Unpickler_Read
Benjamin Peterson
2015-09-26
1
-0/+2
*
Issue #12067: Rewrite Comparisons section in the language reference
Martin Panter
2015-09-23
1
-0/+7
*
Issue #25047: Respect case writing XML encoding declarations
Martin Panter
2015-09-23
1
-0/+4
*
Issue #19143: platform module now reads Windows version from kernel32.dll to ...
Steve Dower
2015-09-23
1
-0/+3
*
Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.
Terry Jan Reedy
2015-09-22
1
-2/+2
*
Issue #24861: add Idle news item and correct previous errors.
Terry Jan Reedy
2015-09-21
1
-2/+5
*
Add NEWS items for Idle.
Terry Jan Reedy
2015-09-21
1
-0/+15
*
Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods
Victor Stinner
2015-09-18
1
-0/+8
*
Issue #24684: socket.socket.getaddrinfo() now calls
Victor Stinner
2015-09-11
1
-0/+6
*
Issue #25022: Add NEWS, fix docs to not mention the old example.
Zachary Ware
2015-09-10
1
-0/+5
*
Issue #24857: Comparing call_args to a long sequence now correctly returns a
Berker Peksag
2015-09-09
1
-0/+3
*
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
Serhiy Storchaka
2015-09-08
1
-0/+3
*
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
Serhiy Storchaka
2015-09-07
1
-0/+3
*
Issue #24917: time_strftime() buffer over-read.
Steve Dower
2015-09-07
1
-0/+2
*
#23144: Make sure that HTMLParser.feed() returns all the data, even when conv...
Ezio Melotti
2015-09-06
1
-1/+4
[next]