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-35240: Add "doctest" job to Travis CI (GH-10753)
Victor Stinner
2018-11-28
1
-4/+16
*
bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755)
Victor Stinner
2018-11-28
1
-0/+2
*
bpo-35134: Don't define types twice in header files (GH-10754)
Victor Stinner
2018-11-27
2
-29/+36
*
bpo-33012: Fix more invalid function cast warnings with gcc 8. (GH-10751)
Serhiy Storchaka
2018-11-27
2
-3/+3
*
bpo-35312: Make lib2to3.pgen2.parse.ParseError round-trip pickle-able. (GH-10...
Anthony Sottile
2018-11-27
3
-0/+16
*
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka
2018-11-27
25
-122/+128
*
bpo-34100: Partially revert merge_consts_recursive() (GH-10743)
Victor Stinner
2018-11-27
2
-60/+0
*
bpo-35134: Update "make tags": add Include/cpython/ (GH-10739)
Victor Stinner
2018-11-27
1
-2/+2
*
bpo-33954: Fix compiler warning in _PyUnicode_FastFill() (GH-10737)
Victor Stinner
2018-11-27
1
-1/+4
*
bpo-35317: Fix mktime() error in test_email (GH-10721)
Victor Stinner
2018-11-27
2
-0/+5
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
38
-174/+174
*
bpo-33012: Fix signatures of METH_NOARGS funstions. (GH-10736)
Serhiy Storchaka
2018-11-27
5
-15/+15
*
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ...
Serhiy Storchaka
2018-11-27
77
-643/+974
*
bpo-31241: Fix AST node position for list and generator comprehensions. (GH-1...
Serhiy Storchaka
2018-11-27
5
-230/+278
*
Include the highest pickle protocol in a couple of tests. (GH-10735)
Zackery Spytz
2018-11-27
2
-2/+2
*
closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (G...
E. M. Bray
2018-11-27
2
-1/+2
*
bpo-35134: Create Include/cpython/pystate.h (GH-10733)
Victor Stinner
2018-11-26
2
-281/+275
*
bpo-35134: Create Include/cpython/dictobject.h (GH-10732)
Victor Stinner
2018-11-26
2
-119/+124
*
bpo-35134: Create Include/cpython/pylifecycle.h (GH-10731)
Victor Stinner
2018-11-26
2
-97/+102
*
bpo-35134: Create Include/cpython/abstract.h (GH-10728)
Victor Stinner
2018-11-26
2
-281/+285
*
bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693)
Zhiming Wang
2018-11-26
3
-2/+22
*
bpo-35134: Add Include/cpython/pyerrors.h (GH-10727)
Victor Stinner
2018-11-26
2
-168/+182
*
bpo-33723: Fix test_time.test_thread_time() (GH-10724)
Victor Stinner
2018-11-26
1
-3/+7
*
Adds IPv6 support when invoking http.server directly. (GH-10595)
Lisa Roach
2018-11-26
4
-2/+30
*
bpo-35134: Create Include/cpython/unicodeobject.h (GH-10680)
Victor Stinner
2018-11-26
2
-1286/+1251
*
Doc: Delete now useless Windows FAQ section (GH-10557)
Mathieu Dupuy
2018-11-26
1
-11/+0
*
bpo-35134: Create Include/cpython/object.h (GH-10679)
Victor Stinner
2018-11-26
2
-485/+460
*
pythoninfo: log more environment variable (GH-10719)
Victor Stinner
2018-11-26
1
-4/+45
*
bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623)
Victor Stinner
2018-11-26
5
-252/+228
*
Add assertion to _PyTuple_CAST(op) (GH-10712)
Victor Stinner
2018-11-26
1
-2/+2
*
bpo-34100: Merge constants recursively (GH-8341)
INADA Naoki
2018-11-26
6
-4594/+4692
*
bpo-35313: Cleanup test_embed.py (GH-10716)
Victor Stinner
2018-11-26
1
-4/+3
*
bpo-35313: Fix test_embed when run from venv (GH-10713)
Victor Stinner
2018-11-26
1
-63/+68
*
bpo-35300: Add usage note to the lru_cache() docs (GH-10707)
Raymond Hettinger
2018-11-26
1
-0/+5
*
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
Victor Stinner
2018-11-25
12
-5/+30
*
bpo-35081: Add _PyTuple_CAST() (GH-10704)
Victor Stinner
2018-11-25
1
-4/+7
*
closes bpo-35309: cpath should be capath (GH-10699)
BoĊĦtjan Mejak
2018-11-25
1
-1/+1
*
bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10...
Serhiy Storchaka
2018-11-25
2
-16/+12
*
Doc: Bump sphinx. (GH-10676)
Julien Palard
2018-11-24
2
-2/+2
*
bpo-35303: Fix a reference leak in _operator.c's methodcaller_repr(). (GH-10689)
Zackery Spytz
2018-11-23
1
-0/+1
*
bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856)
Dustin Spicuzza
2018-11-23
3
-11/+17
*
bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675)
Victor Stinner
2018-11-23
3
-4/+20
*
Linkify SMTP.quit() in smtplib documentation. (GH-9785)
takey
2018-11-23
1
-1/+1
*
bpo-35134: Create Include/cpython/ subdirectory (GH-10624)
Victor Stinner
2018-11-23
7
-108/+138
*
bpo-35189: Retry fnctl calls on EINTR (GH-10413)
nierob
2018-11-23
3
-23/+73
*
bpo-35296: make install now installs the internal API (GH-10665)
Victor Stinner
2018-11-23
2
-0/+12
*
Doc: Delete "how do I emulate os.kill" section in Windows FAQ (GH-10487)
Mathieu Dupuy
2018-11-23
1
-20/+0
*
bpo-35081: add NEWS entry for new Include/internal/pycore_*.h files (GH-10666)
Victor Stinner
2018-11-23
1
-0/+2
*
bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
Victor Stinner
2018-11-23
8
-12/+18
*
bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672)
Victor Stinner
2018-11-23
3
-4/+29
[prev]
[next]