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-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095)
Jordon Xu
2019-09-10
7
-15/+15
*
bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests op...
Steve Dower
2019-09-10
4
-4/+7
*
bpo-32424: Deprecate xml.etree.ElementTree.Element.copy() in favor of copy.co...
Gordon P. Hemsley
2019-09-10
3
-0/+39
*
bpo-36253: Remove use after free reference in ctypes test suite (GH-12257)
Ben Harper
2019-09-10
1
-2/+2
*
bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055)
Andre Delfino
2019-09-10
1
-3/+4
*
Docs: Small tweaks to c-api/intro#Include_Files (GH-14698)
Kyle Stanley
2019-09-10
1
-7/+9
*
Correct info about "f.read(size)". (GH13852)
William Andrea
2019-09-10
1
-2/+2
*
Correct minor grammatical mistake in open docs (GH-15865)
Andre Delfino
2019-09-10
1
-2/+2
*
bpo-37504: Fix documentation build with texinfo builder (GH-14606)
Dmitry Shachnev
2019-09-10
2
-1/+19
*
bpo-37913: Link to NotImplemented from new docs (GH-15860)
Steve Dower
2019-09-10
1
-3/+3
*
bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383)
Jeroen Demeyer
2019-09-10
1
-2/+4
*
bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)
Jason R. Coombs
2019-09-10
8
-661/+712
*
bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)
Steve Dower
2019-09-10
3
-107/+125
*
bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolse...
Steve Dower
2019-09-10
2
-1/+3
*
Fix subprocess docstring typo (GH-15812)
Matthias
2019-09-10
1
-1/+1
*
Fix typo in ssl.RAND_bytes documentation (GH-14791)
Zach Thompson
2019-09-10
1
-1/+1
*
bpo-38090: Fix reference leak in ceval.c (GH-15848)
Pablo Galindo
2019-09-10
1
-1/+0
*
bpo-36781: Optimize sum() for bools. (#13074)
Serhiy Storchaka
2019-09-10
3
-2/+24
*
Note regarding + mode truncation applies to both text and binary mode (#11314)
Andre Delfino
2019-09-10
1
-3/+3
*
bpo-38073: Make pwd module PEP-384 compatible (GH-15790)
Dino Viehland
2019-09-10
2
-16/+36
*
bpo-38066: Hide internal Stream methods (GH-15762)
Andrew Svetlov
2019-09-10
5
-92/+155
*
bpo-21018: added missing documentation about escaping characters for configpa...
Arun Persaud
2019-09-10
1
-0/+5
*
closes bpo-25461: Update os.walk() docstring to match the online docs. (GH-11...
Bernt Røskar Brenna
2019-09-10
1
-4/+5
*
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queu...
Emmanuel Arias
2019-09-10
2
-0/+8
*
bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong ...
Jeroen Demeyer
2019-09-10
3
-6/+28
*
bpo-37499: Test various C calling conventions (GH-15776)
Petr Viktorin
2019-09-10
3
-195/+435
*
bpo-37251: Removes __code__ check from _is_async_obj. (GH-15830)
Lisa Roach
2019-09-10
3
-3/+20
*
bpo-38069: Convert _posixsubprocess to PEP-384 (GH-15780)
Dino Viehland
2019-09-10
2
-8/+59
*
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [loc...
Emmanuel Arias
2019-09-10
7
-265/+419
*
bpo-36971: add subsections in C API "Common Object Structures" page (#13446)
Jeroen Demeyer
2019-09-10
1
-0/+10
*
bpo-38068: Clean up gettimeofday configure logic. (GH-15775)
Benjamin Peterson
2019-09-10
5
-59/+1
*
bpo-37052: Add examples for mocking async iterators and context managers (GH-...
Xtreak
2019-09-10
1
-0/+39
*
bpo-38071: Make termios PEP-384 compatible (GH-15785)
Dino Viehland
2019-09-10
2
-20/+48
*
bpo-38072: PEP-384 grpmodule (GH-15788)
Dino Viehland
2019-09-10
2
-19/+41
*
Fix calling order of PyEval_InitThreads. (GH-4602)
Kenta Murata
2019-09-10
1
-1/+1
*
Remove macOS tests from Travis. (GH-15809)
Benjamin Peterson
2019-09-10
1
-10/+0
*
Skip zoneinfo tests on VxWorks (#13535)
hliu0
2019-09-10
2
-0/+3
*
bpo-38074: Make zlib extension module PEP-384 compatible (GH-15792)
Dino Viehland
2019-09-10
2
-73/+87
*
bpo-38076: Make struct module PEP-384 compatible (#15805)
Dino Viehland
2019-09-10
3
-147/+177
*
bpo-38083: Minor improvements in asdl_c.py and Python-ast.c. (GH-15824)
Serhiy Storchaka
2019-09-10
2
-141/+322
*
Fix typo in dict object comment (#15814)
dalgarno
2019-09-10
1
-1/+1
*
bpo-37725: have "make clean" remove PGO task data (#15033)
Neil Schemenauer
2019-09-10
2
-6/+18
*
bpo-38043: Move unicodedata.normalize tests into test_unicodedata. (GH-15712)
Greg Price
2019-09-10
4
-130/+102
*
Expand comment explaining update_one_slot (GH-14810)
Jeroen Demeyer
2019-09-10
1
-9/+59
*
bpo-25237: Documentation for tkinter modules (GH-1870)
Nikhil
2019-09-10
10
-15/+479
*
Cut tricky `goto` that isn't needed, in _PyBytes_DecodeEscape. (GH-15825)
Greg Price
2019-09-10
1
-3/+0
*
bpo-38018: Fix test for multiprocessing.shared_memory in BSD systems (GH-15821)
Vinay Sharma
2019-09-10
1
-2/+7
*
bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818)
Terry Jan Reedy
2019-09-10
3
-1/+6
*
bpo-34293: Fix PDF documentation paper size (GH-8585)
Jean-François B
2019-09-09
2
-1/+6
*
bpo-36511: clean up python process before deploy on ARM Windows buildbots (GH...
Paul Monson
2019-09-09
1
-0/+7
[next]