GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
/
bltinmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum...
Miss Islington (bot)
2018-08-24
1
-0
/
+5
*
bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5488)
Miss Islington (bot)
2018-02-01
1
-3
/
+3
*
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...
Serhiy Storchaka
2018-01-25
1
-24
/
+13
*
bpo-9566: Fix size_t=>int downcast warnings (#5230)
Victor Stinner
2018-01-18
1
-2
/
+2
*
bpo-32544: Speed up hasattr() and getattr() (GH-5173)
INADA Naoki
2018-01-16
1
-10
/
+11
*
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Victor Stinner
2017-12-16
1
-3
/
+4
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
1
-6
/
+6
*
bpo-32226: Implementation of PEP 560 (core components) (#4732)
Ivan Levkivskyi
2017-12-14
1
-3
/
+92
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
1
-0
/
+3
*
bpo-30950: Convert round() to Argument Clinic. (#2740)
Serhiy Storchaka
2017-11-15
1
-19
/
+16
*
Add the const qualifier to "char *" variables that refer to literal strings. ...
Serhiy Storchaka
2017-11-11
1
-1
/
+1
*
PEP 553 built-in breakpoint() function (bpo-31353) (#3355)
Barry Warsaw
2017-10-05
1
-0
/
+23
*
bpo-31588: Validate return value of __prepare__() methods (GH-3764)
Oren Milman
2017-09-28
1
-0
/
+7
*
bpo-28411: Isolate PyInterpreterState.modules (#3575)
Eric Snow
2017-09-14
1
-1
/
+1
*
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow
2017-09-13
1
-1
/
+1
*
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow
2017-09-04
1
-1
/
+1
*
bpo-31236: Improved some error messages of min() and max().
Oren Milman
2017-08-21
1
-2
/
+3
*
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka
2017-07-03
1
-15
/
+5
*
bpo-20627: Fix error message when keyword arguments are used (#2115)
Sylvain
2017-06-15
1
-6
/
+6
*
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka
2017-06-08
1
-3
/
+3
*
Add reference to help('FORMATTING') in format() builtin (GH-166)
Amit Kumar
2017-05-29
1
-2
/
+4
*
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka
2017-04-19
1
-1
/
+2
*
bpo-29838: Add asserts for checking results of sq_length and mq_length slots....
Serhiy Storchaka
2017-04-16
1
-1
/
+3
*
bpo-8256: Fixed possible failing or crashing input() (#517)
Serhiy Storchaka
2017-03-12
1
-5
/
+16
*
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka
2017-03-12
1
-2
/
+2
*
bpo-29556: Remove unused #include <langinfo.h> (#98)
Yen Chi Hsuan
2017-02-16
1
-4
/
+0
*
Issue #26729: Fixed __text_signature__ for sorted().
Serhiy Storchaka
2017-01-23
1
-1
/
+1
|
\
|
*
Issue #26729: Fixed __text_signature__ for sorted().
Serhiy Storchaka
2017-01-23
1
-1
/
+1
|
|
\
|
|
*
Issue #26729: Fixed __text_signature__ for sorted().
Serhiy Storchaka
2017-01-23
1
-1
/
+1
*
|
|
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-4
/
+2
*
|
|
Issue #29331: Simplified argument parsing in sorted() and list.sort().
Serhiy Storchaka
2017-01-21
1
-9
/
+5
*
|
|
Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().
Serhiy Storchaka
2017-01-20
1
-1
/
+2
|
\
|
|
|
*
|
Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().
Serhiy Storchaka
2017-01-20
1
-1
/
+2
*
|
|
Issue #29296: convert print() to METH_FASTCALL
INADA Naoki
2017-01-19
1
-11
/
+11
*
|
|
sorted() uses METH_FASTCALL
Victor Stinner
2017-01-17
1
-11
/
+9
*
|
|
next() uses FASTCALL
Victor Stinner
2017-01-17
1
-3
/
+9
*
|
|
getattr() uses METH_FASTCALL
Victor Stinner
2017-01-17
1
-3
/
+8
*
|
|
__build_class__() builtin uses METH_FASTCALL
Victor Stinner
2017-01-16
1
-15
/
+9
*
|
|
Add _PY_FASTCALL_SMALL_STACK constant
Victor Stinner
2016-12-15
1
-1
/
+1
*
|
|
Use _PyObject_CallNoArg()
Victor Stinner
2016-12-06
1
-1
/
+1
*
|
|
Merge #23722 from 3.6
Nick Coghlan
2016-12-05
1
-5
/
+35
|
\
|
|
|
*
|
Issue #23722: improve __classcell__ compatibility
Nick Coghlan
2016-12-05
1
-5
/
+35
*
|
|
Backed out changeset b9c9691c72c5
Victor Stinner
2016-12-04
1
-4
/
+4
*
|
|
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
1
-4
/
+4
*
|
|
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka
2016-11-20
1
-2
/
+2
|
/
/
*
|
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
1
-4
/
+4
*
|
Issue #23722: Initialize __class__ from type.__new__()
Nick Coghlan
2016-09-11
1
-6
/
+4
*
|
Issue #24254: Drop cls.__definition_order__.
Eric Snow
2016-09-08
1
-1
/
+1
*
|
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower
2016-09-08
1
-3
/
+5
*
|
Avoid calling functions with an empty string as format string
Victor Stinner
2016-09-05
1
-6
/
+6
[next]