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
...
*
[doc] Add missing backtick. (GH-32355)
Julien Palard
2022-04-06
1
-1/+1
*
bpo-47189: What's New in 3.11: Faster CPython (GH-32235)
Ken Jin
2022-04-06
1
-7/+219
*
bpo-47061: deprecate the `aifc` module (GH-32134)
Brett Cannon
2022-04-05
1
-0/+8
*
bpo-46607: Add DeprecationWarning for LegacyInterpolation, deprecated in docs...
Hugo van Kemenade
2022-04-05
1
-0/+6
*
bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)
Erlend Egeberg Aasland
2022-04-05
1
-0/+5
*
bpo-47120: make JUMP_NO_INTERRUPT relative (GH-32221)
Irit Katriel
2022-04-05
1
-0/+2
*
bpo-47186: Replace JUMP_IF_NOT_EG_MATCH by CHECK_EG_MATCH + jump (GH-32309)
Irit Katriel
2022-04-05
1
-0/+3
*
Fix "Contributed ... in bpo-bpo-45847" (GH-32299)
Oleg Iarygin
2022-04-05
1
-1/+1
*
[doc] fix superfluous backtick in front of role. (GH-32220)
Julien Palard
2022-04-02
1
-2/+2
*
bpo-47152: Convert the re module into a package (GH-32177)
Serhiy Storchaka
2022-04-02
1
-0/+4
*
bpo-47186: Replace JUMP_IF_NOT_EXC_MATCH by CHECK_EXC_MATCH + jump (GH-32231)
Irit Katriel
2022-04-01
1
-1/+2
*
bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API (GH-...
Victor Stinner
2022-04-01
1
-0/+6
*
bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052)
Victor Stinner
2022-04-01
1
-0/+5
*
bpo-40421: Add missing getters for frame object attributes to C-API. (GH-32114)
Mark Shannon
2022-03-31
1
-4/+7
*
bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH...
Irit Katriel
2022-03-31
1
-0/+1
*
bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)
Erlend Egeberg Aasland
2022-03-31
3
-5/+11
*
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade
2022-03-30
4
-4/+4
*
bpo-35859: Fix a few long-standing bugs in re engine (GH-12427)
Ma Lin
2022-03-29
1
-0/+5
*
bpo-47098: Replace Keccak Code Package with tiny_sha3 (GH-32060)
Christian Heimes
2022-03-26
1
-0/+7
*
bpo-47095: Use libb2 to provide blake2 implementation (GH-32059)
Christian Heimes
2022-03-26
1
-0/+12
*
Fix some typos in whatsnew (GH-32098)
Kurt McKee
2022-03-25
1
-4/+4
*
bpo-42197: Don't create `f_locals` dictionary unless we actually need it. (GH...
Mark Shannon
2022-03-25
1
-1/+7
*
bpo-40465: Document random module changes in 3.11 What's new (#31818)
Tomáš Hrnčiar
2022-03-24
1
-0/+5
*
bpo-31582: Created a new documentation section describing sys.path initializa...
Russel Webber
2022-03-23
2
-3/+3
*
bpo-46836: Add Doc/c-api/frame.rst (GH-32051)
Victor Stinner
2022-03-23
1
-4/+2
*
bpo-28080: Add support for the fallback encoding in ZIP files (GH-32007)
Serhiy Storchaka
2022-03-22
1
-0/+6
*
bpo-47081: Replace "qualifiers" with "quantifiers" in the re module documenta...
Serhiy Storchaka
2022-03-22
1
-1/+1
*
bpo-433030: Add support of atomic grouping in regular expressions (GH-31982)
Serhiy Storchaka
2022-03-21
1
-0/+6
*
bpo-47066: Convert a warning about flags not at the start of the regular expr...
Serhiy Storchaka
2022-03-19
1
-0/+5
*
bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891)
Hugo van Kemenade
2022-03-18
1
-0/+5
*
bpo-45413: Define "posix_venv", "nt_venv" and "venv" sysconfig installation s...
Miro Hrončok
2022-03-18
1
-0/+32
*
bpo-46996: Remove support of Tcl/Tk < 8.5.12 (GH-31839)
Serhiy Storchaka
2022-03-17
1
-0/+3
*
bpo-31415: importtime was made by Inada Naoki (GH-31875)
Victor Stinner
2022-03-14
1
-1/+1
*
bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)
Alex Grönholm
2022-03-13
1
-0/+9
*
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
Victor Stinner
2022-03-11
1
-0/+6
*
bpo-46917: math.nan is now always available (GH-31793)
Victor Stinner
2022-03-10
1
-0/+4
*
bpo-46917: Require IEEE 754 to build Python (GH-31790)
Victor Stinner
2022-03-10
1
-0/+3
*
bpo-45138: Revert GH-28240: Expand traced SQL statements (GH-31788)
Erlend Egeberg Aasland
2022-03-09
1
-4/+0
*
bpo-46245: Add optional parameter dir_fd in shutil.rmtree() (GH-30365)
Serhiy Storchaka
2022-03-09
1
-0/+7
*
Fix 3.11 what's new formatting (GH-31763)
Ken Jin
2022-03-09
1
-4/+9
*
bpo-45138: Expand traced SQL statements in `sqlite3` trace callback (GH-28240)
Erlend Egeberg Aasland
2022-03-09
1
-0/+4
*
bpo-40059: Add tomllib (PEP-680) (GH-31498)
Taneli Hukkinen
2022-03-08
1
-1/+2
*
bpo-46864: Deprecate PyBytesObject.ob_shash. (GH-31598)
Inada Naoki
2022-03-06
1
-0/+3
*
bpo-46355: Update pythoncapi_compat project URL (GH-31670)
Victor Stinner
2022-03-03
1
-2/+2
*
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
Inada Naoki
2022-03-01
1
-0/+5
*
bpo-46852: Remove the float.__set_format__() method (GH-31585)
Victor Stinner
2022-02-25
1
-0/+6
*
bpo-46836: Move PyFrameObject to pycore_frame.h (GH-31530)
Victor Stinner
2022-02-25
1
-34/+34
*
bpo-46656: Remove Py_NO_NAN macro (GH-31160)
Victor Stinner
2022-02-25
1
-3/+5
*
bpo-46656: Building Python now requires a C11 compiler (GH-31557)
Victor Stinner
2022-02-25
1
-0/+3
*
bpo-40421: What's New in Python 3.11: PyFrameObject.f_lasti (GH-31536)
Victor Stinner
2022-02-23
1
-0/+2
[prev]
[next]