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-31146: Don't fallback switcher to english on not-yet pusblished languages...
Julien Palard
2018-11-20
1
-0/+6
*
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606)
Victor Stinner
2018-11-20
8
-60/+145
*
bpo-18859: Document --with-valgrind option in README.valgrind (#10591)
Sanyam Khurana
2018-11-20
1
-0/+8
*
Upgrade pip to 18.1 and setuptools to 40.6.2 (#10598)
Donald Stufft
2018-11-19
5
-2/+3
*
bpo-35269: Fix a possible segfault involving a newly-created coroutine (GH-10...
Zackery Spytz
2018-11-18
2
-1/+3
*
bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executab...
Steve Dower
2018-11-18
6
-33/+74
*
bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH...
Windson yang
2018-11-17
1
-1/+2
*
Add --tempdir option for test run (GH-10322)
Steve Dower
2018-11-17
3
-11/+9
*
bpo-35202: Remove more unused imports in idlelib (GH-10573)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-11-17
4
-4/+3
*
bpo-28401: prevent Py_DEBUG builds from trying to import limited ABI modules ...
Stefano Rivera
2018-11-16
2
-0/+5
*
Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576)
Zackery Spytz
2018-11-16
1
-1/+3
*
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-16
17
-18/+1
*
bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-16
2
-8/+8
*
Fix outdated info in datamodel about dicts (GH-9807)
wim glenn
2018-11-16
1
-2/+2
*
bpo-33816: Remove outdated metaclass example (GH-7566)
Andrés Delfino
2018-11-16
1
-34/+2
*
bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)
Victor Stinner
2018-11-16
3
-13/+28
*
bpo-35213: Where appropriate, use 'macOS' in idlelib. (#10478)
Terry Jan Reedy
2018-11-15
6
-28/+28
*
bpo-35202: Remove unused imports in Lib directory (GH-10450)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-15
5
-5/+0
*
Fix typo in asynchronous generator iterator documentation (GH-10542)
Sebastián Ramírez
2018-11-15
1
-2/+2
*
bpo-34784: Implement correct cleanup in PyStructSequence new implementation (...
Pablo Galindo
2018-11-15
1
-0/+5
*
Fix a possible reference leak in _socket.getaddrinfo(). (GH-10543)
Zackery Spytz
2018-11-14
1
-2/+4
*
bpo-35233: InitConfigTests tests more config vars (GH-10541)
Victor Stinner
2018-11-14
6
-239/+274
*
bpo-32613: Update window FAQ (GH-5552)
Julien Palard
2018-11-14
3
-45/+26
*
bpo-35230: dict: Remove some macros (GH-10513)
INADA Naoki
2018-11-14
2
-44/+59
*
Grammar corrections in abc.rst (GH-10525)
Andrés Delfino
2018-11-14
1
-3/+3
*
Link to property built-in in abc.rst (GH-10526)
Andrés Delfino
2018-11-14
1
-1/+1
*
Fix doc typo: Window -> Windows (GH-10508)
l-n-s
2018-11-14
1
-1/+1
*
bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524)
Victor Stinner
2018-11-13
6
-179/+241
*
bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506)
Gregory P. Smith
2018-11-13
2
-1/+4
*
bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10519)
Victor Stinner
2018-11-13
6
-67/+215
*
bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510)
Victor Stinner
2018-11-13
2
-0/+10
*
bpo-34784: Fix PyStructSequence_NewType with heap-allocated StructSequence (G...
Eddie Elizondo
2018-11-13
5
-137/+239
*
bpo-35081: Make some _PyGC macros internal (GH-10507)
Victor Stinner
2018-11-13
5
-38/+52
*
bpo-35081: Remove Py_BUILD_CORE from datetime.h (GH-10416)
Paul Ganssle
2018-11-13
2
-29/+28
*
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)
Gregory P. Smith
2018-11-13
6
-10/+10
*
Fix a couple documentation typos. (GH-10498)
Windson yang
2018-11-13
2
-2/+2
*
Disable getc_unlocked() with MemorySanitizer. (GH-10499)
Gregory P. Smith
2018-11-13
1
-1/+2
*
bpo-29564: warnings suggests to enable tracemalloc (GH-10486)
Victor Stinner
2018-11-13
3
-11/+40
*
bpo-35214: Initial clang MemorySanitizer support (GH-10479)
Gregory P. Smith
2018-11-12
9
-4/+115
*
Improve grammar in Glossary. (GH-10474)
Windson yang
2018-11-12
1
-2/+2
*
Correct grammar mistake in stdtypes.rst (GH-10481)
Andrés Delfino
2018-11-12
1
-1/+1
*
bpo-30064: Refactor sock_* asyncio API (#10419)
Andrew Svetlov
2018-11-12
5
-446/+167
*
Linkify PEP 8 in unix.rst (GH-10482)
Andrés Delfino
2018-11-12
1
-1/+1
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
65
-95/+102
*
bpo-33695 shutil.copytree() + os.scandir() cache (#7874)
Giampaolo Rodola
2018-11-12
3
-56/+96
*
Minor grammar improvement to io documentation. (GH-10329)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-12
1
-1/+1
*
Update subprocess.Popen documentation wrt universal_newlines arg (GH-10337)
Jakub Stasiak
2018-11-12
1
-3/+8
*
bpo-33878: Doc: Fix missing case by simplifying. (GH-7762)
Julien Palard
2018-11-11
1
-6/+3
*
bpo-35177: Add dependencies between header files (GH-10361)
Victor Stinner
2018-11-11
13
-26/+42
*
closes bpo-35204: Disable thread and memory sanitizers for address_in_range()...
Alexey Izbyshev
2018-11-11
1
-12/+31
[next]