• Joined on 2022-04-03
Ra synced commits to main at Rooba/cpython from mirror 2022-11-14 13:50:06 +00:00
06d4e02c3b gh-78453: Move Unicode C API tests from test_unicode to test_capi.test_unicode (GH-99431)
3fe7d7c020 gh-99426: Use PyUnicode_FromFormat() and PyErr_Format() instead of sprintf (GH-99427)
c340cbb7f7 gh-99300: Use Py_NewRef() in Modules/ directory (#99468)
9a7e9f9921 gh-99289: Add COMPILEALL_OPTS to Makefile (#99291)
f15a0fcb1d gh-99300: Use Py_NewRef() in Modules/_datetimemodule.c (#99465)
Compare 7 commits »
Ra synced commits to main at Rooba/cpython from mirror 2022-11-14 05:40:15 +00:00
db115682bd [Enum] update version TODO comment (GH-99458)
367f552129 gh-96192: fix os.ismount() to use a path that is str or bytes (#96194)
1455c516fc gh-99300: Use Py_NewRef() in Modules/_asynciomodule.c (#99441)
Compare 3 commits »
Ra synced commits to 3.10 at Rooba/cpython from mirror 2022-11-14 05:40:15 +00:00
bc2cdfc815 [3.10] gh-92119: ctypes: Print exception class name instead of its representation (GH-98302) (#99452)
Ra synced commits to 3.11 at Rooba/cpython from mirror 2022-11-14 05:40:15 +00:00
3b8bcfc789 [Enum] update version TODO comment (GH-99458)
Ra synced commits to 3.10 at Rooba/cpython from mirror 2022-11-13 21:30:05 +00:00
14c13955c5 gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283)
Ra synced commits to 3.11 at Rooba/cpython from mirror 2022-11-13 21:30:05 +00:00
51c68cf466 [3.11] gh-98930: improve the docstring of signal.strsignal (GH-99290) (#99449)
bf76d9bd4d gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283)
72d356e358 gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an alphabetical ASCII character. (GH-99421)
eac1a63cdb [3.11] gh-98707: configure --with-system-libmpdec and --with-system-expat no longer include vendored headers (GH-98711) (#99391)
Compare 4 commits »
Ra synced commits to main at Rooba/cpython from mirror 2022-11-13 21:30:05 +00:00
f0d12ca0e0 Fix misspelling in docs for http.HTTPMethod (#99376)
88385b8564 gh-98930: improve the docstring of signal.strsignal (#99290)
343eb0f94b gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (#99283)
d329f859b9 gh-99430: Remove duplicated tests for old-styled classes (#99432)
439b9cfaf4 gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an alphabetical ASCII character. (#99421)
Compare 10 commits »
Ra synced commits to main at Rooba/cpython from mirror 2022-11-13 05:10:06 +00:00
57be545959 gh-99103: Normalize specialized traceback anchors against the current line (GH-99145)
c95f554a40 gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (#93823)
Compare 2 commits »
Ra synced commits to 3.11 at Rooba/cpython from mirror 2022-11-12 20:59:59 +00:00
edf744990e gh-99392: Fix sqlite3 converter recipes (GH-99393)
944ac46b88 [3.11] gh-99304: [Enum] clarify what constitutes a flag alias (GH-99395) (GH-99415)
ecc164f350 bpo-34272: Reorganize C API tests. (GH-8551)
Compare 3 commits »
Ra synced commits to 3.10 at Rooba/cpython from mirror 2022-11-12 20:59:59 +00:00
5324893599 gh-99392: Fix sqlite3 converter recipes (GH-99393)
535027f470 bpo-34272: Reorganize C API tests. (GH-8551)
Compare 2 commits »
Ra synced commits to main at Rooba/cpython from mirror 2022-11-12 20:59:59 +00:00
99972dc745 gh-99357: Close the event loop when it is no longer used in test_uncancel_structured_blocks (#99414)
dfc1b17a23 gh-99392: Fix sqlite3 converter recipes (#99393)
fb844e1931 gh-98762: Fix locations of match sub-patterns (GH-98775)
73a921b070 gh-99304: [Enum] clarify what constitutes a flag alias (GH-99395)
Compare 4 commits »
Ra synced commits to main at Rooba/cpython from mirror 2022-11-12 12:50:03 +00:00
504e12272b GH-81057: Remove static state from arraymodule (#99409)
aa874326d8 GH-94597: add deprecation warnings for subclassing `AbstractChildWatcher` (#99386)
Compare 2 commits »
Ra synced commits to 3.11 at Rooba/cpython from mirror 2022-11-12 04:40:02 +00:00
92b531b858 gh-80448: argparse: Fix IndexError on store_true action (GH-15656)
Ra synced commits to main at Rooba/cpython from mirror 2022-11-12 04:40:02 +00:00
e02cc6d42a gh-80448: argparse: Fix IndexError on store_true action (#15656)
7f3a4b967c gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402)
67807cfc87 gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)
55c96e8053 gh-99305: Speed up secrets.token_hex() ~2x (#99306)
f531b6879b gh-81057: Add PyInterpreterState.static_objects (gh-99397)
Compare 6 commits »
Ra synced commits to 3.10 at Rooba/cpython from mirror 2022-11-12 04:40:02 +00:00
8d27e6294b gh-80448: argparse: Fix IndexError on store_true action (GH-15656)
Ra synced commits to 3.11 at Rooba/cpython from mirror 2022-11-11 20:29:59 +00:00
d75b2e2fc8 gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)
Ra synced commits to main at Rooba/cpython from mirror 2022-11-11 20:29:59 +00:00
fe55ff3f68 gh-81057: Generate a Separate Initializer For Each Part of the Global Objects Initializer (gh-99389)
6abec1caff gh-98707: configure --with-system-libmpdec and --with-system-expat no longer include vendored headers (#98711)
8fe1a88e6a Fix typo in Tools/wasm/README.md (GH-99384)
c3c3871415 gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)
Compare 4 commits »
Ra synced commits to 3.10 at Rooba/cpython from mirror 2022-11-11 20:29:59 +00:00
ad5159b7de gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)
Ra synced commits to main at Rooba/cpython from mirror 2022-11-11 12:19:57 +00:00
3dd6ee2c00 gh-99254: remove all unused consts from code objects (GH-99255)
faf7dfa656 gh-99325: Remove unused `NameError` handling (#99326)
e00d730efe Update github CI to use OpenSSL 1.1.1s and 3.0.7. (#99364)
67b4d2772c gh-98086: Now ``patch.dict`` can decorate async functions (#98095)
97c493dd35 gh-84522: Add for-loop to apply-method-to-sequence FAQ (#94660)
Compare 5 commits »
Ra synced commits to 3.11 at Rooba/cpython from mirror 2022-11-11 12:19:57 +00:00
1119ee4f7e [3.11] GH-99298: Don't perform jumps before error handling (GH-99343)
b31b64570a gh-84522: Add for-loop to apply-method-to-sequence FAQ (GH-94660)
Compare 2 commits »