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
*
gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
Ken Jin
2022-05-03
6
-0/+53
*
gh-92206: Improve scoping of sqlite3 register cursor helper (#92212)
Erlend Egeberg Aasland
2022-05-03
3
-28/+23
*
Dependabot: only bump actions for major versions (#92186)
Hugo van Kemenade
2022-05-03
2
-3/+8
*
gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560)
Carey Metcalfe
2022-05-03
5
-3/+92
*
bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,inter...
Thomas Cellerier
2022-05-03
3
-9/+24
*
The stdev calculation is more accurate computing its own mean (#92220)
Raymond Hettinger
2022-05-03
1
-2/+1
*
gh-92169: Use warnings_helper.import_deprecated() to import deprecated module...
Hugo van Kemenade
2022-05-03
10
-41/+33
*
Fix doc warnings in What's New in 3.11 (GH-92215)
Ken Jin
2022-05-03
1
-1/+1
*
bpo-46267: Test compresslevel in gzip.compress (#30416)
Ruben Vorderman
2022-05-03
1
-0/+9
*
gh-92206: Move pysqlite_step() to Modules/_sqlite/cursor.c (#92207)
Erlend Egeberg Aasland
2022-05-03
3
-16/+14
*
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
Itai Steinherz
2022-05-02
4
-1/+57
*
gh-91621: Fix typing.get_type_hints for collections.abc.Callable (#91656)
Shantanu
2022-05-02
3
-3/+35
*
gh-84461: Add ability for multiprocessed libregrtest to use a different Pytho...
Ethan Smith
2022-05-02
3
-2/+12
*
bpo-43923: Add support for generic typing.NamedTuple (#92027)
Serhiy Storchaka
2022-05-02
5
-4/+66
*
gh-92106: Add test that subscription works on arbitrary TypedDicts (#92176)
Serhiy Storchaka
2022-05-02
1
-0/+13
*
gh-92032: Add soft keywords to rlcompleter (#92029)
kbeldan
2022-05-02
3
-2/+7
*
bpo-46586: Fix more erroneous doc links to builtins (#31429)
Meer Suri
2022-05-02
3
-3/+3
*
Delete outdated comment in logging module (#31117)
Thomas Miedema
2022-05-02
1
-2/+0
*
bpo-46285: Add command-line option -p/--protocol to module http.server (#30999)
Géry Ogam
2022-05-02
3
-9/+29
*
bpo-6686: Replace String with Bytes in xml.sax.handler documentation (#30612)
Yassir Karroum
2022-05-02
1
-1/+1
*
bpo-46547: remove leaking vars into `pydoc.Helper` namespace (#30957)
Nikita Sobolev
2022-05-02
2
-0/+2
*
importlib docs: Update importlib.abc hierarchy (#31113)
David Gilbertson
2022-05-02
1
-4/+3
*
bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (#31408)
themylogin
2022-05-02
2
-0/+4
*
Fix the closure argument to PyEval_EvalCodeEx. (GH-92175)
larryhastings
2022-05-02
2
-1/+3
*
Fix duplicate word. (GH-92182)
Benjamin Peterson
2022-05-02
1
-1/+1
*
gh-87390: Add __unpacked__ attribute to types.GenericAlias (#92059)
Jelle Zijlstra
2022-05-02
4
-0/+19
*
gh-90765: configparser test: Catch deprecation warning (#91480)
Hugo van Kemenade
2022-05-02
1
-1/+3
*
gh-90213: Speed up right shifts of negative integers (GH-30277)
Mark Dickinson
2022-05-02
3
-29/+75
*
gh-91783: Document security considerations for shutil.unpack_archive (#91844)
Sam Ezeh
2022-05-02
2
-1/+9
*
suggestions.c: Improve efficiency of levenshtein_distance method (#91835)
Pieter Eendebak
2022-05-02
1
-1/+3
*
Fix typo in turtle deprecation warning and use warnings._deprecated (#91862)
Hugo van Kemenade
2022-05-02
1
-4/+4
*
Add weakref_slot to dataclass decorator, to allow instances with slots to be ...
Eric V. Smith
2022-05-02
4
-13/+106
*
gh-92082: contextlib docs: Change aclosing from a class to a function for con...
Thaddeus1499
2022-05-02
1
-1/+1
*
gh-91276: revert the increase of dis output width (GH-92126)
Irit Katriel
2022-05-02
2
-254/+266
*
gh-88546: glob.glob docs: Make new paragraph for emphasis and reordered sente...
slateny
2022-05-02
1
-2/+5
*
gh-92128: Add `__class_getitem__` to `logging.LoggerAdapter` and `logging.Str...
Alex Waygood
2022-05-02
3
-0/+10
*
gh-92135: Fix _Py_reinterpret_cast() for const (#92138)
Victor Stinner
2022-05-02
5
-14/+62
*
concurrent.futures: Fix typo in docstring (#92121)
Yiannis Hadjicharalambous
2022-05-02
1
-1/+1
*
bpo-46907: Update Windows installer to SQLite 3.38.3. (GH-91995)
Mariusz Felisiak
2022-05-02
5
-4/+5
*
asyncio.subprocess: Fix a typo in doc (#92030)
Harsh
2022-05-02
1
-1/+1
*
Fix typo in Programming FAQ (#92083)
Matt Harding
2022-05-02
1
-1/+1
*
gh-85133: os docs: Add that getenv uses os.environ (#91874)
slateny
2022-05-02
1
-13/+21
*
gh-84714: Add behavior if dst file exists (#91867)
slateny
2022-05-02
1
-1/+2
*
gh-89301: Fix regression with bound values in traced SQLite statements (#92053)
Erlend Egeberg Aasland
2022-05-02
3
-15/+104
*
gh-88097: doc: fix link to Py_Version (#92141)
Victor Stinner
2022-05-02
1
-1/+1
*
gh-91321: Add _testcppext C++ extension (#32175)
Victor Stinner
2022-05-02
2
-0/+141
*
bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)
Serhiy Storchaka
2022-05-02
4
-32/+222
*
gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778)
Inada Naoki
2022-05-02
1
-10/+18
*
gh-90822: Make `PY_SSIZE_T_MAX` and `PY_SSIZE_T_MIN` constant expression (GH-...
Ganesh Kathiresan
2022-05-02
2
-5/+8
*
gh-92114: Improve error message for types with __class_getitem__ = None (GH-9...
Serhiy Storchaka
2022-05-02
3
-1/+12
[next]