Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
277b9752609a32d99d968e653d34f92cb03e476c
/
Include
eb698fe
Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper
by Yury Selivanov
· 9 years ago
ca82910
Issue 24365: Conditionalize PEP 489 additions to the stable ABI
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
a762af7
Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.
by Eric Snow
· 9 years ago
d8cf382
Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private
by Yury Selivanov
· 9 years ago
0969a9f
add Py_tp_finalize slot (closes #24345)
by Benjamin Peterson
· 9 years ago
61eb146
Post-release updates for Python 3.5.0b2.
by Larry Hastings
· 9 years ago
d200e0c
Version bump for Python 3.5.0b2.
by Larry Hastings
· 9 years ago
d0a0645
Issue #16991: Drop Py_ODict_GetItemId.
by Eric Snow
· 9 years ago
8c7ed01
Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance.
by Eric Snow
· 9 years ago
7aa5341
Reverting my previous commit.
by Yury Selivanov
· 9 years ago
47db717
Issue #16991: Add a C implementation of collections.OrderedDict.
by Eric Snow
· 9 years ago
0938d98
merge 3.5
by Benjamin Peterson
· 9 years ago
264be6f
remove STORE_MAP, since it's unused
by Benjamin Peterson
· 9 years ago
ac0bffb
Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
by Yury Selivanov
· 9 years ago
6ef0590
Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
by Yury Selivanov
· 9 years ago
e998aad
Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
by Serhiy Storchaka
· 9 years ago
3028c95
Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
by Serhiy Storchaka
· 9 years ago
d0c2a20
Version bump for trunk to 3.6.0a0. Welcome to the future!
by Larry Hastings
· 9 years ago
f46aa8e
Post-release fixes for 3.5.0b1.
by Larry Hastings
· 9 years ago
205acde
Version bump for 3.5.0b1.
by Larry Hastings
· 9 years ago
11d7b14
Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stable ABI)
by Steve Dower
· 9 years ago
d5cacbb
PEP 489: Multi-phase extension module initialization
by Nick Coghlan
· 9 years ago
5cbd833
Issue #24221: Small optimizations for heapq.
by Raymond Hettinger
· 10 years ago
48e47aa
Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is
by Serhiy Storchaka
· 10 years ago
f487a00
Fix warnings for PyEval_GetCoroutineWrapper
by Yury Selivanov
· 10 years ago
7544508
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
by Yury Selivanov
· 10 years ago
8170e8c
PEP 479: Change StopIteration handling inside generators.
by Yury Selivanov
· 10 years ago
025e9eb
PEP 448: additional unpacking generalizations (closes #2292)
by Benjamin Peterson
· 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
e3f6393
Add the files missing from c9f1630cf2b1 for issue9951.
by Gregory P. Smith
· 10 years ago
1acdb95
Merge Python 3.5.0a4 release engineering commits.
by Larry Hastings
· 10 years ago
103e57a
Post-release updates for Python 3.5.0a4.
by Larry Hastings
· 10 years ago
7e9d1d1
Issue #23908: os functions now reject paths with embedded null character
by Serhiy Storchaka
· 10 years ago
55907f4
Version number bump for Python 3.5.0a4.
by Larry Hastings
· 10 years ago
dfa4e04
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
by Berker Peksag
· 10 years ago
4882cac
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
by Berker Peksag
· 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
88ed640
Issue #23834: Fix the default socket timeout
by Victor Stinner
· 10 years ago
45ec328
Removed trailing whitespaces in miscalenous files.
by Serhiy Storchaka
· 10 years ago
13019fd
Issue #22117: Add a new _PyTime_FromSeconds() function
by Victor Stinner
· 10 years ago
82c3e45
Issue #23836: Add _Py_write_noraise() function
by Victor Stinner
· 10 years ago
fa09beb
Issue #23485: Add _PyTime_FromMillisecondsObject() function
by Victor Stinner
· 10 years ago
a52f31d
Fix PY_VERSION in Include/patchlevel.h to reflect our post-3.5.0a3 state.
by Larry Hastings
· 10 years ago
09dab7a
Merge 3.5.0a3 release engineering changes back into trunk.
by Larry Hastings
· 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
bcdd777
Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps
by Victor Stinner
· 10 years ago
ea9c0dd
Issue #22117: Fix usage of _PyTime_AsTimeval()
by Victor Stinner
· 10 years ago
02d1db9
Release bump for Python 3.5.0a3.
by Larry Hastings
· 10 years ago
1bd18ba
Issue #22117: Cleanup pytime.c/.h
by Victor Stinner
· 10 years ago
09e5cf2
Issue #22117: Use the _PyTime_t API in _datetime.datetime() constructor
by Victor Stinner
· 10 years ago
02937aa
Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime
by Victor Stinner
· 10 years ago
b3b4544
Issue #22117: Use the _PyTime_t API for time.clock_settime()
by Victor Stinner
· 10 years ago
c337838
Issue #22117: Use the new _PyTime_t API in the select module
by Victor Stinner
· 10 years ago
f5faad2
Issue #22117: The thread module uses the new _PyTime_t timestamp API
by Victor Stinner
· 10 years ago
b28e916
Issue #22117: remove _PyTime_INTERVAL() macro
by Victor Stinner
· 10 years ago
95e9cef
Issue #22117: Write unit tests for _PyTime_AsTimeval()
by Victor Stinner
· 10 years ago
34dc0f4
Issue #22117: The signal modules uses the new _PyTime_t API
by Victor Stinner
· 10 years ago
a47b881
Issue #22117: time.time() now uses the new _PyTime_t API
by Victor Stinner
· 10 years ago
4bfb460
Issue #22117: time.monotonic() now uses the new _PyTime_t API
by Victor Stinner
· 10 years ago
992c43f
Issue #22117: Fix rounding in _PyTime_FromSecondsObject()
by Victor Stinner
· 10 years ago
cb29f01
Issue #22117: Add a new Python timestamp format _PyTime_t to pytime.h
by Victor Stinner
· 10 years ago
91afbb6
Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.c
by Victor Stinner
· 10 years ago
f329878
Issue #23753: Python doesn't support anymore platforms without stat() or
by Victor Stinner
· 10 years ago
efde146
Issue #23571: _Py_CheckFunctionResult() now gives the name of the function
by Victor Stinner
· 10 years ago
f402775
Removed trailing tabs.
by Serhiy Storchaka
· 10 years ago
9a8089b
Issue #23646: Enhance precision of time.sleep() and socket timeout when
by Victor Stinner
· 10 years ago
66aab0c
Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handle
by Victor Stinner
· 10 years ago
009b811
Removed unintentional trailing spaces in non-external and non-generated C files.
by Serhiy Storchaka
· 10 years ago
a555cfc
Issue #23694: Enhance _Py_open(), it now raises exceptions
by Victor Stinner
· 10 years ago
6562b29
Issue #23644: Fix issues with C++ when compiling Python extensions
by Victor Stinner
· 10 years ago
3b6d0ae
Issue #23644, #22038: Move #include <stdatomic.c> inside the extern "C" { ... }
by Victor Stinner
· 10 years ago
cfac654
Post-release changes for 3.5.0a2.
by Larry Hastings
· 10 years ago
6003ac5
Release bump for 3.5.0a2.
by Larry Hastings
· 10 years ago
4a7cc88
Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now
by Victor Stinner
· 10 years ago
d81431f
Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_invalid_parameter_handler on every thread.
by Steve Dower
· 10 years ago
06a13f8
Issue #23152: Move declarations back to posixmodule.c.
by Serhiy Storchaka
· 10 years ago
12ebbc7
Issue #23152: Move declaration into a header and exclude from stable API.
by Serhiy Storchaka
· 10 years ago
f2f373f
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows.
by Steve Dower
· 10 years ago
ce2c584
Merge 3.4 (typo)
by Victor Stinner
· 10 years ago
22fabe2
Fix typo: PyMem_Alloc => PyMem_Malloc
by Victor Stinner
· 10 years ago
f77232b
Post-release updates for Python 3.5.0a1.
by Larry Hastings
· 10 years ago
833d192
Post-release updates for Python 3.4.3rc1.
by Larry Hastings
· 10 years ago
b06f142
Release bump for 3.5.0a1.
by Larry Hastings
· 10 years ago
e552906
Version bump for 3.4.3rc1.
by Larry Hastings
· 10 years ago
3dd3e26
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
by Serhiy Storchaka
· 10 years ago
91496a0
merge
by Raymond Hettinger
· 10 years ago
c564412
Move the set search finger before the smalltable.
by Raymond Hettinger
· 10 years ago
f5324d7
Closes #22668: Merge from 3.4.
by Stefan Krah
· 10 years ago
fa5d6a5
Issue #22668: Ensure that format strings survive slicing after casting.
by Stefan Krah
· 10 years ago
a5ebbf6
Remove unneeded dummy test from the set search loop (when the hashes match we know the key is not a dummy).
by Raymond Hettinger
· 10 years ago
93035c4
Issue #23119: Simplify setobject by inlining the special case for unicode equality testing.
by Raymond Hettinger
· 10 years ago
b95b561
Issue20284: Implement PEP461
by Ethan Furman
· 10 years ago
1202a47
Issue 23261: Clean-up the hack to store the set.pop() search finger in a hash field instead of the setobject.
by Raymond Hettinger
· 10 years ago
610bc6a
merge 3.4 (#23221)
by Benjamin Peterson
· 10 years ago
82f34ad
fix instances of consecutive articles (closes #23221)
by Benjamin Peterson
· 10 years ago
4f5366e
Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for
by Victor Stinner
· 10 years ago
3f063a5
Minor comment clean-up
by Raymond Hettinger
· 10 years ago
404a45d
Neaten-up setobject.h
by Raymond Hettinger
· 10 years ago
Next »