[shutil] Sorting multi-line text files
|
|
3
|
194
|
September 5, 2020
|
Make http.server automatically open a page
|
|
1
|
562
|
August 31, 2020
|
Python 3.9 graphlib review
|
|
4
|
313
|
August 27, 2020
|
Why does calling next on exhausted iterators not raise an exception
|
|
3
|
464
|
August 25, 2020
|
Installing multiple versions of a package
|
|
8
|
4081
|
August 9, 2020
|
Implicit initialisation of inherited attributes
|
|
13
|
759
|
August 1, 2020
|
Have a `.realpath` classmethod in pathlib.Path
|
|
20
|
822
|
July 30, 2020
|
Support subclassing a memoryview
|
|
6
|
329
|
July 16, 2020
|
Add `asyncio.run()` function as a method of Coroutine class
|
|
1
|
330
|
July 14, 2020
|
Return as a decorator
|
|
2
|
393
|
July 8, 2020
|
Possibilities for improve pipelining syntax with new PEG parser
|
|
13
|
782
|
July 8, 2020
|
Add way to reenter previous try block
|
|
6
|
450
|
June 25, 2020
|
Adding an Abstract Base Class for Immutable types
|
|
18
|
666
|
June 8, 2020
|
Would there be any interest in a mass-conversion of cpython/Lib/ to f-strings?
|
|
3
|
361
|
June 7, 2020
|
Add a WebAssembly WASM runtime
|
|
11
|
3005
|
June 1, 2020
|
Python flag/envvar not to put current directory to sys.path (but don't ignore PYTHONPATH)
|
|
2
|
798
|
May 22, 2020
|
Compileall option to hardlink duplicate optimization levels bytecode cache files
|
|
10
|
803
|
May 14, 2020
|
Allow for positional- or keyword-only arguments in dataclasses
|
|
5
|
3931
|
May 11, 2020
|
Adding the method find() to list
|
|
9
|
531
|
May 8, 2020
|
Clean code of stdlib
|
|
13
|
712
|
May 6, 2020
|
Reduce the overhead of functools.lru_cache for functions with no parameters
|
|
19
|
2004
|
April 26, 2020
|
Switching from refcounting to libgc
|
|
37
|
2899
|
April 19, 2020
|
Removing PyGC_Head for small objects
|
|
14
|
1144
|
April 18, 2020
|
Way to run coroutine by datetime
|
|
3
|
302
|
April 18, 2020
|
What happened to PEP 543?
|
|
1
|
402
|
April 15, 2020
|
Add URI normalization functions to the urllib.parse module
|
|
2
|
907
|
April 6, 2020
|
F-string "debug" conversion
|
|
16
|
1539
|
March 31, 2020
|
Mylist.shorten(n)?
|
|
10
|
476
|
March 25, 2020
|
Found New Type of Argument for Function
|
|
0
|
286
|
March 2, 2020
|
Can we do something about the difficulty of installing compatible packages/versions?
|
|
1
|
315
|
February 20, 2020
|