Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
96cdbe7bc85477c82c64c448c46c2c8b533671bb
/
Include
ec39756
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
by Serhiy Storchaka
· 9 years ago
4884271
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
by Serhiy Storchaka
· 9 years ago
c86c91a
Merge typo fixes from 3.5
by Martin Panter
· 9 years ago
cc71a79
Fix typos in documentation and comments
by Martin Panter
· 9 years ago
0a85c69
Revert back to 3.6.0, buildbots do not want chocolate for 04-01
by Ned Deily
· 9 years ago
49f324f
Python 8: no pep8, no chocolate!
by Victor Stinner
· 9 years ago
228ca33
Merge 3.5 (pystate.h)
by Victor Stinner
· 9 years ago
4b8b86c
pystate.h: fix _PyThreadState_UncheckedGet()
by Victor Stinner
· 9 years ago
bd31b7c
Issue #23848: Expose _Py_DumpHexadecimal()
by Victor Stinner
· 9 years ago
ca79ccd
Issue #26588:
by Victor Stinner
· 9 years ago
f9a7115
Issue #26588: remove debug traces from _tracemalloc.
by Victor Stinner
· 9 years ago
ff9c534
Issue #26588: fix compilation on Windows
by Victor Stinner
· 9 years ago
10b73e1
Add C functions _PyTraceMalloc_Track()
by Victor Stinner
· 9 years ago
af4a1f2
fix indentation in Py_DECREF()
by Victor Stinner
· 9 years ago
914cde8
On ResourceWarning, log traceback where the object was allocated
by Victor Stinner
· 9 years ago
861d9ab
faulthandler now works in non-Python threads
by Victor Stinner
· 9 years ago
89e7cdc
Enhance and rewrite traceback dump C functions
by Victor Stinner
· 9 years ago
8a1be61
Add more checks on the GIL
by Victor Stinner
· 9 years ago
34be807
Add PYTHONMALLOC env var
by Victor Stinner
· 9 years ago
d2dc15b
Merge 3.5 (issue #25888)
by Yury Selivanov
· 9 years ago
c724bae
coroutines: Error when awaiting on coroutine that's being awaited
by Yury Selivanov
· 9 years ago
3008b1c
Issue #26304: Merge doc wording from 3.5
by Martin Panter
· 9 years ago
c04fb56
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
by Martin Panter
· 9 years ago
f2c1aa1
Add ast.Constant
by Victor Stinner
· 9 years ago
b02ef71
Use Py_uintptr_t for atomic pointers
by Victor Stinner
· 9 years ago
3cdd5fb
code_richcompare() now uses the constants types
by Victor Stinner
· 9 years ago
efb2413
code_richcompare() now uses the constants types
by Victor Stinner
· 9 years ago
dce4ae8
merge from 3.5
by Senthil Kumaran
· 9 years ago
1538b3d
issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and
by Senthil Kumaran
· 9 years ago
f3914eb
co_lnotab supports negative line number delta
by Victor Stinner
· 9 years ago
b56837a
Merge 3.5
by Victor Stinner
· 9 years ago
bfd316e
Add _PyThreadState_UncheckedGet()
by Victor Stinner
· 9 years ago
ef1585e
Issue #25923: Added more const qualifiers to signatures of static and private functions.
by Serhiy Storchaka
· 9 years ago
2d06e84
Issue #25923: Added the const qualifier to static constant arrays.
by Serhiy Storchaka
· 9 years ago
f006940
Issue #20440: Massive replacing unsafe attribute setting code with special
by Serhiy Storchaka
· 9 years ago
5a57ade
Issue #20440: Massive replacing unsafe attribute setting code with special
by Serhiy Storchaka
· 9 years ago
3987e26
Issue #25914: Fixed and simplified OrderedDict.__sizeof__.
by Serhiy Storchaka
· 9 years ago
0ce7a3a
Issue #25914: Fixed and simplified OrderedDict.__sizeof__.
by Serhiy Storchaka
· 9 years ago
e7ceef6
Issue #25701: Merge set and delete documentation from 3.5
by Martin Panter
· 9 years ago
45be8d6
Issue #25701: Document C API functions that both set and delete objects
by Martin Panter
· 9 years ago
0c6ffab
Post-release fixups for Python 3.5.1.
by Larry Hastings
· 9 years ago
ffccaa4
Version bump for 3.5.1 final.
by Larry Hastings
· 9 years ago
b4ce1fc
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
by Martin Panter
· 9 years ago
ba11daa
Post-release updates for Python 3.5.1rc1.
by Larry Hastings
· 9 years ago
6e86580
Version bump for Python 3.5.1rc1.
by Larry Hastings
· 9 years ago
fad85aa
Issue #25558: Use compile-time asserts.
by Serhiy Storchaka
· 9 years ago
f9827ea
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
by Victor Stinner
· 9 years ago
c106c68
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
by Victor Stinner
· 9 years ago
a78c795
Issue 25483: Add an opcode to make f-string formatting more robust.
by Eric V. Smith
· 9 years ago
4a7c03a
Issue #25523: Merge a-to-an corrections from 3.5.
by Serhiy Storchaka
· 9 years ago
a84f6c3
Issue #25523: Merge a-to-an corrections from 3.4.
by Serhiy Storchaka
· 9 years ago
d65c949
Issue #25523: Further a-to-an corrections.
by Serhiy Storchaka
· 9 years ago
e56a919
Issue #25523: Merge a-to-an corrections from 3.5
by Martin Panter
· 9 years ago
2eb819f
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
by Martin Panter
· 9 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 9 years ago
c5c3ba4
Add _PyBytesWriter_Resize() function
by Victor Stinner
· 9 years ago
2ec8063
Modify _PyBytes_DecodeEscapeRecode() to use _PyBytesAPI
by Victor Stinner
· 9 years ago
2bf8993
Optimize bytes.fromhex() and bytearray.fromhex()
by Victor Stinner
· 9 years ago
772b2b0
Optimize bytearray % args
by Victor Stinner
· 9 years ago
661aacc
Add use_bytearray attribute to _PyBytesWriter
by Victor Stinner
· 9 years ago
f7d2471
Merge 3.5 (sys.setrecursionlimit)
by Victor Stinner
· 9 years ago
50856d5
sys.setrecursionlimit() now raises RecursionError
by Victor Stinner
· 9 years ago
c29e29b
Relax _PyBytesWriter API
by Victor Stinner
· 9 years ago
be75b8c
Issue #25349: Optimize bytes % int
by Victor Stinner
· 9 years ago
ce179bf
Add _PyBytesWriter_WriteBytes() to factorize the code
by Victor Stinner
· 9 years ago
53926a1
_PyBytesWriter: rename size attribute to min_size
by Victor Stinner
· 9 years ago
b3653a3
Issue #25318: cleanup code _PyBytesWriter
by Victor Stinner
· 9 years ago
0016507
Issue #25318: Move _PyBytesWriter to bytesobject.c
by Victor Stinner
· 9 years ago
fdfbf78
Issue #25318: Add _PyBytesWriter API
by Victor Stinner
· 9 years ago
5dbe245
Issue #24483: C implementation of functools.lru_cache() now calculates key's
by Serhiy Storchaka
· 9 years ago
b9d98d5
Issue #24483: C implementation of functools.lru_cache() now calculates key's
by Serhiy Storchaka
· 9 years ago
ca9381e
Issue #24870: Add _PyUnicodeWriter_PrepareKind() macro
by Victor Stinner
· 9 years ago
235a6f0
Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation is still needed, I'll open an issue for that.
by Eric V. Smith
· 9 years ago
258f17c
Merge 3.5
by Victor Stinner
· 9 years ago
6df29ad
Issue #25150: Hide the private _Py_atomic_xxx symbols from the public
by Victor Stinner
· 9 years ago
9a8b177
Issue #25155: Add _PyTime_AsTimevalTime_t() function
by Victor Stinner
· 9 years ago
1e2b688
Issue #25155: Add _PyTime_AsTimevalTime_t() function
by Victor Stinner
· 9 years ago
9c51f89
Merge release engineering work from Python 3.5.0.
by Larry Hastings
· 9 years ago
82c0c69
Post-release updates for Python 3.5.0.
by Larry Hastings
· 9 years ago
f92f6c8
Version bump for Python 3.5.0 final.
by Larry Hastings
· 9 years ago
ce6aa74
Make _PyTime_RoundHalfEven() private again
by Victor Stinner
· 9 years ago
ded28e3
Merge Python 3.5.0rc4 back to hg.python.org.
by Larry Hastings
· 9 years ago
03728fa
Post-release update for Python 3.5.0rc4.
by Larry Hastings
· 9 years ago
1043f95
Version bump for Python 3.5.0rc4.
by Larry Hastings
· 9 years ago
7667f58
Issue #23517: fromtimestamp() and utcfromtimestamp() methods of
by Victor Stinner
· 9 years ago
c8c47f5
Merge heads.
by Larry Hastings
· 9 years ago
442c560
Version bump for Python 3.5.0rc3.
by Larry Hastings
· 9 years ago
2ec5587
Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest
by Victor Stinner
· 9 years ago
7447423
Issue #23517: Add "half up" rounding mode to the _PyTime API
by Victor Stinner
· 9 years ago
7f344a8
Merge 3.5
by Yury Selivanov
· 9 years ago
beaa509
docs: Better comment for tp_as_async slot
by Yury Selivanov
· 9 years ago
a51812a
Post-release updates for Python 3.5.0rc2.
by Larry Hastings
· 9 years ago
e6c6f69
Version bump for Python 3.5.0rc2.
by Larry Hastings
· 9 years ago
803502c
#21167: Fix definition of NAN when ICC used without -fp-model strict.
by R David Murray
· 9 years ago
587748e
Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict.
by R David Murray
· 9 years ago
c77088d
Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict.
by R David Murray
· 9 years ago
edbc28c
#21167: Fix definition of NAN when ICC used without -fp-model strict.
by R David Murray
· 9 years ago
2ab6ddb
Post-release bump for Python 3.5.0rc1.
by Larry Hastings
· 9 years ago
71ea65f
Release bump for Python 3.5.0rc1.
by Larry Hastings
· 9 years ago
9344bd8
Clarify comments on setentry invariants.
by Raymond Hettinger
· 9 years ago
Next »