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-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
*
Add missing backslashes to get_externals.bat (GH-5731)
Steve Dower
2018-02-18
1
-2/+2
*
Improves the ability to build in CI (GH-5728)
Steve Dower
2018-02-18
5
-12/+21
*
bpo-30638: Add clinic to `make regen-all` (GH-5671)
Zachary Ware
2018-02-17
2
-9/+9
*
Fix a typo in asyncio docs (#5721)
Andrew Svetlov
2018-02-17
1
-1/+1
*
bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)
Kyle Altendorf
2018-02-17
3
-1/+12
*
DOC: fix documentation for copyright and credits (GH-5706)
Gerrit Holl
2018-02-17
1
-3/+7
*
bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5...
Zackery Spytz
2018-02-17
1
-1/+1
*
bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-...
Eric Snow
2018-02-17
5
-31/+410
*
bpo-32436: Add docs for contextvars (#5685)
Yury Selivanov
2018-02-16
4
-0/+300
*
Correct the code example in Python 3.7's What's New (GH-5696)
xpvpc
2018-02-16
1
-1/+1
*
Update and sync importlib.resources documentation (#5694)
Barry Warsaw
2018-02-16
1
-5/+22
*
Update comment in posixmodule.c (GH-5681)
ngie-eign
2018-02-14
1
-1/+1
*
bpo-32841: Fix cancellation in awaiting asyncio.Condition (#5665)
Bar Harel
2018-02-14
3
-5/+34
*
Fix installation instructions for *nix (GH-5605)
Eitan Adler
2018-02-14
1
-2/+4
*
remove mercurial dot files (GH-5558)
Benjamin Peterson
2018-02-14
3
-346/+0
*
bpo-27846: Delete incorrect note in base64 docs (GH-5666)
Zackery Spytz
2018-02-14
1
-8/+0
*
bpo-31787: Skip refleak check when _hashlib is not available (GH-5660)
INADA Naoki
2018-02-13
1
-0/+1
*
bpo-29803: remove a redandunt op and fix a comment in unicodeobject.c (#660)
Xiang Zhang
2018-02-13
1
-5/+1
*
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
Oren Milman
2018-02-13
13
-19/+105
*
bpo-30579: Docs for dynamic traceback creation (GH-5653)
Nick Coghlan
2018-02-13
3
-13/+48
*
bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (...
Segev Finer
2018-02-13
2
-4/+8
*
bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler...
Serhiy Storchaka
2018-02-13
1
-7/+3
*
bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)
Terry Jan Reedy
2018-02-12
3
-4/+7
*
bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5...
Terry Jan Reedy
2018-02-12
2
-25/+32
*
bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449)
Коренберг Марк
2018-02-12
4
-28/+116
*
bpo-29248: Fix os.readlink() on Windows (GH-5577)
SSE4
2018-02-12
3
-3/+21
*
Fix AppVeyor doc short-circuit (GH-5632)
Zachary Ware
2018-02-11
1
-1/+4
*
bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622)
Pablo Galindo
2018-02-11
1
-8/+15
*
Add short-circuit for doc changes to AppVeyor (GH-5519)
Zachary Ware
2018-02-11
1
-3/+19
*
bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516)
Zachary Ware
2018-02-11
2
-0/+4
*
Code beautification using f-strings (#5618)
Raymond Hettinger
2018-02-11
1
-2/+1
*
bpo-11015: Update test.support documentation (GH-5610)
Cheryl Sabella
2018-02-11
2
-6/+723
*
bpo-32792: Preserve mapping order in ChainMap() (GH-5586)
Raymond Hettinger
2018-02-11
3
-1/+22
*
bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609)
sblondon
2018-02-10
2
-1/+2
*
travis: Use -O3 option (GH-5599)
INADA Naoki
2018-02-10
1
-1/+2
*
bpo-30688: Import unicodedata only when needed. (GH-5606)
Zhou Fangyi
2018-02-10
1
-1/+2
[next]