Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
15a8728415e765f57e37f431f09e5c5821a04063
/
Python
/
bltinmodule.c
91106cd
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
by Victor Stinner
· 7 years ago
aca7f57
bpo-30950: Convert round() to Argument Clinic. (#2740)
by Serhiy Storchaka
· 7 years ago
e2f92de
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
by Serhiy Storchaka
· 7 years ago
36c1d1f
PEP 553 built-in breakpoint() function (bpo-31353) (#3355)
by Barry Warsaw
· 7 years ago
5837d04
bpo-31588: Validate return value of __prepare__() methods (GH-3764)
by Oren Milman
· 7 years ago
d393c1b
bpo-28411: Isolate PyInterpreterState.modules (#3575)
by Eric Snow
· 7 years ago
93c92f7
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
by Eric Snow
· 7 years ago
86b7afd
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
by Eric Snow
· 7 years ago
58cf748
bpo-31236: Improved some error messages of min() and max().
by Oren Milman
· 7 years ago
6969eaf
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
by Serhiy Storchaka
· 7 years ago
96c7c06
bpo-20627: Fix error message when keyword arguments are used (#2115)
by Sylvain
· 7 years ago
6cca5c8
bpo-30592: Fixed error messages for some builtins. (#1996)
by Serhiy Storchaka
· 7 years ago
2e6bb44
Add reference to help('FORMATTING') in format() builtin (GH-166)
by Amit Kumar
· 7 years ago
bf623ae
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
by Serhiy Storchaka
· 8 years ago
813f943
bpo-29838: Add asserts for checking results of sq_length and mq_length slots. (#700)
by Serhiy Storchaka
· 8 years ago
c2cf128
bpo-8256: Fixed possible failing or crashing input() (#517)
by Serhiy Storchaka
· 8 years ago
202fda5
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
by Serhiy Storchaka
· 8 years ago
72e81d0
bpo-29556: Remove unused #include <langinfo.h> (#98)
by Yen Chi Hsuan
· 8 years ago
9fa4a12
Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch.
by Serhiy Storchaka
· 8 years ago
ad94225
Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch.
by Serhiy Storchaka
· 8 years ago
3a10425
Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch.
by Serhiy Storchaka
· 8 years ago
228b12e
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
by Serhiy Storchaka
· 8 years ago
7cf8beb
Issue #29331: Simplified argument parsing in sorted() and list.sort().
by Serhiy Storchaka
· 8 years ago
299dc23
Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().
by Serhiy Storchaka
· 8 years ago
398ef5c
Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().
by Serhiy Storchaka
· 8 years ago
bd584f1
Issue #29296: convert print() to METH_FASTCALL
by INADA Naoki
· 8 years ago
5a60eca
sorted() uses METH_FASTCALL
by Victor Stinner
· 8 years ago
fda6d0a
next() uses FASTCALL
by Victor Stinner
· 8 years ago
84b388b
getattr() uses METH_FASTCALL
by Victor Stinner
· 8 years ago
773dc6d
__build_class__() builtin uses METH_FASTCALL
by Victor Stinner
· 8 years ago
bc08ab4
Add _PY_FASTCALL_SMALL_STACK constant
by Victor Stinner
· 8 years ago
f17c3de
Use _PyObject_CallNoArg()
by Victor Stinner
· 8 years ago
d77e5b7
Merge #23722 from 3.6
by Nick Coghlan
· 8 years ago
19d2467
Issue #23722: improve __classcell__ compatibility
by Nick Coghlan
· 8 years ago
de4ae3d
Backed out changeset b9c9691c72c5
by Victor Stinner
· 8 years ago
27580c1
Replace PyObject_CallFunctionObjArgs() with fastcall
by Victor Stinner
· 8 years ago
85b0f5b
Added the const qualifier to char* variables that refer to readonly internal
by Serhiy Storchaka
· 8 years ago
0651583
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
by Serhiy Storchaka
· 8 years ago
944368e
Issue #23722: Initialize __class__ from type.__new__()
by Nick Coghlan
· 8 years ago
4f29e75
Issue #24254: Drop cls.__definition_order__.
by Eric Snow
· 8 years ago
f0f1c23
Issue 27936: Fix inconsistent round() behavior between float and int
by Raymond Hettinger
· 8 years ago
cc16be8
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
by Steve Dower
· 8 years ago
3466bde
Avoid calling functions with an empty string as format string
by Victor Stinner
· 8 years ago
92a6c17
Issue #24254: Preserve class attribute definition order.
by Eric Snow
· 8 years ago
3b09cd6
Merge
by Raymond Hettinger
· 8 years ago
f74c33a
Merge
by Raymond Hettinger
· 8 years ago
7ea386e
Issue 19504: Change "customise" to "customize" American spelling.
by Raymond Hettinger
· 8 years ago
74319ae
Use Py_ssize_t type for number of arguments
by Victor Stinner
· 8 years ago
cdb5cee
Issue #27809: map_next() uses fast call
by Victor Stinner
· 8 years ago
f0cba67
Backed out changeset 70f88b097f60 (map_next)
by Victor Stinner
· 8 years ago
a9ba1ab
Issue #27809: map_next() uses fast call
by Victor Stinner
· 8 years ago
d1c2a8e
Issue #27809: builtin___build_class__() uses fast call
by Victor Stinner
· 8 years ago
463b86a
Issue #27809: Use _PyObject_FastCallDict()
by Victor Stinner
· 8 years ago
2990fa1
Issue #27809: Use _PyObject_FastCallDict()
by Victor Stinner
· 8 years ago
2954f83
- Issue #27332: Fixed the type of the first argument of module-level functions
by Serhiy Storchaka
· 8 years ago
1a2b24f
Issue #27332: Fixed the type of the first argument of module-level functions
by Serhiy Storchaka
· 8 years ago
cfdfbb4
Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs. Patch by Xiang Zhang.
by Serhiy Storchaka
· 8 years ago
24182a3
Restored parameter name "self" since gdb needs exact specific parameter names.
by Serhiy Storchaka
· 9 years ago
7a9579c
Got rid of redundand "self" parameter declarations.
by Serhiy Storchaka
· 9 years ago
2e310b4
Regenerate Argument Clinic code for issue #26874.
by Serhiy Storchaka
· 9 years ago
df07173
Regenerate Argument Clinic code for issue #26874.
by Serhiy Storchaka
· 9 years ago
5031a67
Closes #26874: Merge with 3.5
by Zachary Ware
· 9 years ago
7f227d9
Issue #26874: Simplify the divmod docstring
by Zachary Ware
· 9 years ago
54559b6
Closes #26874: Merge with 3.5
by Zachary Ware
· 9 years ago
4d4160a
Issue #26874: Fix divmod docstring
by Zachary Ware
· 9 years ago
21a663e
Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().
by Serhiy Storchaka
· 9 years ago
9513ba3
Issue #24802: Merge null termination fixes from 3.5
by Martin Panter
· 9 years ago
61d6e4a
Issue #24802: Merge null termination fixes from 3.4 into 3.5
by Martin Panter
· 9 years ago
eeb896c
Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary
by Martin Panter
· 9 years ago
5344da5
Issue #24402: Merge input() fix from 3.5
by Martin Panter
· 9 years ago
e02f8fc
Issue #24402: Merge input() fix from 3.4 into 3.5
by Martin Panter
· 9 years ago
c9a6ab5
Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun
by Martin Panter
· 9 years ago
bd5f0e8
Hoist constant expression out of the inner loop.
by Raymond Hettinger
· 9 years ago
5098b58
Make comparison more consistent
by Raymond Hettinger
· 9 years ago
501b4a7
Use PyTuple_GET_SIZE like the adjacent code does.
by Raymond Hettinger
· 9 years ago
f109414
Inline PyIter_Next() matching the other itertools code.
by Raymond Hettinger
· 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
89964c4
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
by Larry Hastings
· 10 years ago
1009bf1
Issue #23501: Argumen Clinic now generates code into separate files by default.
by Serhiy Storchaka
· 10 years ago
0c39b1b
Initialize variables to prevent GCC warnings
by Victor Stinner
· 10 years ago
3dd3e26
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
by Serhiy Storchaka
· 10 years ago
4fdb684
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
by Serhiy Storchaka
· 10 years ago
d8a1447
Issue #22215: Now ValueError is raised instead of TypeError when str or bytes
by Serhiy Storchaka
· 10 years ago
f9e227e
Issue #20184: Add signature introspection for 30 of the builtins
by Nick Coghlan
· 10 years ago
98ea54c
Issue #22156: Fix "comparison between signed and unsigned integers" compiler
by Victor Stinner
· 10 years ago
9b33872
Issue #22146: Fix typo in __build_class__ error message
by Zachary Ware
· 10 years ago
f2fb73f
Issue #19362: Tweek len() doc and docstring to expand the indicated range of
by Terry Jan Reedy
· 10 years ago
2a54582
Issue 20620: Update the min()/max() docs for the new default argument.
by Raymond Hettinger
· 10 years ago
5edbb7b
correct len signature in docstring (closes #21294)
by Benjamin Peterson
· 11 years ago
5c66189
Issue #20189: Four additional builtin types (PyTypeObject,
by Larry Hastings
· 11 years ago
d45a46b
merge 3.3 (#19910)
by Benjamin Peterson
· 11 years ago
933142a
document that compile() can take bytes (closes #19910)
by Benjamin Peterson
· 11 years ago
a4b7a75
Issue #3158: doctest can now find doctests in functions and methods
by Zachary Ware
· 11 years ago
bd303c1
Issue #19512, #19515: remove shared identifiers, move identifiers where they
by Victor Stinner
· 11 years ago
eaa2883
Issue #19512: builtin print() function uses an identifier instead of literal
by Victor Stinner
· 11 years ago
ae9f161
Issue #19512: __build_class() builtin now uses an identifier for the "metaclass" string
by Victor Stinner
· 11 years ago
0905437
Issue #19512: add some common identifiers to only create common strings once,
by Victor Stinner
· 11 years ago
b44562b
Issue #19512: eval() and exec() now use an identifier for "__builtins__" string
by Victor Stinner
· 11 years ago
41bb43a
Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle
by Victor Stinner
· 11 years ago
Next »