index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
bltinmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)
Yury Selivanov
2021-09-07
1
-1/+1
*
bpo-44856: Possible reference leak in error paths of update_bases() and __bui...
Pablo Galindo Salgado
2021-08-07
1
-22/+13
*
bpo-20201: variadic arguments support for AC (GH-18609)
Batuhan Taskaya
2021-07-16
1
-38/+42
*
bpo-43918: document signature and default argument of `anext` builtin (#25551)
Erik Welch
2021-06-22
1
-2/+5
*
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Nick Coghlan
2021-04-29
1
-5/+1
*
bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243)
Victor Stinner
2021-04-07
1
-1/+0
*
bpo-31861: Fix reference leak in builtin_anext_impl() (GH-25008)
Pablo Galindo
2021-03-24
1
-1/+4
*
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner
2021-03-24
1
-4/+4
*
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner
2021-03-23
1
-2/+3
*
bpo-31861: Add aiter and anext to builtins (#23847)
Joshua Bronson
2021-03-23
1
-0/+55
*
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner
2021-03-23
1
-2/+1
*
bpo-43575: Use PEP 590 vectorcall to speed up map() (GH-24955)
Dong-hee Na
2021-03-22
1
-2/+43
*
bpo-43244: Remove the PyAST_Validate() function (GH-24911)
Victor Stinner
2021-03-18
1
-1/+2
*
bpo-43287: Use PEP 590 vectorcall to speed up filter() (GH-24611)
Dong-hee Na
2021-03-10
1
-2/+35
*
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner
2021-02-19
1
-2/+2
*
bpo-42990: Further refactoring of PyEval_ functions. (GH-24368)
Mark Shannon
2021-02-01
1
-3/+4
*
bpo-42536: GC track recycled tuples (GH-23623)
Brandt Bucher
2020-12-05
1
-0/+5
*
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner
2020-12-01
1
-1/+1
*
bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986)
Serhiy Storchaka
2020-10-26
1
-10/+10
*
bpo-41078: Fix bltinmodule.c with Py_TRACE_REFS (GH-21058)
Victor Stinner
2020-06-22
1
-0/+1
*
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Victor Stinner
2020-06-22
1
-4/+3
*
bpo-40636: PEP 618: add strict parameter to zip() (GH-20921)
Guido van Rossum
2020-06-19
1
-8/+85
*
bpo-40471: Fix grammar typo in 'issubclass' docstring (GH-19847)
Alex Povel
2020-06-03
1
-3/+3
*
bpo-40636: Clarify the zip built-in docstring. (GH-20118)
Gregory P. Smith
2020-05-15
1
-5/+8
*
bpo-40334: Support type comments (GH-19780)
Guido van Rossum
2020-04-30
1
-5/+1
*
bpo-40334: Use old compiler when compile mode is func_type (GH-19692)
Guido van Rossum
2020-04-23
1
-1/+1
*
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Victor Stinner
2020-04-23
1
-3/+3
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
1
-0/+5
*
bpo-39562: Prevent collision of future and compiler flags (GH-19230)
Batuhan Taşkaya
2020-04-22
1
-1/+1
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
1
-1/+1
*
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Victor Stinner
2020-04-13
1
-1/+1
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
1
-8/+8
*
bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)
Victor Stinner
2020-02-07
1
-8/+8
*
bpo-39542: Declare _Py_AddToAllObjects() in pycore_object.h (GH-18368)
Victor Stinner
2020-02-05
1
-1/+2
*
Update sum comment. (#18240)
Brandt Bucher
2020-02-01
1
-1/+5
*
bpo-39200: Correct the error message for min/max builtin function (GH-17814)
Dong-hee Na
2020-01-10
1
-2/+7
*
bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)
Victor Stinner
2019-11-20
1
-4/+0
*
bpo-38644: Add _PyObject_Call() (GH-17089)
Victor Stinner
2019-11-14
1
-7/+8
*
Correct signature of __build_class__ (GH-16735)
Pablo Galindo
2019-10-13
1
-1/+1
*
Shorter docstring (GH-16322)
Raymond Hettinger
2019-09-21
1
-2/+2
*
bpo-38237: Make pow's arguments have more descriptive names and be keyword pa...
Ammar Askar
2019-09-21
1
-8/+8
*
bpo-37206: Unrepresentable default values no longer represented as None. (GH-...
Serhiy Storchaka
2019-09-14
1
-3/+3
*
bpo-36781: Optimize sum() for bools. (#13074)
Serhiy Storchaka
2019-09-10
1
-2/+2
*
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka
2019-09-01
1
-13/+7
*
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
Serhiy Storchaka
2019-09-01
1
-6/+2
*
bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592)
Sergey Fedoseev
2019-08-30
1
-4/+0
*
Adjust builtins.zip() docstring to better communicate its signature (GH-14833)
Sergey Fedoseev
2019-07-18
1
-1/+1
*
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer
2019-07-08
1
-6/+6
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
1
-5/+4
*
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower
2019-06-24
1
-0/+5
[next]