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
/
next
/
Library
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
closes bpo-31596: Add an interface for pthread_getcpuclockid(3) (#3756)
pdox
2017-10-05
1
-0/+1
*
bpo-30397: Add re.Pattern and re.Match. (#1646)
Serhiy Storchaka
2017-10-04
1
-0/+3
*
bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (#3866)
Serhiy Storchaka
2017-10-03
1
-0/+2
*
bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (#3864)
Serhiy Storchaka
2017-10-03
1
-0/+1
*
bpo-31540: Allow passing multiprocessing context to ProcessPoolExecutor (#3682)
Thomas Moreau
2017-10-03
1
-0/+4
*
bpo-31516: current_thread() should not return a dummy thread at shutdown (#3673)
Antoine Pitrou
2017-10-02
1
-0/+1
*
bpo-31648: Improve ElementPath (#3835)
scoder
2017-09-30
1
-0/+6
*
bpo-30806 netrc.__repr__() is broken for writing to file (GH-2491)
James Sexton
2017-09-30
1
-0/+1
*
bpo-31638: Add compression support to zipapp (GH-3819)
Zhiming Wang
2017-09-29
1
-0/+2
*
bpo-25351: avoid activate failure on strict shells (GH-3804)
Sorin Sbarnea
2017-09-29
1
-0/+1
*
bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796)
Antoine Pitrou
2017-09-28
1
-0/+1
*
bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() it...
Serhiy Storchaka
2017-09-26
1
-0/+1
*
bpo-28293: Don't completely dump the regex cache when full. (#3768)
Serhiy Storchaka
2017-09-26
1
-0/+1
*
bpo-30346: An iterator produced by the itertools.groupby() iterator (#1569)
Serhiy Storchaka
2017-09-24
1
-0/+2
*
bpo-31389 Add an optional `header` argument to pdb.set_trace() (#3438)
Barry Warsaw
2017-09-22
1
-0/+2
*
bpo-27541: Reprs of subclasses of some classes now contain actual type name. ...
Serhiy Storchaka
2017-09-21
1
-0/+4
*
bpo-31351: Set return code in ensurepip when pip fails (GH-3626)
Igor Filatov
2017-09-21
1
-0/+2
*
bpo-26510: make argparse subparsers required by default (#3027)
Anthony Sottile
2017-09-20
1
-0/+3
*
closes bpo-31525: require sqlite3_prepare_v2 (#3666)
Benjamin Peterson
2017-09-20
1
-0/+1
*
Update PyDoc topics and NEWS blurbs for 3.7.0a1
Ned Deily
2017-09-19
323
-642/+0
*
bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (#3641)
Victor Stinner
2017-09-18
1
-0/+1
*
bpo-31482: Missing bytes support for random.seed() version 1 (#3614)
Raymond Hettinger
2017-09-17
1
-0/+1
*
bpo-31431: SSLContext.check_hostname auto-sets CERT_REQUIRED (#3531)
Christian Heimes
2017-09-15
1
-0/+2
*
bpo-31386: Custom wrap_bio and wrap_socket type (#3426)
Christian Heimes
2017-09-15
1
-0/+2
*
bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (#3545)
scoder
2017-09-14
1
-0/+2
*
bpo-28556: typing.get_type_hints: better globalns for classes and modules (#3...
Łukasz Langa
2017-09-14
1
-0/+2
*
bpo-31457: Allow for nested LoggerAdapter objects (#3551)
Łukasz Langa
2017-09-14
1
-0/+1
*
bpo-28556: Minor updates to typing module (#3550)
Ivan Levkivskyi
2017-09-13
1
-0/+2
*
bpo-31234, socket.create_connection(): Fix ref cycle (#3546)
Victor Stinner
2017-09-13
1
-0/+2
*
bpo-31233: socketserver.ThreadingMixIn.server_close() (#3523)
Victor Stinner
2017-09-13
1
-0/+2
*
bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#...
Raymond Hettinger
2017-09-10
1
-0/+9
*
bpo-31400: Improve SSL error handling on Windows (#3463)
Steve Dower
2017-09-08
1
-0/+1
*
bpo-28182: Expose OpenSSL verification results (#3412)
Christian Heimes
2017-09-08
1
-0/+3
*
bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (#1363)
Christian Heimes
2017-09-08
1
-0/+1
*
bpo-27340: Use memoryview in SSLSocket.sendall() (#3384)
Christian Heimes
2017-09-07
1
-0/+3
*
bpo-28958: Improve SSLContext error reporting. (#3414)
Christian Heimes
2017-09-07
1
-0/+2
*
bpo-14191 Add parse_intermixed_args. (#3319)
R. David Murray
2017-09-07
1
-0/+3
*
bpo-27584: New addition of vSockets to the python socket module (#2489)
caavery
2017-09-06
1
-0/+2
*
bpo-31178: Avoid concatenating bytes with str in subprocess error (#3066)
Ammar Askar
2017-09-06
1
-0/+1
*
bpo-31350: Optimize get_event_loop and _get_running_loop (#3347)
jimmylai
2017-09-06
1
-0/+1
*
Link to blurb on PyPI in the NEWS.d READMEs. (#3323)
Gregory P. Smith
2017-09-05
1
-1/+3
*
bpo-30102: Call OPENSSL_add_all_algorithms_noconf (#3112)
Christian Heimes
2017-09-05
1
-0/+4
*
bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)
Victor Stinner
2017-09-04
1
-0/+3
*
bpo-30502: Fix handling of long oids in ssl. (#2909)
Serhiy Storchaka
2017-09-04
1
-0/+1
*
bpo-1198569: Allow string.Template braced pattern to be different (#3288)
Barry Warsaw
2017-09-04
1
-0/+3
*
Blurbify master branch. (#3298)
larryhastings
2017-09-04
252
-0/+484
*
bpo-31281: Fix pathlib.Path incompatibility in fileinput (gh-3208)
Zhiming Wang
2017-09-04
1
-0/+2
[next]