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-45607: Make it possible to enrich exception displays via setting their __...
Irit Katriel
2021-12-03
1
-0/+4
*
bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)
Crowthebird
2021-12-03
1
-0/+1
*
bpo-45711: [asyncio] Normalize exceptions immediately after Fetch, before the...
Irit Katriel
2021-12-03
1
-0/+1
*
bpo-45950: Introduce Bootstrap Python again (#29859)
Christian Heimes
2021-12-03
1
-0/+4
*
bpo-45885: Specialize COMPARE_OP (GH-29734)
Dennis Sweeney
2021-12-03
1
-0/+1
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
1
-0/+3
*
bpo-45535: Improve output of Enum ``dir()`` (GH-29316)
Alex Waygood
2021-12-02
1
-0/+1
*
bpo-45711: Change exc_info related APIs to derive type and traceback from the...
Irit Katriel
2021-11-30
1
-0/+6
*
bpo-30533:Add function inspect.getmembers_static that does not call propertie...
Weipeng Hong
2021-11-30
1
-0/+2
*
bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829)
Gideon
2021-11-29
2
-0/+2
*
bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)
andrei kulakov
2021-11-29
1
-0/+2
*
bpo-45881: configure --with-freeze-module --with-build-python (GH-29835)
Christian Heimes
2021-11-29
1
-0/+2
*
bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591)
Erlend Egeberg Aasland
2021-11-29
1
-0/+2
*
bpo-40280: Emscripten systems use .wasm suffix by default (GH-29842)
Christian Heimes
2021-11-29
1
-0/+1
*
bpo-45786: Allocate space for frame in frame object. (GH-29729)
Mark Shannon
2021-11-29
1
-0/+2
*
bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)
Jakub Kulík
2021-11-29
1
-0/+2
*
bpo-40280: Disable unusable core extension modules on emscripten (GH-29834)
Erlend Egeberg Aasland
2021-11-29
1
-0/+1
*
bpo-37658: Actually return result in race condition (GH-29202)
Sam Bull
2021-11-29
1
-0/+3
*
bpo-45915: use fcntl(fd, F_GETFD) in is_valid_fd() (GH-29821)
Christian Heimes
2021-11-28
1
-0/+1
*
bpo-19460: Add test for MIMENonMultipart (GH-29817)
180909
2021-11-28
1
-0/+1
*
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-...
Irit Katriel
2021-11-27
1
-0/+1
*
bpo-42268: Fail the configure step if the selected compiler doesn't support m...
Pablo Galindo Salgado
2021-11-27
1
-0/+2
*
bpo-45876: Improve accuracy for stdev() and pstdev() in statistics (GH-29736)
Raymond Hettinger
2021-11-27
1
-0/+2
*
bpo-44530: Reverts a change to the 'code.__new__' audit event (GH-29809)
Steve Dower
2021-11-27
1
-0/+2
*
bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29587)
Ma Lin
2021-11-27
1
-0/+1
*
bpo-45901: Fixes argument passing when invoking .py files directly through th...
Steve Dower
2021-11-26
1
-0/+4
*
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
1
-0/+3
*
bpo-40280: Add configure check for socket shutdown (GH-29795)
Christian Heimes
2021-11-26
1
-0/+3
*
bpo-45866: pegen strips directory of "generated from" header (GH-29777)
Victor Stinner
2021-11-26
1
-0/+4
*
bpo-43137: webbrowser: Replace gvfs-open and gnome-open with "gio open" (GH-2...
Simon McVittie
2021-11-25
1
-0/+1
*
bpo-40280: Add wasm cross build targets (GH-29771)
Christian Heimes
2021-11-25
1
-0/+3
*
bpo-33393: Update config.guess and config.sub (GH-29781)
Christian Heimes
2021-11-25
1
-0/+3
*
bpo-41498: Fix build on platforms without sigset_t (GH-29770)
Christian Heimes
2021-11-25
1
-0/+4
*
bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if insi...
Pablo Galindo Salgado
2021-11-24
1
-0/+3
*
bpo-45881: Use CC from env first for cross building (GH-29752)
Christian Heimes
2021-11-24
1
-0/+2
*
bpo-45514: Deprecate importlib resources legacy functions. (GH-29036)
Jason R. Coombs
2021-11-24
1
-0/+1
*
bpo-45886: Allow overriding freeze command for cross compiling (GH-29735)
Christian Heimes
2021-11-24
1
-0/+2
*
bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731)
Zachary Ware
2021-11-24
1
-0/+4
*
bpo-39026: Fix Python.h when building with Xcode (GH-29488)
Victor Stinner
2021-11-23
1
-0/+2
*
bpo-45873: Get rid of bootstrap_python (#29717)
Guido van Rossum
2021-11-23
1
-0/+1
*
bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_ca… (GH-...
Miro Hrončok
2021-11-23
1
-0/+5
*
bpo-45783: Preserve file moves and deletions in the tests for the freeze tool...
Eric Snow
2021-11-23
1
-0/+1
*
bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/te...
Nikita Sobolev
2021-11-23
1
-0/+2
*
bpo-44525: Copy free variables in bytecode to allow calls to inner functions ...
Mark Shannon
2021-11-23
1
-0/+3
*
bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)
Neil Schemenauer
2021-11-23
1
-0/+1
*
bpo-42238: [doc] Announce the future removal of make suspicous. (GH-29652)
Julien Palard
2021-11-22
1
-0/+2
*
bpo-45850: Implement deep-freeze on Windows (#29648)
Guido van Rossum
2021-11-22
1
-0/+2
*
bpo-45813: Make sure that frame->generator is NULLed when generator is deallo...
Mark Shannon
2021-11-22
1
-0/+1
*
bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=...
Eric V. Smith
2021-11-22
1
-0/+2
[next]