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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-20408: Fix memoryview() signature in docs (GH-24431)
Mariusz Felisiak
2021-05-25
2
-9/+8
*
bpo-44231: Don't export internal _PyTuple_FromArray() symbol (GH-26352)
Erlend Egeberg Aasland
2021-05-25
1
-1/+1
*
bpo-44156: Make cached string constants in compile.c subinterpreter compatibl...
Ken Jin
2021-05-25
2
-52/+45
*
bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)
Petr Viktorin
2021-05-25
7
-7/+9
*
bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)
Victor Stinner
2021-05-25
1
-2/+2
*
bpo-44151: Various grammar, word order, and markup fixes (GH-26344)
Raymond Hettinger
2021-05-25
2
-18/+18
*
bpo-43109: Fix --with-lto configure option on macOS (GH-26341)
Ned Deily
2021-05-25
3
-6/+14
*
bpo-44151: linear_regression() minor API improvements (GH-26199)
Zack Kneupper
2021-05-25
3
-26/+26
*
bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inaccuracie...
Ken Jin
2021-05-24
2
-4/+12
*
bpo-41282: Fix broken `make install` (GH-26329)
Petr Viktorin
2021-05-24
3
-6/+31
*
bpo-44195: Use 'TraversableResources' in the docs to match the implementation...
Jason R. Coombs
2021-05-24
2
-2/+4
*
bpo-44032: Delay deletion of stack chunks until thread state is deleted. (GH-...
Mark Shannon
2021-05-24
1
-7/+7
*
Fix typo in whatsnew/3.10.rst (GH-26310)
Tushar Sadhwani
2021-05-23
1
-1/+1
*
bpo-43207: InspectLoader.is_package is not an abstract method (GH-24517)
Junnosuke Kuroda
2021-05-23
1
-1/+1
*
bpo-44210: make importlib.metadata._meta.PackageMetadata public (GH-26299)
Filipe LaĆns
2021-05-23
2
-0/+3
*
bpo-28307: Tests and fixes for optimization of C-style formatting (GH-26318)
Serhiy Storchaka
2021-05-23
2
-8/+95
*
bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298)
Pablo Galindo
2021-05-22
5
-0/+26
*
bpo-30757: Improve "How to make stand-alone binaries" FAQ (GH-26309)
Erlend Egeberg Aasland
2021-05-22
2
-10/+12
*
bpo-33809: add the TracebackException.print() method (GH-24231)
Irit Katriel
2021-05-22
4
-4/+34
*
bpo-20684: Remove unused inspect._signature_get_bound_param (GH-21100)
Anthony Sottile
2021-05-22
3
-30/+2
*
Remove effbot urls (GH-26308)
E-Paine
2021-05-22
8
-29/+5
*
Fix typo for configure.ac (GH-26305)
Dong-hee Na
2021-05-21
1
-1/+1
*
Specify Python Cookbook edition for reference (GH-26301)
Terry Jan Reedy
2021-05-21
1
-2/+2
*
bpo-40736: Improve the error message for re.search() TypeError (GH-23312)
Zackery Spytz
2021-05-21
2
-1/+8
*
bpo-44032: Fix downcast conversion in frameobject.c (GH-26291)
Pablo Galindo
2021-05-21
1
-1/+1
*
Remove duplicate words in docs. (GH-26167)
Mariusz Felisiak
2021-05-21
6
-9/+9
*
bpo-43927: Change 'IOError' to 'OSError' (GH-26289)
Terry Jan Reedy
2021-05-21
1
-1/+1
*
bpo-44180: Fix edge cases in invalid assigment rules in the parser (GH-26283)
Pablo Galindo
2021-05-21
6
-1186/+1449
*
bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)
Victor Stinner
2021-05-21
4
-4/+46
*
[doc] Fix indentation in inspect documentation (GH-24846)
Numerlor
2021-05-21
1
-4/+4
*
bpo-43643: Sync with python/importlib_resources@c17a610aad. (GH-26284)
Jason R. Coombs
2021-05-21
4
-1/+10
*
bpo-44180: Report generic syntax errors in the furthest position reached in t...
Pablo Galindo
2021-05-21
3
-1/+10
*
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon
2021-05-21
20
-250/+454
*
bpo-44150: Support optional weights parameter for fmean() (GH-26175)
Raymond Hettinger
2021-05-21
4
-9/+59
*
bpo-38671: Add test that `pathlib.Path.resolve()` returns an absolute path. (...
Barney Gale
2021-05-20
1
-0/+10
*
bpo-38820: Test with OpenSSL 3.0.0-alpha17 (#26266)
Christian Heimes
2021-05-20
2
-2/+2
*
bpo-36160: Fix test_site so that it can run independently of other tests (GH-...
native-api
2021-05-20
1
-2/+4
*
bpo-44131: Py_FrozenMain() uses PyConfig_SetBytesArgv() (GH-26201)
Victor Stinner
2021-05-20
4
-100/+51
*
Update link in SECURITY.md (GH-21320)
Marcono1234
2021-05-20
1
-3/+2
*
bpo-43693: Group the code in codeobject.c logically. (gh-26216)
Eric Snow
2021-05-19
1
-572/+622
*
[doc] Fix typo in asyncio-eventloop documentation (GH-22311)
Bruno
2021-05-19
1
-2/+2
*
bpo-40975: [doc] Identify AsyncExitStack.enter_async_context()/aclose() as co...
naglis
2021-05-19
1
-2/+2
*
bpo-26110: Document `CALL_METHOD_KW` (GH-26159)
Ken Jin
2021-05-19
2
-1/+27
*
Remove unused function in ceval.c (GH-26246)
Pablo Galindo
2021-05-19
1
-9/+0
*
Fix compiler warning for misleading guarding in the tkinter (GH-26244)
Pablo Galindo
2021-05-19
1
-6/+11
*
Fix compiler warning in the xml module (GH-26245)
Pablo Galindo
2021-05-19
1
-1/+1
*
bpo-44168: Fix error message in the parser for keyword arguments for invalid ...
Pablo Galindo
2021-05-19
4
-561/+611
*
Enable GitHub Actions on the 3.10 branch (GH-26242)
Hugo van Kemenade
2021-05-19
3
-24/+30
*
bpo-4928: Document NamedTemporaryFile non-deletion after SIGKILL (#26198)
Catherine Devlin
2021-05-19
3
-0/+8
*
bpo-43749: Ensure current exe is copied when using venv on windows (GH-25216)
Ian Norton
2021-05-19
1
-2/+3
[next]