Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0f7673943a4ad633c59071b24b1f170a0df442c3
/
Include
« Previous
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
b757c83
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
by Serhiy Storchaka
· 10 years ago
92bf919
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
by Serhiy Storchaka
· 10 years ago
166ebc4
Issue #19676: Added the "namereplace" error handler.
by Serhiy Storchaka
· 10 years ago
d600951
Issue #22869: Split pythonrun into two modules
by Nick Coghlan
· 10 years ago
df4518c
Issue #22453: Removed non-documented macro PyObject_REPR().
by Serhiy Storchaka
· 10 years ago
1eba046
Issue #18637: Fixed an error in _PyNode_SizeOf declaration.
by Serhiy Storchaka
· 10 years ago
60fe569
Issue #18637: Fixed an error in _PyNode_SizeOf declaration.
by Serhiy Storchaka
· 10 years ago
4282656
Issue #22193: Fixed integer overflow error in sys.getsizeof().
by Serhiy Storchaka
· 10 years ago
030e92d
Issue #22193: Fixed integer overflow error in sys.getsizeof().
by Serhiy Storchaka
· 10 years ago
81f68a7
Issue #22453: Warn against the use of leaking macro PyObject_REPR().
by Serhiy Storchaka
· 10 years ago
b71c7dc
Issue #22591: Drop support of MS-DOS
by Victor Stinner
· 10 years ago
78184af
Issue #21715: Extracted shared complicated code in the _io module to new
by Serhiy Storchaka
· 10 years ago
e2bd2a7
Issue #21715: Extracted shared complicated code in the _io module to new
by Serhiy Storchaka
· 10 years ago
94262eb
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks.
by Antoine Pitrou
· 10 years ago
0ddbf47
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks.
by Antoine Pitrou
· 10 years ago
adeb140
Post-release changes after 3.4.2 final.
by Larry Hastings
· 10 years ago
dbb1261
Release bump for 3.4.2 final.
by Larry Hastings
· 10 years ago
0676a40
Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument.
by Antoine Pitrou
· 10 years ago
03776e3
Bump version number for 3.4.2rc1 release.
by Larry Hastings
· 10 years ago
a0f3375
Merge fix for issue #22166 from 3.4
by Nick Coghlan
· 10 years ago
8fad167
Issue #22166: clear codec caches in test_codecs
by Nick Coghlan
· 10 years ago
ae58649
Issue #22043: time.monotonic() is now always available
by Victor Stinner
· 10 years ago
5791a54
pytime.h: remove duplicated "#ifndef Py_LIMITED_API"
by Victor Stinner
· 10 years ago
0011124
Issue #22043: _PyTime_Init() now checks if the system clock works.
by Victor Stinner
· 10 years ago
121be0d
Issue #22193: Added private function _PySys_GetSizeOf() needed to implement
by Serhiy Storchaka
· 10 years ago
547d3bc
Issue #22193: Added private function _PySys_GetSizeOf() needed to implement
by Serhiy Storchaka
· 10 years ago
b349e4c
Issue #22116: C functions and methods (of the 'builtin_function_or_method' type) can now be weakref'ed. Patch by Wei Wu.
by Antoine Pitrou
· 10 years ago
f6a271a
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
by Victor Stinner
· 10 years ago
1db9e7b
Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and
by Victor Stinner
· 10 years ago
7252a6e
Issue #20179: Apply Argument Clinic to bytes and bytearray. Patch by Tal Einat.
by Martin v. Löwis
· 10 years ago
1eee8e5
Issue #21803: remove macro indirections in complexobject.h
by Antoine Pitrou
· 10 years ago
40ee301
Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified
by Victor Stinner
· 10 years ago
8c3ec53
Merge 3.4.3 release engineering changes back into 3.4.
by Larry Hastings
· 10 years ago
e287746
Post-release changes for 3.4.3.
by Larry Hastings
· 10 years ago
fc8eda5
Release bump for 3.4.3 final.
by Larry Hastings
· 10 years ago
d8f0d92
Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to
by Victor Stinner
· 10 years ago
c7ceefc
a post 3.4.1 world
by Benjamin Peterson
· 10 years ago
c12318a
merge 3.4 (#21587)
by Benjamin Peterson
· 10 years ago
1a2cf9a
remove tab (closes #21587)
by Benjamin Peterson
· 10 years ago
5c26a8a
Version bump for 3.4.1.
by Larry Hastings
· 10 years ago
2110603
Post-release version bump for 3.4.1rc1. Sorry it's late!
by Larry Hastings
· 10 years ago
45e8e2f
Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY()
by Victor Stinner
· 10 years ago
95e0b0d
Version bump for 3.4.1rc1.
by Larry Hastings
· 11 years ago
39992d3
do not expose known hash api in stable API
by Benjamin Peterson
· 11 years ago
4b74fba
Issue 21101: Internal API for dict getitem and setitem where the hash value is known.
by Raymond Hettinger
· 11 years ago
db067af
Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),
by Victor Stinner
· 11 years ago
8bdeb16
support setting fpu precision on m68k (closes #20904)
by Benjamin Peterson
· 11 years ago
02d23a2
Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py.
by Kushal Das
· 11 years ago
6283691
#11983: update comment to describe which fields are used and why.
by Andrew Kuchling
· 11 years ago
d51374e
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
by Benjamin Peterson
· 11 years ago
1d1d95b
merge 3.4
by Benjamin Peterson
· 11 years ago
Next »