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-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for ca...
Hakan Çelik
2022-02-16
1
-0/+1
*
Remove offsets from expected output in test.test_dis (GH-31369)
Mark Shannon
2022-02-16
1
-0/+2
*
bpo-46762: Fix an assert failure in f-strings where > or < is the last charac...
Eric V. Smith
2022-02-16
1
-0/+2
*
bpo-46730: Add more info to @property AttributeError messages (GH-31311)
Alex-Blade
2022-02-16
2
-0/+4
*
bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)
Guido van Rossum
2022-02-15
1
-0/+2
*
bpo-46737: Add default arguments to random.gauss and normalvariate (GH-31360)
Zackery Spytz
2022-02-15
1
-0/+2
*
bpo-44011: New asyncio ssl implementation (#31275)
Kumar Aditya
2022-02-15
1
-0/+2
*
bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326)
Mark Shannon
2022-02-15
1
-0/+2
*
bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
Alex Waygood
2022-02-13
1
-0/+2
*
bpo-46333: include `module` in `ForwardRef.__repr__` (#31283)
aha79
2022-02-12
1
-0/+3
*
bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022)
Cyril Jouve
2022-02-12
1
-0/+1
*
bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLPars...
Jacob Walls
2022-02-12
1
-0/+5
*
bpo-46615: Don't crash when set operations mutate the sets (GH-31120)
Dennis Sweeney
2022-02-11
1
-0/+1
*
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin
2022-02-11
1
-0/+2
*
bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)
Arie Bovenberg
2022-02-11
1
-0/+2
*
bpo-44953: Add newline at end of NEWS entry (GH-31265)
Dennis Sweeney
2022-02-10
1
-1/+1
*
bpo-44953: Add vectorcall for itemgetter and attrgetter instances (GH-27828)
Dennis Sweeney
2022-02-10
1
-0/+1
*
bpo-45923: Add `RESUME_QUICK` (GH-31244)
Brandt Bucher
2022-02-10
1
-0/+1
*
Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (...
Andrew Svetlov
2022-02-10
1
-0/+2
*
Fix sphinx-lint after #31097 and b878b3a (GH-31248)
Nikita Sobolev
2022-02-10
2
-2/+2
*
bpo-42238: [doc] moving from rstlint.py to sphinx-lint. (GH-31097)
Julien Palard
2022-02-10
2
-1/+3
*
bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH...
Pablo Galindo Salgado
2022-02-10
1
-0/+2
*
bpo-46528: Attempt SWAPs at compile-time (GH-30970)
Brandt Bucher
2022-02-09
1
-0/+2
*
bpo-46323: Reduce stack usage of ctypes python callback function. (GH-31224)
Dong-hee Na
2022-02-09
1
-0/+3
*
bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
Joshua Root
2022-02-09
1
-0/+1
*
bpo-46430: Intern strings in deep-frozen modules (GH-30683)
Kumar Aditya
2022-02-09
1
-0/+1
*
bpo-44289: Keep argument file object's current position in tarfile.is_tarfile...
Andrzej Mateja
2022-02-09
1
-0/+1
*
bpo-46556: emit `DeprecationWarning` from `pathlib.Path.__enter__()` (GH-30971)
Barney Gale
2022-02-08
1
-0/+2
*
bpo-46475: Add typing.Never and typing.assert_never (GH-30842)
Jelle Zijlstra
2022-02-08
1
-0/+2
*
bpo-46323: Use PyObject_Vectorcall while calling ctypes callback function (GH...
Dong-hee Na
2022-02-08
1
-0/+2
*
bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)
Pablo Galindo Salgado
2022-02-08
1
-0/+2
*
bpo-46675: Allow object value arrays and split key dictionaries larger than 1...
Mark Shannon
2022-02-08
1
-0/+2
*
bpo-46676: Make ParamSpec args and kwargs equal to themselves (GH-31203)
Gregory Beauregard
2022-02-08
1
-0/+1
*
bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py...
Jason Wilkes
2022-02-08
1
-0/+3
*
bpo-46659: calendar uses locale.getlocale() (GH-31166)
Victor Stinner
2022-02-07
1
-0/+4
*
bpo-46534: Implement PEP 673 Self in typing.py (GH-30924)
James Hilton-Balfe
2022-02-07
1
-0/+2
*
bpo-46638: Makes registry virtualisation setting stable when building MSIX pa...
Steve Dower
2022-02-07
1
-0/+4
*
bpo-46072: Merge dxpairs into py_stats. (GH-31197)
Mark Shannon
2022-02-07
1
-0/+2
*
bpo-46323: _ctypes.CFuncPtr fails if _argtypes_ is too long (GH-31188)
Victor Stinner
2022-02-07
1
-0/+3
*
bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)
Zackery Spytz
2022-02-07
1
-0/+1
*
bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156)
Gregory Beauregard
2022-02-06
1
-0/+1
*
bpo-46640: Py_NAN now uses the C99 NAN constant (GH-31134)
Victor Stinner
2022-02-06
1
-0/+4
*
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes
2022-02-05
1
-0/+9
*
bpo-31369: include ``RegexFlag`` in ``re.__all__`` (GH-30279)
andrei kulakov
2022-02-05
1
-0/+2
*
bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa...
Kumar Aditya
2022-02-04
1
-0/+2
*
Merge remote-tracking branch 'upstream/main'
Pablo Galindo
2022-02-03
2
-0/+2
|
\
|
*
bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
Terry Jan Reedy
2022-02-03
1
-0/+1
|
*
closes bpo-46626: Expose IP_BIND_ADDRESS_NO_PORT socket option. (GH-31106)
Benjamin Peterson
2022-02-03
1
-0/+1
*
|
Python 3.11.0a5
v3.11.0a5
Pablo Galindo
2022-02-03
96
-198/+986
|
/
*
bpo-46436: Fix command-line option -d/--directory in module http.server (GH-3...
Géry Ogam
2022-02-03
1
-0/+3
[next]