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
*
[3.13] Fix version number in use_load_tests deprecation reference (GH-119151)...
Miss Islington (bot)
2024-05-22
1
-1/+1
*
[3.13] Docs: Add central references to free-threading-related options (GH-119...
Miss Islington (bot)
2024-05-21
1
-1/+2
*
[3.13] gh-74929: PEP 667 general docs update (gh-119291)
Miss Islington (bot)
2024-05-21
1
-4/+51
*
[3.13] gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-1...
Miss Islington (bot)
2024-05-20
1
-10/+0
*
[3.13] 3.13 What's New: Add PEP 702 (GH-118922) (#119062)
Miss Islington (bot)
2024-05-15
1
-0/+3
*
gh-118209: Add Windows structured exception handling to mmap module (GH-118213)
Miss Islington (bot)
2024-05-10
1
-0/+3
*
[3.13] gh-118851: Default ctx arguments to AST constructors to Load() (GH-118...
Miss Islington (bot)
2024-05-09
1
-3/+5
*
gh-118486: Update docs for CVE-2024-4030 reference (GH-118737)
Steve Dower
2024-05-09
1
-0/+14
*
gh-118671: Updated dead ActiveState links (#118730)
trag1c
2024-05-08
1
-2/+2
*
gh-109975: Make a rough editorial pass over What's New (#118711)
T. Wouters
2024-05-07
1
-509/+542
*
gh-66410: Do not stringify arguments of Tkinter callback (GH-98592)
Serhiy Storchaka
2024-05-07
1
-0/+10
*
gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#...
Hugo van Kemenade
2024-05-07
1
-1/+1
*
gh-109653: What's new: Note improved import times for several stdlib modules ...
Alex Waygood
2024-05-07
1
-0/+9
*
gh-109975: Update 'What's New in Python 3.13' for beta (#118694)
Hugo van Kemenade
2024-05-07
1
-7/+2
*
Docs: add whatsnew for free-threading (#118679)
Sam Gross
2024-05-07
1
-0/+46
*
gh-117486: Improve behavior for user-defined AST subclasses (#118212)
Jelle Zijlstra
2024-05-06
1
-0/+6
*
gh-115119: Default to --with-system-libmpdec=yes (#118539)
Erlend E. Aasland
2024-05-06
1
-0/+5
*
gh-118271: Support more options for reading/writing images in Tkinter (GH-118...
Serhiy Storchaka
2024-05-06
1
-0/+6
*
gh-118225: Support more options for copying images in Tkinter (GH-118228)
Serhiy Storchaka
2024-05-06
1
-0/+9
*
gh-66543: Add mimetypes.guess_file_type() (GH-117258)
Serhiy Storchaka
2024-05-06
1
-0/+11
*
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka
2024-05-06
1
-0/+5
*
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado
2024-05-05
1
-0/+28
*
gh-74929: Rudimentary docs for PEP 667 (#118581)
Guido van Rossum
2024-05-05
1
-0/+5
*
GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)
Tian Gao
2024-05-05
1
-0/+6
*
gh-118131: Command-line interface for the `random` module (#118132)
Hugo van Kemenade
2024-05-05
1
-0/+6
*
gh-118518: Allow perf to work without frame pointers (#112254)
Pablo Galindo Salgado
2024-05-05
1
-0/+5
*
gh-115532 Add kde_random() to the statistic module (#118210)
Raymond Hettinger
2024-05-04
1
-1/+2
*
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra
2024-05-03
1
-0/+6
*
gh-118500: Add pdb support for zipapp (#118501)
Tian Gao
2024-05-02
1
-0/+3
*
gh-93502: Add new C-API functions to trace object creation and destruction (#...
Pablo Galindo Salgado
2024-05-02
1
-0/+5
*
gh-118216: Don't consider dotted `__future__` imports (#118267)
Crowthebird
2024-05-02
1
-0/+4
*
gh-118335: Rename --experimental-interpreter on Windows to --experimental-jit...
Guido van Rossum
2024-05-02
1
-1/+2
*
gh-117225: Document colour use in `doctest` (#118268)
Hugo van Kemenade
2024-05-01
1
-1/+15
*
gh-110850: Add PyTime_TimeRaw() function (#118394)
Victor Stinner
2024-05-01
1
-3/+9
*
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum
2024-05-01
1
-7/+23
*
gh-109975: Document crypt_r as a possible replacement of crypt (#118439)
Miro HronĨok
2024-04-30
1
-1/+4
*
gh-101100: Fix Sphinx warnings in `whatsnew/3.10.rst` (#118356)
Hugo van Kemenade
2024-04-28
1
-37/+37
*
gh-101100: Fix Sphinx warnings in `whatsnew/3.9.rst` (#118364)
Hugo van Kemenade
2024-04-28
2
-27/+27
*
gh-109118: Make comprehensions work within annotation scopes, but without inl...
Jelle Zijlstra
2024-04-28
1
-1/+3
*
bpo-32839: Add the after_info() method for Tkinter widgets (GH-5664)
Cheryl Sabella
2024-04-26
1
-0/+3
*
gh-108191: Add support of positional argument in SimpleNamespace constructor ...
Serhiy Storchaka
2024-04-24
1
-0/+8
*
gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (#118202)
Alex Waygood
2024-04-24
1
-4/+3
*
gh-95754: Better error when script shadows a standard library or third party ...
Shantanu
2024-04-23
1
-0/+34
*
gh-109118: Allow lambdas in annotation scopes in classes (#118019)
Jelle Zijlstra
2024-04-22
1
-0/+3
*
bpo-18108: Adding dir_fd and follow_symlinks keyword args to shutil.chown (GH...
tahia
2024-04-22
1
-0/+4
*
gh-115961: Add name and mode attributes for compressed file-like objects (GH-...
Serhiy Storchaka
2024-04-21
1
-0/+11
*
gh-114099: Formalize Tier 3 status of iOS (GH-118020)
Russell Keith-Magee
2024-04-21
1
-0/+16
*
gh-115775: Add whatsnew entry about __static_attributes__ (GH-117909)
Irit Katriel
2024-04-19
1
-0/+5
*
Use "Contributed by" in a couple of occurrences of 3.12 whatsnew (#118070)
Rafael Fontenelle
2024-04-19
1
-3/+3
*
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Victor Stinner
2024-04-18
1
-4/+10
[next]