Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1005c84535191a72ebb7587d8c5636a065b7ed79
1005c84
bpo-34100: Partially revert merge_consts_recursive() (GH-10743)
by Victor Stinner
· 6 years ago
4808338
bpo-35134: Update "make tags": add Include/cpython/ (GH-10739)
by Victor Stinner
· 6 years ago
163403a
bpo-33954: Fix compiler warning in _PyUnicode_FastFill() (GH-10737)
by Victor Stinner
· 6 years ago
cfaafda
bpo-35317: Fix mktime() error in test_email (GH-10721)
by Victor Stinner
· 6 years ago
62be742
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
by Serhiy Storchaka
· 6 years ago
8152402
bpo-33012: Fix signatures of METH_NOARGS funstions. (GH-10736)
by Serhiy Storchaka
· 6 years ago
4a934d4
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748)
by Serhiy Storchaka
· 6 years ago
b619b09
bpo-31241: Fix AST node position for list and generator comprehensions. (GH-10633)
by Serhiy Storchaka
· 6 years ago
d1cbc6f
Include the highest pickle protocol in a couple of tests. (GH-10735)
by Zackery Spytz
· 6 years ago
da324d5
closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (GH-8712)
by E. M. Bray
· 6 years ago
f2a9d5c
bpo-35134: Create Include/cpython/pystate.h (GH-10733)
by Victor Stinner
· 6 years ago
ffedd9a
bpo-35134: Create Include/cpython/dictobject.h (GH-10732)
by Victor Stinner
· 6 years ago
dd12aa0
bpo-35134: Create Include/cpython/pylifecycle.h (GH-10731)
by Victor Stinner
· 6 years ago
4060283
bpo-35134: Create Include/cpython/abstract.h (GH-10728)
by Victor Stinner
· 6 years ago
8c281ed
bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693)
by Zhiming Wang
· 6 years ago
5a8c240
bpo-35134: Add Include/cpython/pyerrors.h (GH-10727)
by Victor Stinner
· 6 years ago
65c216e
bpo-33723: Fix test_time.test_thread_time() (GH-10724)
by Victor Stinner
· 6 years ago
433433f
Adds IPv6 support when invoking http.server directly. (GH-10595)
by Lisa Roach
· 6 years ago
75e4699
bpo-35134: Create Include/cpython/unicodeobject.h (GH-10680)
by Victor Stinner
· 6 years ago
5719f27
Doc: Delete now useless Windows FAQ section (GH-10557)
by Mathieu Dupuy
· 6 years ago
6eb9966
bpo-35134: Create Include/cpython/object.h (GH-10679)
by Victor Stinner
· 6 years ago
282c03d
pythoninfo: log more environment variable (GH-10719)
by Victor Stinner
· 6 years ago
59423e3
bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623)
by Victor Stinner
· 6 years ago
df108dc
Add assertion to _PyTuple_CAST(op) (GH-10712)
by Victor Stinner
· 6 years ago
c2e1607
bpo-34100: Merge constants recursively (GH-8341)
by INADA Naoki
· 6 years ago
f0b366a
bpo-35313: Cleanup test_embed.py (GH-10716)
by Victor Stinner
· 6 years ago
a6537fb
bpo-35313: Fix test_embed when run from venv (GH-10713)
by Victor Stinner
· 6 years ago
f0e0f20
bpo-35300: Add usage note to the lru_cache() docs (GH-10707)
by Raymond Hettinger
· 6 years ago
ec13b93
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
by Victor Stinner
· 6 years ago
8ac6539
bpo-35081: Add _PyTuple_CAST() (GH-10704)
by Victor Stinner
· 6 years ago
1586958
closes bpo-35309: cpath should be capath (GH-10699)
by Boštjan Mejak
· 6 years ago
4bb186d
bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10592)
by Serhiy Storchaka
· 6 years ago
7f4ba4a
Doc: Bump sphinx. (GH-10676)
by Julien Palard
· 6 years ago
5b83ef7
bpo-35303: Fix a reference leak in _operator.c's methodcaller_repr(). (GH-10689)
by Zackery Spytz
· 6 years ago
1d817e4
bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856)
by Dustin Spicuzza
· 6 years ago
9de3632
bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675)
by Victor Stinner
· 6 years ago
ba57963
Linkify SMTP.quit() in smtplib documentation. (GH-9785)
by takey
· 6 years ago
e421106
bpo-35134: Create Include/cpython/ subdirectory (GH-10624)
by Victor Stinner
· 6 years ago
b409ffa
bpo-35189: Retry fnctl calls on EINTR (GH-10413)
by nierob
· 6 years ago
f653fd4
bpo-35296: make install now installs the internal API (GH-10665)
by Victor Stinner
· 6 years ago
a1c4001
Doc: Delete "how do I emulate os.kill" section in Windows FAQ (GH-10487)
by Mathieu Dupuy
· 6 years ago
4ac5328
bpo-35081: add NEWS entry for new Include/internal/pycore_*.h files (GH-10666)
by Victor Stinner
· 6 years ago
b509d52
bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
by Victor Stinner
· 6 years ago
353933e
bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672)
by Victor Stinner
· 6 years ago
e89607c
bpo-35059: NEWS entry for macros converted to inline funcs (GH-10671)
by Victor Stinner
· 6 years ago
984061e
bpo-35081: Add new internal headers to Makefile (GH-10670)
by Victor Stinner
· 6 years ago
3bb183d
bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664)
by Victor Stinner
· 6 years ago
2cf5d32
bpo-9263: Fix _PyObject_Dump() for freed object (#10661)
by Victor Stinner
· 6 years ago
9a0d7a7
bpo-24658: os.read() reuses _PY_READ_MAX (GH-10657)
by Victor Stinner
· 6 years ago
4d73ae7
bpo-18407: ast.c uses Py_ssize_t for asdl_seq_LEN() iterator (GH-10655)
by Victor Stinner
· 6 years ago
c48ff73
bpo-18407: win32_urandom() uses PY_DWORD_MAX (GH-10656)
by Victor Stinner
· 6 years ago
28f468c
bpo-9566: Fix compiler warnings in pyexpat.c (GH-10654)
by Victor Stinner
· 6 years ago
cdbcb77
cjkcodecs: Fix compiler warning (GH-10651)
by Victor Stinner
· 6 years ago
a42de74
bpo-35059: Cast void* to PyObject* (GH-10650)
by Victor Stinner
· 6 years ago
b37672d
bpo-35059: Cleanup usage of Python macros (GH-10648)
by Victor Stinner
· 6 years ago
2ff8fb7
bpo-35059: Add _PyObject_CAST() macro (GH-10645)
by Victor Stinner
· 6 years ago
271753a
bpo-35059: Convert _PyObject_GC_TRACK() to inline function (GH-10643)
by Victor Stinner
· 6 years ago
f1d002c
bpo-35059: Enhance _PyObject_AssertFailed() (GH-10642)
by Victor Stinner
· 6 years ago
bcda8f1
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
by Victor Stinner
· 6 years ago
aac1f81
bpo-35189: Fix eintr_tester.py (GH-10637)
by Victor Stinner
· 6 years ago
361e868
bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023)
by Zhiming Wang
· 6 years ago
7c2d570
bpo-35290: Add debug info to test_c_locale_coercion (GH-10631)
by Victor Stinner
· 6 years ago
d936a8f
bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604)
by Julien Palard
· 6 years ago
3e21ad1
bpo-35081: Move _PyGC_FINALIZED() back to C API (GH-10626)
by Victor Stinner
· 6 years ago
c8fe9cc
bpo-34532: Fixed exit code for py.exe list versions arg (GH-9039)
by Brendan Gerrity
· 6 years ago
b1dede3
bpo-25750: Fix a compiler warning introduced in GH-9084. (GH-10234)
by Serhiy Storchaka
· 6 years ago
3ec0f49
bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039)
by Serhiy Storchaka
· 6 years ago
97f1efb
bpo-35169: Improve error messages for forbidden assignments. (GH-10342)
by Serhiy Storchaka
· 6 years ago
6c48bf2
bpo-9842: Add references for using "..." as a placeholder to the index. (GH-10330)
by Serhiy Storchaka
· 6 years ago
6b73bb5
bpo-31146: Don't fallback switcher to english on not-yet pusblished languages. (GH-10558)
by Julien Palard
· 6 years ago
02e6bf7
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606)
by Victor Stinner
· 6 years ago
d5d3368
bpo-18859: Document --with-valgrind option in README.valgrind (#10591)
by Sanyam Khurana
· 6 years ago
8b9c33e
Upgrade pip to 18.1 and setuptools to 40.6.2 (#10598)
by Donald Stufft
· 6 years ago
062a57b
bpo-35269: Fix a possible segfault involving a newly-created coroutine (GH-10585)
by Zackery Spytz
· 6 years ago
177a41a
bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9860)
by Steve Dower
· 6 years ago
689d555
bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH-10580)
by Windson yang
· 6 years ago
38df97a
Add --tempdir option for test run (GH-10322)
by Steve Dower
· 6 years ago
5a087d5
bpo-35202: Remove more unused imports in idlelib (GH-10573)
by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
· 6 years ago
338d54f
bpo-28401: prevent Py_DEBUG builds from trying to import limited ABI modules (GH-1766)
by Stefano Rivera
· 6 years ago
ad65f15
Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576)
by Zackery Spytz
· 6 years ago
90d0cfb
bpo-35202: Remove unused imports in tests. (GH-10561)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 6 years ago
4edeaea
bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 6 years ago
a48e0eb
Fix outdated info in datamodel about dicts (GH-9807)
by wim glenn
· 6 years ago
c2ccac7
bpo-33816: Remove outdated metaclass example (GH-7566)
by Andrés Delfino
· 6 years ago
37cd982
bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)
by Victor Stinner
· 6 years ago
b65413b
bpo-35213: Where appropriate, use 'macOS' in idlelib. (#10478)
by Terry Jan Reedy
· 6 years ago
70f61b9
bpo-35202: Remove unused imports in Lib directory (GH-10450)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 6 years ago
25221b3
Fix typo in asynchronous generator iterator documentation (GH-10542)
by Sebastián Ramírez
· 6 years ago
bfb855b
bpo-34784: Implement correct cleanup in PyStructSequence new implementation (GH-10536)
by Pablo Galindo
· 6 years ago
4c596d5
Fix a possible reference leak in _socket.getaddrinfo(). (GH-10543)
by Zackery Spytz
· 6 years ago
01de89c
bpo-35233: InitConfigTests tests more config vars (GH-10541)
by Victor Stinner
· 6 years ago
6431347
bpo-32613: Update window FAQ (GH-5552)
by Julien Palard
· 6 years ago
a757649
bpo-35230: dict: Remove some macros (GH-10513)
by INADA Naoki
· 6 years ago
8e0b05e
Grammar corrections in abc.rst (GH-10525)
by Andrés Delfino
· 6 years ago
bf1355b
Link to property built-in in abc.rst (GH-10526)
by Andrés Delfino
· 6 years ago
daeb3c4
Fix doc typo: Window -> Windows (GH-10508)
by l-n-s
· 6 years ago
7ddd56f
bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524)
by Victor Stinner
· 6 years ago
746b2d3
bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506)
by Gregory P. Smith
· 6 years ago
00b137c
bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10519)
by Victor Stinner
· 6 years ago
f966e53
bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510)
by Victor Stinner
· 6 years ago
Next »