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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-32984: IDLE - set __file__ for startup files (GH-5981)
Terry Jan Reedy
2018-03-05
2
-0/+10
*
bpo-30147: Add re.escape changes to 3.7 What's New (GH-5978)
Cheryl Sabella
2018-03-04
1
-0/+4
*
bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5...
Cheryl Sabella
2018-03-04
3
-3/+115
*
closes bpo-32980 Remove _PyFrame_Init (GH-5965)
Thomas Nyberg
2018-03-04
3
-12/+0
*
bpo-32981: Fix catastrophic backtracking vulns (#5955)
Jamie Davis
2018-03-04
6
-4/+39
*
Fix missing coroutine declaration in the asyncio documentation. (#5964)
Joongi Kim
2018-03-03
1
-1/+1
*
bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930)
Serhiy Storchaka
2018-03-02
11
-103/+70
*
bpo-30607: Use external python-doc-theme (GH-2017)
Jon Wayne Parrott
2018-03-01
12
-585/+80
*
Fixed incorrect default value for dataclass unsafe_hash. (GH-5949)
Eric V. Smith
2018-03-01
1
-2/+2
*
bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801)
Alexey Izbyshev
2018-03-01
2
-7/+9
*
Fix typo in logging doc: picked -> pickled (GH-5942)
James Walker
2018-02-28
1
-1/+1
*
bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)
Cheryl Sabella
2018-02-28
3
-89/+32
*
Fix 3.8 whatsnew changelog link
Ned Deily
2018-02-28
1
-1/+1
*
Minor improvements to the Windows build/release process (GH-5935)
Steve Dower
2018-02-28
3
-8/+12
*
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
4
-51/+9
*
Update macOS installer resources
Ned Deily
2018-02-27
3
-35/+25
*
bpo-32901: update macOS 10.9+ installer to Tcl/Tk 8.6.8
Ned Deily
2018-02-27
3
-6/+28
*
bpo-31355: Travis-CI: re-enable macOS job (#5858)
Antoine Pitrou
2018-02-27
2
-4/+18
*
bpo-10381, bpo-32403: What's new entries for changes to datetime (gh-5814)
Paul Ganssle
2018-02-27
1
-0/+10
*
bpo-31453: Add setter for min/max protocol version (#5259)
Christian Heimes
2018-02-27
6
-27/+471
*
bpo-32951: Disable SSLSocket/SSLObject constructor (#5864)
Christian Heimes
2018-02-27
5
-84/+107
*
bpo-28124: deprecate ssl.wrap_socket() (#5888)
Christian Heimes
2018-02-27
3
-182/+218
*
bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663)
Christian Heimes
2018-02-27
9
-74/+131
*
bpo-32960: For dataclasses, disallow inheriting frozen from non-frozen classe...
Eric V. Smith
2018-02-27
3
-29/+77
*
bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)
Joffrey F
2018-02-27
3
-1/+11
*
bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH...
Tobotimus
2018-02-26
3
-4/+102
*
bpo-32836: Remove obsolete code from symtable pass (GH-5680)
Nitish Chandra
2018-02-26
3
-26/+1
*
bpo-32147: Improved perfomance of binascii.unhexlify(). (GH-4586)
Sergey Fedoseev
2018-02-26
4
-33/+13
*
bpo-32394: Remove some TCP options on old version Windows. (GH-5523)
animalize
2018-02-26
4
-0/+101
*
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
8
-19/+134
*
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
3
-195/+235
*
Update PR template file, don't reference bpo 12345 (GH-5897)
Mariatta
2018-02-25
1
-1/+0
*
bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-...
Mario Corchero
2018-02-25
1
-0/+19
*
bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
Cheryl Sabella
2018-02-25
1
-1/+1
*
bpo-32622: Native sendfile on windows (#5565)
Andrew Svetlov
2018-02-25
7
-93/+431
*
Delete a broken threading.local example (#5870)
Aaron Gallagher
2018-02-25
1
-5/+1
*
bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (#5876)
Christian Heimes
2018-02-25
2
-25/+30
*
bpo-32647: Link ctypes extension with libdl. (#5550)
Christian Heimes
2018-02-25
2
-0/+6
*
bpo-31809: test secp ECDH curves (#4036)
Christian Heimes
2018-02-25
2
-0/+53
*
bpo-17232: Clarify docs for -O and -OO command line options (#5839)
Cheryl Sabella
2018-02-25
4
-6/+23
*
bpo-30622: Improve NPN support detection (#5859)
Christian Heimes
2018-02-24
4
-11/+42
*
bpo-24334: Cleanup SSLSocket (#5252)
Christian Heimes
2018-02-24
5
-117/+183
*
remove vestigal locking from obmalloc (GH-5805)
Benjamin Peterson
2018-02-24
1
-39/+0
*
bpo-32931: fix macOS 10.9+ installer c++ compiler name (#5855)
Ned Deily
2018-02-24
1
-1/+1
*
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)
Serhiy Storchaka
2018-02-24
3
-0/+8
*
bpo-32819: Simplify and improve ssl.match_hostname (#5620)
Christian Heimes
2018-02-24
3
-57/+117
*
bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830)
Cheryl Sabella
2018-02-24
5
-102/+103
[prev]
[next]