Clone this repo:
  1. c419af9 gh-132732: JIT: Only allow compact ints in pure evaluation (GH-136040) by Ken Jin · 87 minutes ago main
  2. 0e5d096 GH-135904: Optimize the JIT's assembly control flow (GH-135905) by Brandt Bucher · 2 hours ago
  3. 0141e7f gh-108765: fix comment about macro definitions in `_stat.c` post GH-108854 (#136027) by Lee Dogeon · 3 hours ago
  4. 1e975ae gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros (#135847) by Bénédikt Tran · 3 hours ago
  5. 065194c gh-135571: Guard `_hashlib` usage in `test_hashlib.py` (#135572) by Will Childs-Klein · 3 hours ago
  6. 731f5b8 gh-136028: Fix parsing month names containing "İ" (U+0130) in strptime() (GH-136029) by Serhiy Storchaka · 4 hours ago
  7. de0d014 gh-92266: Replace tabs with four spaces in Python files (#135983) by Hugo van Kemenade · 4 hours ago
  8. 695ab61 gh-132732: Automatically constant evaluate pure operations (GH-132733) by Ken Jin · 6 hours ago
  9. c45f4f3 gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not instantiable (GH-135981) by Serhiy Storchaka · 6 hours ago
  10. f3aec60 gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#135908) by Sergey B Kirpichev · 8 hours ago
  11. e23518f gh-136017: avoid decref in rich compare for bool objects (#136018) by Pieter Eendebak · 9 hours ago
  12. 07183eb gh-53203: Fix strptime() for %c, %x and %X formats on some locales (#135971) by Serhiy Storchaka · 10 hours ago
  13. 0c6c09b gh-135968: Add iOS binary stubs for strip (#135970) by Russell Keith-Magee · 13 hours ago
  14. 2fc68e1 gh-135551: Change how sorting picks minimum run length (#135553) by Tim Peters · 13 hours ago
  15. b38810b gh-135966: Modify iOS testbed to make app_packages a site directory (#135967) by Russell Keith-Magee · 13 hours ago
  16. 34ce192 Docs: Fix duplicate word typos (GH-135958) by Brian Schubert · 18 hours ago
  17. 58a42de gh-135995: Fix missing char in palmos encoding (#135990) by Nathan Korth · 19 hours ago
  18. 642e5df IDLE: Update NEWS2x.txt with 2.7.0 release date (#129908) by Stan Ulbrych · 21 hours ago
  19. 8594d2c gh-135927: Check _MSC_VER to define _Py_NULL macro (#135987) by Victor Stinner · 26 hours ago
  20. a4625d5 gh-91555: add warning to docs about possibility of deadlock/infinite recursion (GH-135954) by Duane Griffin · 27 hours ago