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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Disambiguate that -m also terminates the option list in the manpage. (GH-25100)
Julien Palard
2021-03-31
1
-1/+2
*
bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (#25110)
Victor Stinner
2021-03-31
1
-0/+2
*
Document GH-24624
Łukasz Langa
2021-03-31
1
-0/+3
*
bpo-42225: IDLE - document two unix-related problems. (#25078)
Terry Jan Reedy
2021-03-31
1
-0/+2
*
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
Ethan Furman
2021-03-31
2
-0/+7
*
bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)
Alex Prengère
2021-03-30
2
-0/+3
*
bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962)
Antoine Pitrou
2021-03-30
1
-0/+2
*
bpo-42134: Raise ImportWarning when calling find_module() in the import syste...
Brett Cannon
2021-03-30
1
-0/+1
[prev]
[next]