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
/
Doc
/
whatsnew
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45613: Set `sqlite3.threadsafety` dynamically (GH-29227)
Erlend Egeberg Aasland
2021-11-03
1
-0/+4
*
bpo-24139: Add support for SQLite extended result codes (GH-28076)
Erlend Egeberg Aasland
2021-11-02
1
-2/+3
*
bpo-45243: Add support for setting/getting `sqlite3` connection limits (GH-28...
Erlend Egeberg Aasland
2021-11-01
1
-0/+6
*
bpo-45548: Some test modules must be built as shared libs (GH-29268)
Christian Heimes
2021-10-29
1
-0/+7
*
bpo-44511: Improve the bytecode for class and mapping patterns (GH-26922)
Brandt Bucher
2021-10-27
1
-0/+10
*
bpo-45530: speed listobject.c's unsafe_tuple_compare() (GH-29076)
Tim Peters
2021-10-25
1
-0/+7
*
bpo-44547: Make Fractions objects instances of typing.SupportsInt (GH-27851)
Mark Dickinson
2021-10-21
1
-2/+6
*
bpo-45522: Allow to disable freelists on build time (GH-29056)
Christian Heimes
2021-10-21
1
-0/+5
*
bpo-45320: Remove long-deprecated inspect methods (GH-28618)
Hugo van Kemenade
2021-10-20
1
-3/+19
*
bpo-45474: Exclude all of marshal.h if Py_LIMITED_API is defined (GH-29061)
Petr Viktorin
2021-10-20
1
-3/+6
*
bpo-40360: Make the 2to3 deprecation more obvious. (GH-29064)
Gregory P. Smith
2021-10-19
1
-3/+3
*
bpo-45434: Only exclude <stdlib.h> in Python 3.11 limited C API (GH-29027)
Victor Stinner
2021-10-19
1
-12/+4
*
bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)
Victor Stinner
2021-10-18
1
-0/+5
*
Fix contributor person name in rst files (GH-29005)
Benjamin Szőke
2021-10-17
1
-2/+2
*
bpo-45440: Remove pymath.c fallbacks (GH-28977)
Victor Stinner
2021-10-15
1
-1/+2
*
bpo-43760: Add PyThreadState_EnterTracing() (GH-28542)
Victor Stinner
2021-10-15
1
-0/+5
*
bpo-44113: Move the What's New entry to Deprecate section (GH-28974)
Victor Stinner
2021-10-15
1
-7/+7
*
bpo-45434: Remove Include/eval.h header file (GH-28973)
Victor Stinner
2021-10-15
1
-5/+5
*
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
-4/+5
*
po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)
Victor Stinner
2021-10-14
1
-0/+6
*
bpo-41710: Fix What's New Entry credit (GH-28962)
Victor Stinner
2021-10-14
1
-1/+1
*
bpo-45434: Limited Python.h no longer includes stdio.h (GH-28960)
Victor Stinner
2021-10-14
1
-0/+7
*
bpo-45474: Fix the limited C API of marshal.h (GH-28956)
Victor Stinner
2021-10-14
1
-0/+10
*
bpo-45440: Require math.h isinf() to build (GH-28894)
Victor Stinner
2021-10-13
1
-0/+8
*
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner
2021-10-13
1
-0/+3
*
bpo-45434: Remove pystrhex.h header file (GH-28923)
Victor Stinner
2021-10-13
1
-0/+4
*
bpo-45433: Do not link libpython against libcrypt (GH-28881)
Mike Gilbert
2021-10-11
1
-0/+2
*
bpo-41123: Remove Py_UNICODE_COPY() and Py_UNICODE_FILL() (GH-28887)
Victor Stinner
2021-10-11
1
-0/+5
*
bpo-45434: Python.h no longer includes <stdlib.h> (GH-28888)
Victor Stinner
2021-10-11
1
-0/+4
*
bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)
Victor Stinner
2021-10-11
1
-0/+10
*
bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)
Inada Naoki
2021-10-10
1
-0/+5
*
Fix dataclassses spelling (GH-28837)
Landon Yarrington
2021-10-09
1
-1/+1
*
Remove draft notice on the 3.10 What's new document (GH-28806)
Pablo Galindo Salgado
2021-10-07
1
-7/+0
*
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss
2021-10-05
1
-2/+2
*
bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28662)
Victor Stinner
2021-10-01
1
-0/+10
*
[docs] Use full names for time units (GH-28611)
Serhiy Storchaka
2021-09-29
2
-6/+6
*
[docs] Improve the markup of powers (GH-28598)
Serhiy Storchaka
2021-09-28
4
-14/+14
*
Fix typo in whatsnew: "ns" is 10^-9 secs and "us" is 10^-6 secs. (GH-28565)
Jörn Heissler
2021-09-28
1
-2/+2
*
bpo-21302: Add nanosleep() implementation for time.sleep() in Unix (GH-28545)
Victor Stinner
2021-09-25
1
-3/+4
*
bpo-43914: Whats New 310: add new SyntaxError attributes (GH-28558)
Terry Jan Reedy
2021-09-25
1
-1/+6
*
bpo-44019: Implement operator.call(). (GH-27888)
Antony Lee
2021-09-24
1
-0/+8
*
bpo-43760: Document PyThreadState.use_tracing removal (GH-28527)
Victor Stinner
2021-09-23
1
-0/+3
*
bpo-41137: Reorganize What's New in Python 3.11 (GH-28518)
Victor Stinner
2021-09-23
1
-78/+77
*
bpo-21302: time.sleep() uses waitable timer on Windows (GH-28483)
Victor Stinner
2021-09-22
1
-3/+8
*
bpo-45162: Remove many old deprecated unittest features (GH-28268)
Serhiy Storchaka
2021-09-17
2
-2/+23
*
bpo-5846: Deprecate obsolete methods in `unittest` (GH-28299)
Erlend Egeberg Aasland
2021-09-15
1
-0/+15
*
bpo-4356: Mention the new key arguments for the bisect module APIs in the 3.1...
Pablo Galindo Salgado
2021-09-14
1
-0/+6
*
closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336)
Benjamin Peterson
2021-09-14
1
-0/+5
*
bpo-45173 Remove configparser deprecations (GH-28292)
Hugo van Kemenade
2021-09-13
1
-0/+7
[next]