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
/
Misc
/
NEWS.d
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-44525: Specialize simple Python calls. (GH-29033)
Mark Shannon
2021-10-20
1
-0/+1
*
bpo-45474: Exclude all of marshal.h if Py_LIMITED_API is defined (GH-29061)
Petr Viktorin
2021-10-20
1
-4/+5
*
bpo-44525: Specialize ``CALL_FUNCTION`` for C function calls (GH-26934)
Ken Jin
2021-10-19
1
-0/+10
*
bpo-25625: add contextlib.chdir (GH-28271)
Filipe Laíns
2021-10-19
1
-0/+3
*
bpo-39679: Add tests for classmethod/staticmethod singledispatchmethods (GH-2...
Alex Waygood
2021-10-19
1
-0/+2
*
bpo-45494: Fix parser crash when reporting errors involving invalid continuat...
Pablo Galindo Salgado
2021-10-19
1
-0/+2
*
bpo-42174: fallback to sane values if the columns or lines are 0 in get_termi...
Filipe Laíns
2021-10-19
1
-0/+2
*
bpo-45449: add note about PEP 585 in collections.abc's documentation (GH-29047)
Filipe Laíns
2021-10-19
1
-0/+1
*
Add zoneinfo to the datetime documentation (GH-29038)
Paul Ganssle
2021-10-19
1
-0/+3
*
bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on Windows (GH-25414)
Erlend Egeberg Aasland
2021-10-19
1
-0/+1
*
bpo-45434: Only exclude <stdlib.h> in Python 3.11 limited C API (GH-29027)
Victor Stinner
2021-10-19
2
-10/+4
*
bpo-45475: Revert `__iter__` optimization for GzipFile, BZ2File, and LZMAFile...
Inada Naoki
2021-10-19
1
-0/+4
*
bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)
Victor Stinner
2021-10-18
1
-0/+3
*
bpo-45516: add protocol description to the Traversable documentation (#29039)
Filipe Laíns
2021-10-18
1
-0/+2
*
bpo-45221: Fix handling of LDFLAGS and CPPFLAGS options in setup.py (GH-29031)
andrei kulakov
2021-10-18
1
-0/+3
*
Fix contributor person name in rst files (GH-29005)
Benjamin Szőke
2021-10-17
1
-1/+1
*
bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000)
Terry Jan Reedy
2021-10-16
1
-0/+1
*
bpo-45020: Default to using frozen modules unless running from source tree. (...
Eric Snow
2021-10-16
1
-1/+1
*
bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)
Pablo Galindo Salgado
2021-10-16
1
-0/+2
*
bpo-42222: Remove deprecated support for non-integer values (GH-28983)
Raymond Hettinger
2021-10-16
1
-0/+1
*
bpo-45489: Update ForwardRef to support | operator. (GH-28991)
Dong-hee Na
2021-10-16
1
-0/+2
*
bpo-45440: Remove pymath.c fallbacks (GH-28977)
Victor Stinner
2021-10-15
1
-1/+3
*
bpo-43760: Add PyThreadState_EnterTracing() (GH-28542)
Victor Stinner
2021-10-15
1
-0/+4
*
bpo-45434: Remove Include/eval.h header file (GH-28973)
Victor Stinner
2021-10-15
1
-4/+7
*
bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)
Victor Stinner
2021-10-15
1
-0/+3
*
bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848)
Graham Inggs
2021-10-15
1
-0/+1
*
bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
Victor Stinner
2021-10-15
1
-1/+2
*
bpo-35134: Move Include/cellobject.h to Include/cpython/ (GH-28964)
Victor Stinner
2021-10-15
1
-3/+3
*
po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)
Victor Stinner
2021-10-14
1
-0/+3
*
bpo-45434: Limited Python.h no longer includes stdio.h (GH-28960)
Victor Stinner
2021-10-14
1
-0/+5
*
bpo-45474: Fix the limited C API of marshal.h (GH-28956)
Victor Stinner
2021-10-14
1
-0/+10
*
bpo-21736: Set __file__ on frozen stdlib modules. (gh-28656)
Eric Snow
2021-10-14
1
-0/+9
*
bpo-45417: [Enum] fix quadratic behavior during creation (GH-28907)
Carl Friedrich Bolz-Tereick
2021-10-14
1
-0/+2
*
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape...
Serhiy Storchaka
2021-10-14
1
-0/+2
*
bpo-45367: Specialize BINARY_MULTIPLY (GH-28727)
Dennis Sweeney
2021-10-14
1
-0/+1
*
bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" co...
Serhiy Storchaka
2021-10-14
1
-0/+2
*
bpo-45440: Require math.h isinf() to build (GH-28894)
Victor Stinner
2021-10-13
2
-0/+4
*
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner
2021-10-13
1
-2/+5
*
bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28...
Pablo Galindo Salgado
2021-10-13
1
-0/+2
*
bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765)
rtobar
2021-10-13
1
-0/+3
*
bpo-24444: fix an error in argparse help when help for an option is blank (GH...
andrei kulakov
2021-10-13
1
-0/+2
*
bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452)
Ben Hoyt
2021-10-13
1
-0/+3
*
bpo-45434: Remove pystrhex.h header file (GH-28923)
Victor Stinner
2021-10-13
1
-0/+3
*
bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
Mark Shannon
2021-10-13
1
-0/+3
*
bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)
Terry Jan Reedy
2021-10-13
1
-0/+2
*
bpo-45405: Prevent ``internal configure error`` when running ``configure`` w...
David Bohman
2021-10-13
1
-0/+2
*
bpo-45433: Do not link libpython against libcrypt (GH-28881)
Mike Gilbert
2021-10-11
1
-0/+1
*
bpo-41123: Remove Py_UNICODE_COPY() and Py_UNICODE_FILL() (GH-28887)
Victor Stinner
2021-10-11
1
-0/+4
*
bpo-45434: Python.h no longer includes <stdlib.h> (GH-28888)
Victor Stinner
2021-10-11
1
-0/+3
*
bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)
Victor Stinner
2021-10-11
1
-0/+9
[next]