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-45476: Add _Py_RVALUE() macro (GH-29860)
Victor Stinner
2021-11-30
6
-7/+11
*
bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right ...
Vishal Pandey
2021-11-30
1
-2/+2
*
Fix EncodingWarning in Tools/freeze/test/freeze.py (GH-29742)
Inada Naoki
2021-11-30
1
-2/+2
*
no-issue: remove unused import from test_graphlib.py (GH-29853)
Adrian Garcia Badaracco
2021-11-30
1
-2/+1
*
bpo-45931: Prevent Directory.Build.props/targets from leaking from directorie...
David Federman
2021-11-29
3
-2/+10
*
bpo-45653: fix test_embed on windows (GH-29814)
Kumar Aditya
2021-11-29
1
-1/+1
*
bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829)
Gideon
2021-11-29
6
-0/+26
*
bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)
andrei kulakov
2021-11-29
2
-4/+20
*
bpo-44391: Remove unused argument from a varargs call. (GH-29843)
Vinay Sajip
2021-11-29
1
-1/+1
*
bpo-45881: configure --with-freeze-module --with-build-python (GH-29835)
Christian Heimes
2021-11-29
5
-52/+202
*
bpo-45847: PY_STDLIB_MOD_SIMPLE now checks py_stdlib_not_available (GH-29844)
Christian Heimes
2021-11-29
2
-83/+608
*
bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591)
Erlend Egeberg Aasland
2021-11-29
6
-34/+64
*
bpo-40280: Emscripten systems use .wasm suffix by default (GH-29842)
Christian Heimes
2021-11-29
4
-16/+43
*
bpo-45723: Sort the grand AC_CHECK_HEADERS check (GH-29846)
Erlend Egeberg Aasland
2021-11-29
2
-30/+24
*
bpo-45847: Make socket module conditional (GH-29769)
Erlend Egeberg Aasland
2021-11-29
3
-18/+51
*
[Doc] Add info to logging cookbook about running logging socket listeners iâ€...
Vinay Sajip
2021-11-29
1
-0/+22
*
bpo-45786: Allocate space for frame in frame object. (GH-29729)
Mark Shannon
2021-11-29
12
-181/+76
*
bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)
Jakub KulÃk
2021-11-29
2
-1/+3
*
bpo-40280: Disable unusable core extension modules on emscripten (GH-29834)
Erlend Egeberg Aasland
2021-11-29
3
-0/+25
*
bpo-45847: Fix _multiprocessing on platforms without sem_open (GH-29833)
Christian Heimes
2021-11-29
4
-11/+84
*
Remove misleading comment in the AST optimizer (#29825)
Serhiy Storchaka
2021-11-29
1
-1/+0
*
bpo-37658: Actually return result in race condition (GH-29202)
Sam Bull
2021-11-29
3
-36/+13
*
bpo-45915: use fcntl(fd, F_GETFD) in is_valid_fd() (GH-29821)
Christian Heimes
2021-11-28
2
-3/+16
*
bpo-45847: Port _multiprocessing to PY_STDLIB_MOD (GH-29768)
Erlend Egeberg Aasland
2021-11-28
4
-159/+183
*
bpo-19460: Add test for MIMENonMultipart (GH-29817)
180909
2021-11-28
2
-0/+15
*
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-...
Irit Katriel
2021-11-27
4
-1/+15
*
bpo-42268: Fail the configure step if the selected compiler doesn't support m...
Pablo Galindo Salgado
2021-11-27
3
-0/+40
*
bpo-45876: Improve accuracy for stdev() and pstdev() in statistics (GH-29736)
Raymond Hettinger
2021-11-27
3
-16/+107
*
bpo-44530: Reverts a change to the 'code.__new__' audit event (GH-29809)
Steve Dower
2021-11-27
2
-4/+6
*
bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29587)
Ma Lin
2021-11-27
2
-2/+4
*
bpo-45901: Fixes argument passing when invoking .py files directly through th...
Steve Dower
2021-11-26
2
-2/+6
*
Fix markup buglet in Doc/howto/annotations.rst (#29802)
Guido van Rossum
2021-11-26
1
-1/+1
*
bpo-45866: Fix typo in the NEWS entry (GH-29798)
Victor Stinner
2021-11-26
1
-1/+1
*
bpo-40280: Move hard-coded feature checks to configure (GH-29789)
Christian Heimes
2021-11-26
5
-70/+88
*
bpo-45019: Cleanup module freezing and deepfreeze (#29772)
Kumar Aditya
2021-11-26
1
-40/+28
*
bpo-45886: Fix OOT build when srcdir has frozen module headers (GH-29793)
Christian Heimes
2021-11-26
2
-4/+6
*
bpo-40280: Add configure check for socket shutdown (GH-29795)
Christian Heimes
2021-11-26
6
-2/+15
*
bpo-45760: Remove PyNumber_InMatrixMultiply (GH-29751)
Dong-hee Na
2021-11-26
1
-29/+4
*
bpo-40280: clean and ignore .wasm files (GH-29794)
Christian Heimes
2021-11-26
2
-0/+2
*
bpo-45866: pegen strips directory of "generated from" header (GH-29777)
Victor Stinner
2021-11-26
5
-4/+12
*
bpo-40280: Use Setup.stdlib static for wasm builds (GH-29784)
Christian Heimes
2021-11-26
3
-2/+19
*
bpo-45619: documentation of execution model: clarify and update binding summa...
Arthur Milchior
2021-11-26
1
-9/+19
*
bpo-44353: Correct docstring for `NewType` (#29785)
Alex Waygood
2021-11-26
1
-1/+1
*
bpo-43137: webbrowser: Replace gvfs-open and gnome-open with "gio open" (GH-2...
Simon McVittie
2021-11-25
2
-7/+5
*
bpo-40280: Add wasm cross build targets (GH-29771)
Christian Heimes
2021-11-25
3
-4/+24
*
bpo-33393: Update config.guess and config.sub (GH-29781)
Christian Heimes
2021-11-25
4
-614/+695
*
Add missing 'await writer.drain()' call to example (GH-29162)
Sergey Kolesnikov
2021-11-25
1
-0/+1
*
bpo-45568: Actually use @asynccontextmanager in usage example (GH-29151)
Zbigniew Siciarz
2021-11-25
1
-0/+2
*
bpo-41498: Fix build on platforms without sigset_t (GH-29770)
Christian Heimes
2021-11-25
5
-18/+35
*
bpo-45711: use exc_value instead of exc_type to determine if exc_info is vali...
Irit Katriel
2021-11-25
5
-36/+93
[prev]
[next]