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-41515: Fix KeyError raised in get_type_hints (GH-25352)
Karthikeyan Singaravelan
2021-04-12
1
-0/+2
*
bpo-42904: Fix get_type_hints for class local namespaces (GH-24201)
Ken Jin
2021-04-12
1
-0/+2
*
bpo-43797: Improve syntax error for invalid comparisons (#25317)
Pablo Galindo
2021-04-12
1
-0/+2
*
bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH-...
Ethan Furman
2021-04-12
1
-0/+1
*
bpo-34311: Add locale.localize (GH-15275)
Cédric Krier
2021-04-12
1
-0/+2
*
bpo-43680: _pyio.open() becomes a static method (GH-25354)
Victor Stinner
2021-04-12
1
-0/+6
*
bpo-43723: Deprecate camelCase aliases from threading (GH-25174)
Jelle Zijlstra
2021-04-12
1
-0/+19
*
bpo-43785: Improve BZ2File performance by removing RLock (GH-25299)
Inada Naoki
2021-04-12
1
-0/+4
*
bpo-43682: Make staticmethod objects callable (GH-25117)
Victor Stinner
2021-04-11
1
-0/+2
*
bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (#24818)
Ken Jin
2021-04-11
1
-0/+3
*
Fix typo in 3.10.0a7.rst (GH-25340)
Sergey B Kirpichev
2021-04-11
1
-1/+1
*
bpo-43751: Fix anext() bug where it erroneously returned None (GH-25238)
Dennis Sweeney
2021-04-11
1
-0/+1
*
bpo-43772: Fix TypeVar.__ror__ (GH-25339)
Jelle Zijlstra
2021-04-11
1
-0/+1
*
bpo-43783: Add ParamSpecArgs/Kwargs (GH-25298)
Jelle Zijlstra
2021-04-11
1
-0/+3
*
bpo-43764: Add match_args=False parameter to dataclass decorator and to make_...
Eric V. Smith
2021-04-11
1
-0/+2
*
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Victor Stinner
2021-04-10
1
-0/+6
*
bpo-43478: Fix formatting of NEWS entry (GH-25335)
Pablo Galindo
2021-04-10
1
-1/+6
*
bpo-43798: Add source location attributes to alias (GH-25324)
Matthew Suozzo
2021-04-10
1
-0/+1
*
bpo-43739: Add type declaration Doc/extending/extending.rst example
Shreyan Avigyan
2021-04-10
1
-0/+1
*
bpo-43478: Restrict use of Mock objects as specs (GH-25326)
Matthew Suozzo
2021-04-10
1
-0/+1
*
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
Christian Heimes
2021-04-09
1
-0/+1
*
bpo-43682: @staticmethod inherits attributes (GH-25268)
Victor Stinner
2021-04-09
1
-0/+5
*
bpo-43788: Generate version specific _ssl_data.h (GH-25300)
Christian Heimes
2021-04-09
1
-0/+4
*
bpo-4379: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304)
Christian Heimes
2021-04-09
1
-0/+2
*
bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case (GH-2...
Christian Heimes
2021-04-09
1
-0/+2
*
bpo-43778: Fix Sphinx glossary_search extension (GH-25286)
Victor Stinner
2021-04-08
1
-0/+2
*
bpo-43764: Fix `__match_args__` generation logic for dataclasses (GH-25284)
Brandt Bucher
2021-04-08
1
-0/+2
*
bpo-39899: os.path.expanduser(): don't guess other Windows users' home direct...
Barney Gale
2021-04-07
1
-0/+3
*
bpo-39906: Add follow_symlinks parameter to pathlib.Path.stat() and chmod() (...
Barney Gale
2021-04-07
1
-0/+1
*
bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391)
Yeting Li
2021-04-07
1
-0/+1
*
bpo-43105: Importlib now resolves relative paths when creating module spec ob...
Steve Dower
2021-04-07
1
-0/+2
*
bpo-43567: Improved generated code refresh on Windows (GH-25120)
Steve Dower
2021-04-06
1
-0/+1
*
bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` sin...
Saiyang Gou
2021-04-06
1
-0/+3
*
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-2...
Brett Cannon
2021-04-06
1
-0/+2
*
Fix blurb for bpo-43176. (GH-25215)
Eric V. Smith
2021-04-06
1
-1/+1
*
bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213)
Steve Dower
2021-04-06
1
-0/+2
*
bpo-43683: Handle generator entry in bytecode (GH-25138)
Mark Shannon
2021-04-06
1
-0/+2
*
bpo-43176: Fix processing of empty dataclasses (GH-24484)
Iurii Kemaev
2021-04-06
1
-0/+1
*
bpo-42128: __match_args__ can't be a list anymore (GH-25203)
Brandt Bucher
2021-04-06
1
-0/+1
*
bpo-36470: Allow dataclasses.replace() to handle InitVars with default values...
Zackery Spytz
2021-04-05
1
-0/+2
*
Python 3.10.0a7
v3.10.0a7
Pablo Galindo
2021-04-05
88
-279/+983
*
bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398)
Serhiy Storchaka
2021-04-05
1
-0/+2
*
bpo-27129: Update magic numbers and bootstrapping for GH-25069 (GH-25172)
Dennis Sweeney
2021-04-04
1
-0/+1
*
bpo-43720: Update import-related stdlib deprecation messages to say they will...
Brett Cannon
2021-04-03
1
-0/+2
*
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
Brett Cannon
2021-04-02
1
-0/+1
*
bpo-24160: Fix breakpoints persistence across multiple pdb sessions (GH-21989)
Irit Katriel
2021-04-02
1
-0/+1
*
bpo-31956: Add start and stop parameters to array.index() (GH-25059)
Zackery Spytz
2021-04-02
1
-0/+2
*
bpo-43688: Support the limited C API in debug mode (GH-25131)
Victor Stinner
2021-04-02
1
-0/+13
*
bpo-26053: Fix args echoed by pdb run command (#22033)
Irit Katriel
2021-04-01
1
-0/+1
*
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and interna...
Mark Shannon
2021-04-01
1
-0/+3
[next]