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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-33056 FIX leaking fd in concurrent.futures.ProcessPoolExecutor (#6084)
Thomas Moreau
2018-03-12
1
-2/+9
*
signal: add strsignal() (#6017)
Antoine Pietri
2018-03-12
1
-0/+6
*
bpo-31804: Fix multiprocessing.Process with broken standard streams (#6079)
Antoine Pitrou
2018-03-11
4
-12/+45
*
bpo-32970: Improve disassembly of the MAKE_FUNCTION instruction. (GH-5937)
Serhiy Storchaka
2018-03-11
2
-6/+18
*
bpo-32925: Optimized iterating and containing test for literal lists (GH-5842)
Serhiy Storchaka
2018-03-11
1
-0/+24
*
bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873)
Serhiy Storchaka
2018-03-11
1
-26/+27
*
bpo-32338: OrderedDict import is no longer needed in re. (#4891)
Serhiy Storchaka
2018-03-11
1
-9/+4
*
bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026)
Serhiy Storchaka
2018-03-11
1
-0/+28
*
bpo-27645: Skip test_bad_target_in_transaction if SQLite == 3.8.7.1 (GH-6067)
Berker Peksag
2018-03-11
1
-0/+2
*
bpo-27645: Add support for native backup facility of SQLite (GH-4238)
Emanuele Gaifas
2018-03-10
2
-2/+165
*
bpo-30249: Improve struct.unpack_from() error messages (GH-6059)
Xiang Zhang
2018-03-10
1
-4/+30
*
bpo-33041: Fixed bytecode generation for "async for" with a complex target. (...
Serhiy Storchaka
2018-03-10
1
-0/+65
*
bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044)
Andrew Svetlov
2018-03-10
2
-21/+42
*
bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)
INADA Naoki
2018-03-07
1
-0/+18
*
bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)
Xiang Zhang
2018-03-07
1
-1/+2
*
bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6...
Yury Selivanov
2018-03-06
2
-1/+12
*
bpo-32991: Restore expectation that inspect.getfile raises TypeError on names...
Jason R. Coombs
2018-03-05
2
-3/+20
*
bpo-33001: Prevent buffer overrun in os.symlink (GH-5989)
Steve Dower
2018-03-05
1
-0/+34
*
bpo-32984: IDLE - set __file__ for startup files (GH-5981)
Terry Jan Reedy
2018-03-05
1
-0/+3
*
bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5...
Cheryl Sabella
2018-03-04
2
-3/+114
*
bpo-32981: Fix catastrophic backtracking vulns (#5955)
Jamie Davis
2018-03-04
4
-4/+34
*
bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930)
Serhiy Storchaka
2018-03-02
10
-103/+63
*
Fixed incorrect default value for dataclass unsafe_hash. (GH-5949)
Eric V. Smith
2018-03-01
1
-2/+2
*
bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)
Cheryl Sabella
2018-02-28
2
-89/+31
*
bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932)
Terry Jan Reedy
2018-02-27
1
-0/+16
*
Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (#5912)
Serhiy Storchaka
2018-02-27
2
-41/+2
*
bpo-31453: Add setter for min/max protocol version (#5259)
Christian Heimes
2018-02-27
2
-3/+151
*
bpo-32951: Disable SSLSocket/SSLObject constructor (#5864)
Christian Heimes
2018-02-27
2
-78/+80
*
bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663)
Christian Heimes
2018-02-27
4
-65/+108
*
bpo-32960: For dataclasses, disallow inheriting frozen from non-frozen classe...
Eric V. Smith
2018-02-27
2
-29/+74
*
bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)
Joffrey F
2018-02-27
2
-1/+10
*
bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH...
Tobotimus
2018-02-26
1
-0/+88
*
bpo-32147: Improved perfomance of binascii.unhexlify(). (GH-4586)
Sergey Fedoseev
2018-02-26
1
-0/+5
*
bpo-32394: Remove some TCP options on old version Windows. (GH-5523)
animalize
2018-02-26
1
-0/+22
*
Revert unneccessary changes made in bpo-30296 and apply other improvements. (...
Serhiy Storchaka
2018-02-26
4
-5/+6
*
bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-...
Serhiy Storchaka
2018-02-26
3
-1/+87
*
Fix 'deecorator' typo in test/test_dataclasses (GH-5899)
Terry Jan Reedy
2018-02-26
1
-1/+1
*
bpo-32929: Dataclasses: Change the tri-state hash parameter to the boolean un...
Eric V. Smith
2018-02-26
2
-195/+229
*
bpo-32622: Native sendfile on windows (#5565)
Andrew Svetlov
2018-02-25
5
-91/+368
*
Delete a broken threading.local example (#5870)
Aaron Gallagher
2018-02-25
1
-5/+1
*
bpo-31809: test secp ECDH curves (#4036)
Christian Heimes
2018-02-25
1
-0/+52
*
bpo-24334: Cleanup SSLSocket (#5252)
Christian Heimes
2018-02-24
2
-54/+66
*
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)
Serhiy Storchaka
2018-02-24
1
-0/+4
*
bpo-32819: Simplify and improve ssl.match_hostname (#5620)
Christian Heimes
2018-02-24
2
-57/+114
*
bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830)
Cheryl Sabella
2018-02-24
4
-102/+102
*
[bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128)
Christian Heimes
2018-02-24
2
-32/+48
*
Exhaustively test dataclass hashing when no hash= value is provided. This is ...
Eric V. Smith
2018-02-23
1
-0/+73
*
ipaddress: Use str.isascii() instead of frozenset (GH-5811)
INADA Naoki
2018-02-23
1
-3/+2
*
bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066)
Anselm Kruis
2018-02-23
2
-1/+34
*
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...
Serhiy Storchaka
2018-02-22
6
-151/+174
[prev]
[next]