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-32999: Fix ABC.__subclasscheck__ crash (GH-6002)
INADA Naoki
2018-03-07
1
-0/+2
*
bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)
Xiang Zhang
2018-03-07
1
-0/+2
*
bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6...
Yury Selivanov
2018-03-06
1
-0/+1
*
bpo-33005: Fix _PyGILState_Reinit() (#6001)
Victor Stinner
2018-03-06
1
-0/+4
*
bpo-33001: Prevent buffer overrun in os.symlink (GH-5989)
Steve Dower
2018-03-05
1
-0/+1
*
bpo-32984: IDLE - set __file__ for startup files (GH-5981)
Terry Jan Reedy
2018-03-05
1
-0/+7
*
bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5...
Cheryl Sabella
2018-03-04
1
-0/+1
*
bpo-32981: Fix catastrophic backtracking vulns (#5955)
Jamie Davis
2018-03-04
2
-0/+5
*
bpo-30607: Use external python-doc-theme (GH-2017)
Jon Wayne Parrott
2018-03-01
1
-0/+2
*
bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801)
Alexey Izbyshev
2018-03-01
1
-0/+2
*
bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)
Cheryl Sabella
2018-02-28
1
-0/+1
*
Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (#5912)
Serhiy Storchaka
2018-02-27
1
-0/+1
*
bpo-32901: update macOS 10.9+ installer to Tcl/Tk 8.6.8
Ned Deily
2018-02-27
1
-0/+1
*
bpo-31453: Add setter for min/max protocol version (#5259)
Christian Heimes
2018-02-27
1
-0/+4
*
bpo-32951: Disable SSLSocket/SSLObject constructor (#5864)
Christian Heimes
2018-02-27
1
-0/+3
*
bpo-28124: deprecate ssl.wrap_socket() (#5888)
Christian Heimes
2018-02-27
1
-0/+3
*
bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663)
Christian Heimes
2018-02-27
1
-0/+2
*
bpo-32960: For dataclasses, disallow inheriting frozen from non-frozen classe...
Eric V. Smith
2018-02-27
1
-0/+3
*
bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)
Joffrey F
2018-02-27
1
-0/+1
*
bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH...
Tobotimus
2018-02-26
1
-0/+3
*
bpo-32836: Remove obsolete code from symtable pass (GH-5680)
Nitish Chandra
2018-02-26
1
-0/+1
*
bpo-32147: Improved perfomance of binascii.unhexlify(). (GH-4586)
Sergey Fedoseev
2018-02-26
2
-0/+3
*
bpo-32394: Remove some TCP options on old version Windows. (GH-5523)
animalize
2018-02-26
1
-0/+2
*
bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-...
Serhiy Storchaka
2018-02-26
1
-0/+2
*
bpo-32929: Dataclasses: Change the tri-state hash parameter to the boolean un...
Eric V. Smith
2018-02-26
1
-0/+6
*
bpo-32622: Native sendfile on windows (#5565)
Andrew Svetlov
2018-02-25
1
-0/+1
*
bpo-32647: Link ctypes extension with libdl. (#5550)
Christian Heimes
2018-02-25
1
-0/+2
*
bpo-31809: test secp ECDH curves (#4036)
Christian Heimes
2018-02-25
1
-0/+1
*
bpo-17232: Clarify docs for -O and -OO command line options (#5839)
Cheryl Sabella
2018-02-25
2
-2/+6
*
bpo-30622: Improve NPN support detection (#5859)
Christian Heimes
2018-02-24
1
-0/+1
*
bpo-24334: Cleanup SSLSocket (#5252)
Christian Heimes
2018-02-24
1
-0/+4
*
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)
Serhiy Storchaka
2018-02-24
1
-0/+1
*
bpo-32819: Simplify and improve ssl.match_hostname (#5620)
Christian Heimes
2018-02-24
1
-0/+3
*
bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830)
Cheryl Sabella
2018-02-24
1
-0/+1
*
[bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128)
Christian Heimes
2018-02-24
1
-0/+1
*
bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823)
Steve Dower
2018-02-23
1
-0/+1
*
bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066)
Anselm Kruis
2018-02-23
1
-0/+1
*
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...
Serhiy Storchaka
2018-02-22
1
-0/+10
*
bpo-32457: Improves handling of denormalized executable path when launching P...
Steve Dower
2018-02-22
1
-0/+1
*
bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage n...
Steve Dower
2018-02-22
1
-0/+2
*
bpo-32905: IDLE - remove unused code in pyparse module (GH-5807)
Terry Jan Reedy
2018-02-22
1
-0/+1
*
closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800)
Eddie Elizondo
2018-02-22
2
-0/+2
*
bpo-32874: IDLE: add tests for pyparse (GH-5755)
Cheryl Sabella
2018-02-22
1
-0/+1
*
bpo-32889: update valgrind suppressions (GH-5779)
Paul Price
2018-02-21
2
-5/+7
*
bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chun...
Zackery Spytz
2018-02-20
2
-0/+3
*
closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708)
Alexey Izbyshev
2018-02-20
1
-0/+2
*
bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757)
Steve Dower
2018-02-20
1
-0/+1
*
bpo-31972: Improve docstrings for pathlib classes (#5310)
chason
2018-02-18
1
-0/+1
*
Improve error message for "setup.py upload" without dist files (#21060)
Éric Araujo
2018-02-18
1
-0/+3
*
bpo-31333: Re-implement ABCMeta in C (#5273)
Ivan Levkivskyi
2018-02-18
1
-0/+10
[next]