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.d
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-31893: Fixed select.kqueue(). (#4166)
Serhiy Storchaka
2017-10-31
1
-0/+2
*
bpo-31891: Fix building the curses module on NetBSD. (#4165)
Serhiy Storchaka
2017-10-31
1
-0/+1
*
bpo-31245: Asyncio unix socket datagram (#3164)
Quentin Dawans
2017-10-30
1
-0/+1
*
bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158)
Serhiy Storchaka
2017-10-28
1
-0/+3
*
bpo-31836: Test_code_module now passes with sys.ps1, ps2 set (#4070)
Terry Jan Reedy
2017-10-28
1
-0/+4
*
IDLE -- Restrict shell prompt manipulaton to the shell. (#4143)
Terry Jan Reedy
2017-10-28
1
-0/+4
*
bpo-31860: Make the font sample in the IDLE font configuration dialog editabl...
Serhiy Storchaka
2017-10-28
1
-0/+2
*
bpo-28936: Detect lexically first syntax error first (#4097)
Ivan Levkivskyi
2017-10-26
1
-0/+2
*
Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109)
Alexander Belopolsky
2017-10-26
1
-0/+3
*
bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589)
Vitor Pereira
2017-10-26
1
-0/+2
*
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
xdegaye
2017-10-26
1
-0/+4
*
bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118)
Serhiy Storchaka
2017-10-26
1
-0/+3
*
fixes bpo-31866: remove code pertaining to AtheOS support (#4115)
Benjamin Peterson
2017-10-26
1
-0/+1
*
bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098)
pdox
2017-10-26
1
-0/+2
*
Closes bpo-31800: Support for colon when parsing time offsets (#4015)
Mario Corchero
2017-10-26
1
-0/+3
*
bpo-31845: Fix reading flags from environment (GH-4105)
Nick Coghlan
2017-10-25
1
-0/+1
*
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
Victor Stinner
2017-10-24
1
-0/+3
*
bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags...
Serhiy Storchaka
2017-10-24
1
-0/+2
*
Closes bpo-28292: Implemented Calendar.itermonthdays3() and itermonthdays4()....
Alexander Belopolsky
2017-10-24
1
-0/+5
*
bpo-31664: Add support for the Blowfish method in crypt. (#3854)
Serhiy Storchaka
2017-10-24
1
-0/+1
*
bpo-30639: Lazily compute repr for error (#2132)
Thomas Kluyver
2017-10-24
1
-0/+2
*
bpo-31174: Fix test_tools.test_unparse (#4102)
Victor Stinner
2017-10-24
1
-0/+3
*
bpo-31827: Remove os.stat_float_times() (GH-4061)
Victor Stinner
2017-10-24
1
-0/+3
*
fixes bpo-31834: Use optimized code for BLAKE2 only with SSSE3+ (#4066)
Michał Górny
2017-10-24
1
-0/+2
*
bpo-30722: Make redemo work with Python 3.6+ (GH-2311)
Christoph Sarnowski
2017-10-23
1
-0/+9
*
bpo-30817: Fix PyErr_PrintEx() when no memory (#2526)
xdegaye
2017-10-23
1
-0/+2
*
bpo-31752: Fix possible crash in timedelta constructor called with custom int...
Serhiy Storchaka
2017-10-23
1
-0/+1
*
bpo-31756: subprocess.run should alias universal_newlines to text (#4049)
andyclegg
2017-10-23
1
-0/+3
*
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon
2017-10-22
1
-0/+3
*
bpo-20825: Containment test for ip_network in ip_network.
Cheryl Sabella
2017-10-22
1
-0/+3
*
bpo-31653: Don't release the GIL if we can acquire a multiprocessing semaphor...
Antoine Pitrou
2017-10-22
1
-0/+2
*
bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or...
Antoine Pitrou
2017-10-22
1
-0/+1
*
bpo-31781: Prevent crashes when calling methods of an uninitialized zipimport...
Oren Milman
2017-10-20
1
-0/+2
*
bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058)
Serhiy Storchaka
2017-10-20
1
-0/+2
*
bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)
Antoine Pitrou
2017-10-19
1
-0/+1
*
bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817)
jlacoline
2017-10-19
1
-0/+2
*
bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (#4044)
Łukasz Langa
2017-10-19
1
-0/+2
*
Add NEWS entry for opcode tracing change. (GH-4045)
George King
2017-10-19
1
-0/+7
*
bpo-31457: Make the `LoggerAdapter.manager` property settable (#4042)
Łukasz Langa
2017-10-19
1
-0/+1
*
bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more...
Pablo Galindo
2017-10-18
1
-0/+4
*
bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (#3960)
Terry Jan Reedy
2017-10-17
1
-0/+15
*
time.clock() now emits a DeprecationWarning (GH-4020)
Victor Stinner
2017-10-17
1
-0/+2
*
bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)
Zane Bitter
2017-10-17
3
-0/+8
*
bpo-31334: Fix timeout in select.poll.poll() (GH-3277)
Riccardo Coccioli
2017-10-17
1
-0/+3
*
bpo-31786: Make functions in the select module blocking when timeout is a sma...
Pablo Galindo
2017-10-17
1
-0/+3
*
bpo-30541: Add new method to seal mocks (GH61923)
Mario Corchero
2017-10-17
1
-0/+2
*
Update NEWS and topics for 3.7.0a2
Ned Deily
2017-10-17
69
-140/+683
*
bpo-31558: Update NEWS and ACKS (#4013)
Łukasz Langa
2017-10-16
1
-0/+5
*
bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH...
INADA Naoki
2017-10-13
1
-0/+2
*
bpo-30058: Fixed buffer overflow in select.kqueue.control(). (#1095)
Serhiy Storchaka
2017-10-12
1
-0/+1
[next]