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-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
*
[bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128)
Christian Heimes
2018-02-24
7
-111/+163
*
Update the Pull_request_template.md file (GH-5841)
Mariatta
2018-02-23
1
-2/+19
*
Exhaustively test dataclass hashing when no hash= value is provided. This is ...
Eric V. Smith
2018-02-23
1
-0/+73
*
bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833)
Mariatta
2018-02-23
1
-1/+1
*
bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823)
Steve Dower
2018-02-23
3
-4/+5
*
bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473)
cocoatomo
2018-02-23
2
-5/+8
*
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
3
-1/+35
*
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...
Serhiy Storchaka
2018-02-22
19
-4383/+4497
*
bpo-32838: Fix Python versions in the table of magic numbers. (#5658)
Serhiy Storchaka
2018-02-22
2
-149/+152
*
Test that new_timezone can return the UTC singleton (gh-5318)
Paul Ganssle
2018-02-22
2
-0/+46
*
bpo-32457: Improves handling of denormalized executable path when launching P...
Steve Dower
2018-02-22
3
-54/+54
*
bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage n...
Steve Dower
2018-02-22
4
-58/+110
*
bpo-32905: IDLE - remove unused code in pyparse module (GH-5807)
Terry Jan Reedy
2018-02-22
3
-50/+8
*
closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800)
Eddie Elizondo
2018-02-22
5
-3/+6
*
bpo-32874: IDLE: add tests for pyparse (GH-5755)
Cheryl Sabella
2018-02-22
3
-66/+619
*
bpo-32889: update valgrind suppressions (GH-5779)
Paul Price
2018-02-21
2
-5/+7
*
bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789)
Benjamin Peterson
2018-02-21
1
-2/+2
*
bpo-28886: doc: Move deprecated abc decorators to separate section (GH-176)
Harshul jain
2018-02-21
1
-22/+17
*
bpo-32604: Swap threads only if the interpreter is different. (gh-5778)
Eric Snow
2018-02-20
3
-14/+77
*
bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chun...
Zackery Spytz
2018-02-20
4
-0/+12
*
bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Len...
Zackery Spytz
2018-02-20
1
-3/+2
*
closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708)
Alexey Izbyshev
2018-02-20
2
-1/+3
*
bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757)
Steve Dower
2018-02-20
3
-0/+32
*
bpo-30121: Fix test_subprocess for Windows Debug builds (GH-5758)
Zachary Ware
2018-02-19
1
-1/+1
*
bpo-32682: Improve libz version parsing in test_zilb (GH-5347)
pmp-p
2018-02-19
1
-4/+9
*
bpo-31972: Improve docstrings for pathlib classes (#5310)
chason
2018-02-18
2
-1/+30
*
Improve error message for "setup.py upload" without dist files (#21060)
Éric Araujo
2018-02-18
2
-1/+5
*
bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744)
Terry Jan Reedy
2018-02-18
1
-1/+1
*
bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (#5739)
Alexey Izbyshev
2018-02-18
1
-1/+2
*
Correct venv doc (fix #32540) (#5736)
TROUVERIE Joachim
2018-02-18
1
-4/+3
*
Clean up Travis config (GH-5727)
Zachary Ware
2018-02-18
1
-48/+52
*
bpo-31333: Re-implement ABCMeta in C (#5273)
Ivan Levkivskyi
2018-02-18
14
-536/+1640
[prev]
[next]