Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
14f7b8bfb2d9890e27040c352d162f05966a2035
/
Python
d868376
Merge from 3.5 for issue #24492
by Brett Cannon
· 9 years ago
3008bc0
Issue #24492: make sure that ``from ... import ...` raises an
by Brett Cannon
· 9 years ago
df39599
Issue #9232: Support trailing commas in function declarations.
by Robert Collins
· 9 years ago
dca249b
Merge 3.5 (issue #24791)
by Yury Selivanov
· 9 years ago
14acf5f
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
by Yury Selivanov
· 9 years ago
f716e74
Merge 3.5 (os.urandom)
by Victor Stinner
· 9 years ago
61d5aab
py_getrandom(): getrandom() *can* return EINTR
by Victor Stinner
· 9 years ago
ff9fe23
Fix refleak.
by Stefan Krah
· 9 years ago
c0cbed1
Fix refleak.
by Stefan Krah
· 9 years ago
6d35043
Merge 3.5 (Issue #24687)
by Yury Selivanov
· 9 years ago
f315c1c
Issue #24687: Plug refleak on SyntaxError in function parameters annotations.
by Yury Selivanov
· 9 years ago
0811c5d
Merge 3.5 (Issue #24619)
by Yury Selivanov
· 9 years ago
b7666a3
Issue #24619: More tests; fix nits in compiler.c
by Yury Selivanov
· 9 years ago
9f71cb0
merge 3.5 (#24569)
by Benjamin Peterson
· 9 years ago
d5d77aa
set items in dict displays from left to right (closes #24569)
by Benjamin Peterson
· 9 years ago
bb215e2
Merge 3.5 (Issue #19235)
by Yury Selivanov
· 9 years ago
f488fb4
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
by Yury Selivanov
· 9 years ago
3bd2b98
Merge 3.5 (Issue #24528)
by Yury Selivanov
· 9 years ago
9dec035
Issue #24528: Improve error message for awaits in comprehensions
by Yury Selivanov
· 9 years ago
6edc2f7
Issue #24400: Merge 3.5
by Yury Selivanov
· 9 years ago
5376ba9
Issue #24400: Introduce a distinct type for 'async def' coroutines.
by Yury Selivanov
· 9 years ago
dcbff7d
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
by Serhiy Storchaka
· 9 years ago
289dd19
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
by Serhiy Storchaka
· 9 years ago
5fa22fc
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
by Serhiy Storchaka
· 9 years ago
86621ae
Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
by Serhiy Storchaka
· 9 years ago
ccfdf09
Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
by Serhiy Storchaka
· 9 years ago
73c95f1
Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
by Serhiy Storchaka
· 9 years ago
ec466a1
Fixed indentation of Python examples in C comments.
by Serhiy Storchaka
· 9 years ago
553e156
Fixed indentation of Python examples in C comments.
by Serhiy Storchaka
· 9 years ago
d741a88
Fixed indentation of Python examples in C comments.
by Serhiy Storchaka
· 9 years ago
94c2263
Issue 24374: Plug refleak in set_coroutine_wrapper
by Yury Selivanov
· 9 years ago
eb698fe
Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper
by Yury Selivanov
· 9 years ago
72ea27c
Issue 24366: Merge 3.4
by Yury Selivanov
· 9 years ago
e126857
Issue 24366: Merge 3.3
by Yury Selivanov
· 9 years ago
614bfcc
Issue 24366: Indent code (thanks to li4ick for reporting).
by Yury Selivanov
· 9 years ago
aab3c4a
Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully
by Yury Selivanov
· 9 years ago
d8cf382
Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private
by Yury Selivanov
· 9 years ago
ac5569b
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
by Serhiy Storchaka
· 9 years ago
fa494fd
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
by Serhiy Storchaka
· 9 years ago
8b2e8b6
Specify default values of semantic booleans in Argument Clinic generated signatures as booleans.
by Serhiy Storchaka
· 9 years ago
7e810a6
Use converter names instead of format units in Argument Clinic descriptions
by Serhiy Storchaka
· 9 years ago
e20056c
fix importing one char extension modules (closes #24328)
by Benjamin Peterson
· 9 years ago
264be6f
remove STORE_MAP, since it's unused
by Benjamin Peterson
· 9 years ago
ee85339
in dict displays, evaluate the key before the value (closes #11205)
by Benjamin Peterson
· 9 years ago
6ef0590
Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
by Yury Selivanov
· 9 years ago
55871f0
Issue #24285: fix importing extensions from packages
by Nick Coghlan
· 9 years ago
adc2fb8
Issue #24268: Fix import naming when loading extension modules. Patch by Petr Viktorin.
by Steve Dower
· 9 years ago
7689154
Issue #24268: Fixes generation of init import name on Windows.
by Steve Dower
· 9 years ago
d5cacbb
PEP 489: Multi-phase extension module initialization
by Nick Coghlan
· 9 years ago
c0937f7
Issue #24102: Fixed exception type checking in standard error handlers.
by Serhiy Storchaka
· 9 years ago
ca7fecb
Issue #24102: Fixed exception type checking in standard error handlers.
by Serhiy Storchaka
· 9 years ago
de12b79
allow test node after ** in calls (closes #24176)
by Benjamin Peterson
· 9 years ago
183a941
Issue #24192: Fix namespace package imports.
by Eric Snow
· 9 years ago
baaadbf
Issue 24017: fix for "async with" refcounting
by Nick Coghlan
· 9 years ago
baa2e56
use our normal bracing style
by Benjamin Peterson
· 9 years ago
1dde177
Issue #24017: Plug ref leak.
by Yury Selivanov
· 9 years ago
f487a00
Fix warnings for PyEval_GetCoroutineWrapper
by Yury Selivanov
· 9 years ago
7544508
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
by Yury Selivanov
· 9 years ago
8170e8c
PEP 479: Change StopIteration handling inside generators.
by Yury Selivanov
· 10 years ago
95283fb
Merge 3.4
by Benjamin Peterson
· 10 years ago
9e77f72
shorten capsule name macro; it doesn't need to be so long
by Benjamin Peterson
· 10 years ago
025e9eb
PEP 448: additional unpacking generalizations (closes #2292)
by Benjamin Peterson
· 10 years ago
63a6a6f
merge 3.4 (#24096)
by Benjamin Peterson
· 10 years ago
8c59816
merge 3.3 (#24096)
by Benjamin Peterson
· 10 years ago
deff2b7
be more robust against the filters list changing under us (closes #24096)
by Benjamin Peterson
· 10 years ago
32439d6
Issue #23911: Move path-based bootstrap code to a separate frozen module.
by Eric Snow
· 10 years ago
1dfd247
remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore
by Benjamin Peterson
· 10 years ago
f789465
Silence a gcc "may be used uninitialized" compiler warning. Not true.
by Gregory P. Smith
· 10 years ago
5d0ccd2
Add missing PyAPI_FUNC macro's to the public functions as other .c files do
by Gregory P. Smith
· 10 years ago
e3f6393
Add the files missing from c9f1630cf2b1 for issue9951.
by Gregory P. Smith
· 10 years ago
51f5805
merge 3.4 (#24049)
by Benjamin Peterson
· 10 years ago
9bdd613
remove dead *-import checking code (closes #24049)
by Benjamin Peterson
· 10 years ago
247789c
Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the
by Serhiy Storchaka
· 10 years ago
1a084a8
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
by Christian Heimes
· 10 years ago
e0ac2be
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
by Christian Heimes
· 10 years ago
418fd74
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
by Christian Heimes
· 10 years ago
db46fea
Fixed error message for the "u#" format code.
by Serhiy Storchaka
· 10 years ago
d6e53da
Fixed error message for the "u#" format code.
by Serhiy Storchaka
· 10 years ago
e8e4283
Remove redundant check for tb != NULL to shut up Coverity . It has been set to Py_None a couple of lines earlier.
by Christian Heimes
· 10 years ago
4171bbe
#23949: Improve tuple unpacking error messages.
by R David Murray
· 10 years ago
89964c4
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
by Larry Hastings
· 10 years ago
f299abd
Issue #23731: Implement PEP 488.
by Brett Cannon
· 10 years ago
8fc8980
Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler.
by Steve Dower
· 10 years ago
55c1435
fix building without threads (closes #23877)
by Benjamin Peterson
· 10 years ago
92e8af6
Issue #23492: Argument Clinic now generates argument parsing code with
by Serhiy Storchaka
· 10 years ago
1009bf1
Issue #23501: Argumen Clinic now generates code into separate files by default.
by Serhiy Storchaka
· 10 years ago
13019fd
Issue #22117: Add a new _PyTime_FromSeconds() function
by Victor Stinner
· 10 years ago
1399a01
Issue #22977: Fixed formatting Windows error messages on Wine.
by Serhiy Storchaka
· 10 years ago
f41f8f9
Issue #22977: Fixed formatting Windows error messages on Wine.
by Serhiy Storchaka
· 10 years ago
97f86b8
Issue #23836: Use _Py_write_noraise() to retry on EINTR in _Py_DumpTraceback()
by Victor Stinner
· 10 years ago
6f4fae8
Issue #23836: Document functions releasing the GIL in fileutils.c
by Victor Stinner
· 10 years ago
82c3e45
Issue #23836: Add _Py_write_noraise() function
by Victor Stinner
· 10 years ago
62d1c70
Issue #22117, issue #23485: Fix _PyTime_AsMilliseconds() and
by Victor Stinner
· 10 years ago
fa09beb
Issue #23485: Add _PyTime_FromMillisecondsObject() function
by Victor Stinner
· 10 years ago
81c6df5
(Merge 3.4) Issue #22585: os.urandom() now releases the GIL when the
by Victor Stinner
· 10 years ago
9aa1331
Issue #22585: os.urandom() now releases the GIL when the getentropy() is used
by Victor Stinner
· 10 years ago
79b74ae
Issue #22181: os.urandom() now releases the GIL when the getrandom()
by Victor Stinner
· 10 years ago
45cff0c
Issue #22117: Try to fix rounding in conversion from Python double to _PyTime_t
by Victor Stinner
· 10 years ago
e134a7f
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
by Victor Stinner
· 10 years ago
a695f83
Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods
by Victor Stinner
· 10 years ago
Next »