• Joined on 2022-04-03
Ra synced commits to 3.11 at Rooba/cpython from mirror 2022-11-11 04:10:02 +00:00
edd92a11ab gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (GH-98437)
17f1c0ab06 GH-99183: Document behavior of count() for empty substrings (GH-99339)
Compare 2 commits »
Ra synced commits to main at Rooba/cpython from mirror 2022-11-11 04:10:02 +00:00
d26ee8a0a5 gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (#98437)
3a1dde8f29 gh-99300: Use Py_NewRef() in Objects/ directory (#99354)
1960eb005e gh-99300: Use Py_NewRef() in Objects/ directory (#99351)
584e55bd34 gh-99300: Use Py_NewRef() in Objects/ directory (#99335)
2f4af2d99c GH-99183: Document behavior of count() for empty substrings (GH-99339)
Compare 6 commits »
Ra synced commits to 3.10 at Rooba/cpython from mirror 2022-11-11 04:10:02 +00:00
5612471501 gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (GH-98437)
f7d3b18ed5 GH-99183: Document behavior of count() for empty substrings (GH-99339)
Compare 2 commits »
Ra synced commits to 3.11 at Rooba/cpython from mirror 2022-11-10 20:00:04 +00:00
0dfbb769df [3.11] gh-99277: remove older version of `get_write_buffer_limits` (GH-99280) (#99338)
c9f2177d13 gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206)
f9a68be673 [3.11] GH-99257: Check the owner's type when specializing slots (GH-99324)
1de088ca95 gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736)
Compare 4 commits »
Ra synced commits to main at Rooba/cpython from mirror 2022-11-10 20:00:04 +00:00
694cdb24a6 GH-98831: Remove all remaining DISPATCH() calls from bytecodes.c (#99271)
00ee6d506e GH-99298: Don't perform jumps before error handling (GH-99299)
c41b13d39c gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206)
f1680c3fbf gh-99277: remove older version of `get_write_buffer_limits` (#99280)
73679b13ca gh-90110: Update the C-analyzer Tool (gh-99307)
Compare 11 commits »
Ra synced commits to 3.9 at Rooba/cpython from mirror 2022-11-10 20:00:04 +00:00
c09dba57cf [3.9] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222) (#99230)
Ra synced commits to 3.8 at Rooba/cpython from mirror 2022-11-10 20:00:04 +00:00
82ca2839c9 [3.8] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222) (GH-99231)
Ra synced commits to 3.10 at Rooba/cpython from mirror 2022-11-10 20:00:04 +00:00
9a5ca31af0 [3.10] gh-99130: Apply bugfixes from importlib_metadata 4.11.4. (#99132)
e6f066af2e gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736)
Compare 2 commits »
Ra synced commits to 3.11 at Rooba/cpython from mirror 2022-11-10 11:50:02 +00:00
921f235367 gh-99320: remove tests for old-style class from `test_complex` (GH-99321)
Ra synced commits to main at Rooba/cpython from mirror 2022-11-10 11:50:02 +00:00
26726c7649 gh-99320: remove tests for old-style class from `test_complex` (#99321)
d6f2767997 gh-99281: [csv] remove try/except, `complex` always exists (#99282)
2e343fc465 gh-99300: Use Py_NewRef() in Python/ceval.c (#99318)
231d83b724 gh-99300: Use Py_NewRef() in Python/ directory (#99317)
d8f239d86e gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Compare 6 commits »
Ra synced commits to 3.10 at Rooba/cpython from mirror 2022-11-10 11:50:02 +00:00
ee405e3b23 gh-99320: remove tests for old-style class from `test_complex` (GH-99321)
Ra synced commits to main at Rooba/cpython from mirror 2022-11-10 03:39:58 +00:00
87f5180cd7 gh-98832: Change wording in docstring of `pathlib.Path.iterdir` (GH-98833)
283ab0e1c0 GH-99205: Mark new interpreters and threads as non-static (GH-99268)
Compare 2 commits »
Ra synced commits to 3.11 at Rooba/cpython from mirror 2022-11-10 03:39:58 +00:00
7c9c993945 GH-99205: Mark new interpreters and threads as non-static (GH-99268)
014940ac70 Update reference to the size of PyPI (GH-99076)
Compare 2 commits »
Ra synced commits to 3.11 at Rooba/cpython from mirror 2022-11-09 19:29:59 +00:00
1082890857 gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#99288)
Ra synced commits to main at Rooba/cpython from mirror 2022-11-09 19:29:59 +00:00
58ee5d8677 Update reference to the size of PyPI (#99076)
c7f5708714 GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)
6e3cc72afe GH-90699: disallow `_Py_IDENTIFIER` in core code (GH-99210)
c03e05c2e7 gh-98724: Fix Py_CLEAR() macro side effects (#99100)
Compare 4 commits »
Ra synced commits to main at Rooba/cpython from mirror 2022-11-09 11:20:01 +00:00
0124b5dd28 gh-90868: Add _PyStaticObject_CheckRefcnt() function (#99261)
f7a82cde59 CODEOWNERS: add myself to sysconfig and importlib.resources (#98851)
Compare 2 commits »
Ra synced commits to main at Rooba/cpython from mirror 2022-11-09 03:09:59 +00:00
b3bd69c1bf [Enum] Typo: fix DuplicateFreeEnum example docs (GH-99265)
2eee9d9cd7 gh-99238: clarify the type of the env dict. (#99253)
027bc7e6bb gh-94445: add compiler test for another case of excessive stack use (GH-99237)
0b4ffb08cc gh-99248: [Enum] fix negative number infinite loop (GH-99256)
Compare 4 commits »
Ra synced commits to 3.11 at Rooba/cpython from mirror 2022-11-09 03:09:59 +00:00
cf5dbb47a2 [Enum] Typo: fix DuplicateFreeEnum example docs (GH-99265)
1565db7020 gh-94445: add compiler test for another case of excessive stack use (GH-99237)
00147a84fc gh-99238: clarify the type of the env dict. (GH-99253)
4f31171e3f gh-99248: [Enum] fix negative number infinite loop (GH-99256)
Compare 4 commits »
Ra synced commits to 3.10 at Rooba/cpython from mirror 2022-11-09 03:09:59 +00:00
bec131759e gh-99238: clarify the type of the env dict. (GH-99253)
Ra synced commits to 3.10 at Rooba/cpython from mirror 2022-11-08 18:59:59 +00:00
b51c2832f0 Fix broken link in `asyncio-subprocesses` doc (GH-99214)