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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-0/+3
*
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
4
-0/+9
*
bpo-31334: Fix timeout in select.poll.poll() (GH-3277)
Riccardo Coccioli
2017-10-17
2
-0/+4
*
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
2
-0/+6
*
bpo-28647: Update -u documentation after bpo-30404 (GH-3961)
Berker Peksag
2017-10-13
1
-7/+2
*
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
*
bpo-31537: Update readline documentation example. (GH-3925)
Brad Smith
2017-10-10
1
-0/+2
*
bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.t...
Oren Milman
2017-10-10
1
-0/+2
*
bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929)
Victor Stinner
2017-10-09
1
-0/+1
*
bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() al...
Oren Milman
2017-10-08
1
-0/+2
*
bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3...
Serhiy Storchaka
2017-10-08
1
-0/+2
*
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto
2017-10-06
1
-0/+4
*
bpo-31708: Allow async generator expressions in synchronous functions (#3905)
Yury Selivanov
2017-10-06
1
-0/+1
*
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
Yury Selivanov
2017-10-06
1
-0/+1
*
closes bpo-31696: don't mention GCC in sys.version when building with clang (...
Benjamin Peterson
2017-10-06
1
-0/+2
*
bpo-30406: Make async and await proper keywords (#1669)
Jelle Zijlstra
2017-10-06
1
-0/+1
*
PEP 553 built-in breakpoint() function (bpo-31353) (#3355)
Barry Warsaw
2017-10-05
1
-0/+5
*
bpo-31556: asyncio.wait_for can cancel futures faster with timeout <= 0 (#3703)
Victor K
2017-10-05
1
-0/+1
*
bpo-31671: re: Convert RegexFlag to int before compile (GH-3862)
INADA Naoki
2017-10-05
1
-0/+2
*
closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expre...
Jakub Stasiak
2017-10-05
1
-0/+2
[next]