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-46611: add coverage to instance and class checks in `typing.py` (GH-31078)
Nikita Sobolev
2022-02-07
2
-16/+59
*
bpo-46670: Test if a macro is defined, not its value (GH-31178)
Victor Stinner
2022-02-07
7
-16/+16
*
bpo-46670: Define all macros for stringlib (GH-31176)
Victor Stinner
2022-02-07
10
-17/+24
*
bpo-46670: Remove unused get_frame_state() function (GH-31177)
Victor Stinner
2022-02-07
1
-9/+0
*
bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156)
Gregory Beauregard
2022-02-06
3
-1/+7
*
bpo-46659: test.support avoids locale.getdefaultlocale() (GH-31167)
Victor Stinner
2022-02-06
1
-1/+1
*
bpo-46659: Update the test on the mbcs codec alias (GH-31168)
Victor Stinner
2022-02-06
3
-19/+15
*
Add more tests for variable substitution in generics (GH-31170)
Serhiy Storchaka
2022-02-06
1
-0/+27
*
bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161)
Victor Stinner
2022-02-06
1
-0/+2
*
bpo-23952: Document cgi module's maxlen variable (GH-30338)
Hugo van Kemenade
2022-02-06
2
-0/+10
*
[doc] Enhance readability by avoiding big blocks for small numbers. (GH-31157)
Julien Palard
2022-02-06
1
-9/+3
*
bpo-46640: Py_NAN now uses the C99 NAN constant (GH-31134)
Victor Stinner
2022-02-06
3
-21/+20
*
Allows to specify the port on which serve documentation (GH-31145)
Christophe Nanteuil
2022-02-06
1
-1/+2
*
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes
2022-02-05
27
-50/+228
*
bpo-46608: Fix argument parsing in freeze_modules.py (GH-31131)
Kumar Aditya
2022-02-05
1
-10/+12
*
Fix __init_subclass__ using self instead of class (#31135)
Gregory Beauregard
2022-02-05
1
-1/+1
*
bpo-31369: include ``RegexFlag`` in ``re.__all__`` (GH-30279)
andrei kulakov
2022-02-05
3
-1/+20
*
bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa...
Kumar Aditya
2022-02-04
9
-84/+87
*
bpo-46629: Update classicAppCompat.sccd for new signing certificate (GH-31111)
Steve Dower
2022-02-04
2
-29/+42
*
Add miss stats for specialized instructions. (GH-31108)
Mark Shannon
2022-02-04
3
-31/+43
*
Optimize images by IMGbot (GH-21348)
Manish Kumar ⛄
2022-02-04
25
-1/+1
*
bpo-46588: fix typo in test_calltip.py (GH-31119)
Caio Agiani
2022-02-04
1
-1/+1
*
Merge remote-tracking branch 'upstream/main'
Pablo Galindo
2022-02-03
14
-35/+46
|
\
|
*
bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
Terry Jan Reedy
2022-02-03
3
-1/+5
|
*
bpo-45975: IDLE - Remove extraneous parens (GH-31107)
Terry Jan Reedy
2022-02-03
3
-4/+4
|
*
closes bpo-46626: Expose IP_BIND_ADDRESS_NO_PORT socket option. (GH-31106)
Benjamin Peterson
2022-02-03
2
-0/+4
|
*
Collect stats for UNPACK_SEQUENCE. (GH-31105)
Mark Shannon
2022-02-03
2
-1/+22
|
*
Pass reference to func, as well as args, when pushing frame. (GH-31100)
Mark Shannon
2022-02-03
5
-29/+11
*
|
Post 3.11.0a5
Pablo Galindo
2022-02-03
1
-1/+1
*
|
Python 3.11.0a5
v3.11.0a5
Pablo Galindo
2022-02-03
99
-238/+1035
|
/
*
bpo-46436: Fix command-line option -d/--directory in module http.server (GH-3...
Géry Ogam
2022-02-03
2
-13/+17
*
bpo-46569: [Enum] fix typo in `StrEnum` docs (GH-31007)
Nikita Sobolev
2022-02-03
1
-1/+1
*
bpo-46624: Defer to 3.12: "Remove deprecated support for non-integer values" ...
Miro Hrončok
2022-02-03
4
-51/+95
*
bpo-45885: Add more stats for COMPARE_OP in specialize.c (GH-31040)
Dennis Sweeney
2022-02-03
2
-2/+48
*
bpo-45773: Remove invalid peephole optimizations (GH-31066)
Brandt Bucher
2022-02-03
2
-2/+1
*
bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)
Zackery Spytz
2022-02-03
8
-11/+40
*
bpo-46483: Remove `__class_getitem__` from `pathlib.PurePath` (GH-30848)
Nikita Sobolev
2022-02-03
5
-14/+4
*
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
Nikita Sobolev
2022-02-03
14
-8/+21
*
Restrict use of Mock objects as specs (GH-31090)
Matthew Suozzo
2022-02-03
4
-3/+20
*
bpo-45629: Improve test.support.skip_if_buildbot (GH-31094)
Gregory P. Smith
2022-02-03
1
-4/+6
*
bpo-45975: Use walrus operator for some idlelib while loops (GH-31083)
Nick Drozd
2022-02-03
5
-24/+9
*
bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator...
Gregory P. Smith
2022-02-02
2
-0/+13
*
bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after ...
Steve Dower
2022-02-02
2
-3/+16
*
bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952)
Hugo van Kemenade
2022-02-02
5
-11/+105
*
bpo-37705: Remove orphaned PC/errmap.mak (GH-29724)
Oleg Iarygin
2022-02-02
1
-5/+0
*
bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696)
Petr Viktorin
2022-02-02
5
-9/+74
*
Add specialization stats for FOR_ITER. (GH-31079)
Mark Shannon
2022-02-02
3
-1/+74
*
bpo-45459: Add Py_buffer to limited API (GH-29991)
Christian Heimes
2022-02-02
17
-131/+308
*
bpo-43012: remove `pathlib._Accessor` (GH-25701)
Barney Gale
2022-02-02
3
-130/+78
*
bpo-46072: Add some frame stats. (GH-31060)
Mark Shannon
2022-02-02
7
-1/+16
[prev]
[next]