Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
7c0a8fe
Base version of automated test marker
ShaharNaveh Aug 11, 2025
69ed76b
Remove debug code
ShaharNaveh Aug 11, 2025
dc3a6de
Add newline
ShaharNaveh Aug 11, 2025
5c09ef0
Apply RustPython patch
ShaharNaveh Aug 11, 2025
ad061b2
Convert to tool with args
ShaharNaveh Aug 20, 2025
a6f2324
Apply patch
ShaharNaveh Aug 22, 2025
302b3d1
Remove old script
ShaharNaveh Aug 22, 2025
db74d2f
Add textwrap.py
ShaharNaveh Aug 22, 2025
11694e3
ruff fmt
ShaharNaveh Aug 22, 2025
d8b4e26
Add more modules
ShaharNaveh Aug 22, 2025
2308a5a
Merge remote-tracking branch 'upstream/main' into auto-updater
ShaharNaveh Aug 25, 2025
2fb6842
Add `gen` subcommand
ShaharNaveh Aug 29, 2025
db5eb4b
Use `_generate_next_value_`
ShaharNaveh Aug 29, 2025
af1c28d
Gen & patch
ShaharNaveh Aug 30, 2025
42365d2
Remove old tool
ShaharNaveh Aug 30, 2025
fdce40b
Merge remote-tracking branch 'upstream/main' into auto-updater
ShaharNaveh Aug 30, 2025
32baa80
Revert changes under `Lib/`
ShaharNaveh Aug 30, 2025
fb7324d
Don't crash if cls renamed/moved
ShaharNaveh Aug 30, 2025
f4056ac
Update `Lib/test/test_os.py` with tool
ShaharNaveh Aug 30, 2025
4296b59
apply patch
ShaharNaveh Aug 30, 2025
e2aa220
Fix double assignment
ShaharNaveh Aug 30, 2025
74b47a0
Better args
ShaharNaveh Aug 30, 2025
51c6ad9
Update `test_list.py` as well
ShaharNaveh Aug 30, 2025
01a90ef
Less complex print
ShaharNaveh Aug 30, 2025
a0e56ae
Improve exoectedFailure match
ShaharNaveh Aug 30, 2025
43a63a8
fix list slice
ShaharNaveh Aug 30, 2025
3e2c1f1
Add __doc__ and to help
ShaharNaveh Sep 2, 2025
789cf6e
Merge remote-tracking branch 'upstream/main' into auto-updater
ShaharNaveh Sep 2, 2025
3e9872c
Update scripts/lib_updater.py
ShaharNaveh Sep 4, 2025
d0763e4
Clearer output arg
ShaharNaveh Sep 5, 2025
e00bb28
Don't crash on missing id
ShaharNaveh Sep 5, 2025
8a5875e
Merge remote-tracking branch 'upstream/main' into auto-updater
ShaharNaveh Sep 5, 2025
6c615cc
Merge remote-tracking branch 'origin/auto-updater' into auto-updater
ShaharNaveh Sep 5, 2025
c0e90cc
Fix comment regex
ShaharNaveh Sep 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add more modules
  • Loading branch information
ShaharNaveh committed Aug 22, 2025
commit d8b4e26974ab140d981dc07d4cad77c8b97fe79d
1 change: 1 addition & 0 deletions Lib/_colorize.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# upstream_version: v3.13.7
from __future__ import annotations
import io
import os
Expand Down
1 change: 1 addition & 0 deletions Lib/_ios_support.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# upstream_version: v3.13.7
import sys
try:
from ctypes import cdll, c_void_p, c_char_p, util
Expand Down
1 change: 1 addition & 0 deletions Lib/_osx_support.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# upstream_version: v3.13.7
"""Shared OS X support functions."""

import os
Expand Down
1 change: 1 addition & 0 deletions Lib/_py_abc.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# upstream_version: v3.13.7
from _weakrefset import WeakSet


Expand Down
3 changes: 2 additions & 1 deletion Lib/_pydecimal.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# upstream_version: v3.13.7
# Copyright (c) 2004 Python Software Foundation.
# All rights reserved.

Expand Down Expand Up @@ -6083,7 +6084,7 @@ def _convert_for_comparison(self, other, equality_op=False):
(?P<alt>\#)?
(?P<zeropad>0)?
(?P<minimumwidth>(?!0)\d+)?
(?P<thousands_sep>,)?
(?P<thousands_sep>[,_])?
(?:\.(?P<precision>0|(?!0)\d+))?
(?P<type>[eEfFgGn%])?
\Z
Expand Down
1 change: 1 addition & 0 deletions Lib/calendar.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# upstream_version: v3.13.7
"""Calendar printing functions

Note when comparing these calendars to the ones printed by cal(1): By
Expand Down
1 change: 1 addition & 0 deletions Lib/cmd.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# upstream_version: v3.13.7
"""A generic class to build line-oriented command interpreters.

Interpreters constructed with this class obey the following conventions:
Expand Down
1 change: 1 addition & 0 deletions Lib/colorsys.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# upstream_version: v3.13.7
"""Conversion functions between RGB and other color systems.

This modules provides two functions for each color system ABC:
Expand Down
1 change: 1 addition & 0 deletions Lib/csv.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# upstream_version: v3.13.7

r"""
CSV parsing and writing.
Expand Down
5 changes: 3 additions & 2 deletions Lib/difflib.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# upstream_version: v3.13.7
"""
Module difflib -- helpers for computing deltas between objects.

Expand Down Expand Up @@ -78,8 +79,8 @@ class SequenceMatcher:
sequences. As a rule of thumb, a .ratio() value over 0.6 means the
sequences are close matches:

>>> print(round(s.ratio(), 3))
0.866
>>> print(round(s.ratio(), 2))
0.87
>>>

If you're only interested in where the sequences match,
Expand Down
1 change: 1 addition & 0 deletions Lib/fileinput.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# upstream_version: v3.13.7
"""Helper class to quickly write a loop over all standard input files.

Typical use is:
Expand Down
1 change: 1 addition & 0 deletions Lib/keyword.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# upstream_version: v3.13.7
"""Keywords (from "Grammar/python.gram")

This file is automatically generated; please don't muck it up!
Expand Down
1 change: 1 addition & 0 deletions Lib/linecache.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# upstream_version: v3.13.7
"""Cache lines from Python source files.

This is intended to read lines from modules imported -- hence if a filename
Expand Down
1 change: 1 addition & 0 deletions Lib/netrc.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# upstream_version: v3.13.7
"""An object-oriented interface to .netrc files."""

# Module and documentation by Eric S. Raymond, 21 Dec 1998
Expand Down
1 change: 1 addition & 0 deletions Lib/ntpath.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# upstream_version: v3.13.7
# Module 'ntpath' -- common operations on WinNT/Win95 pathnames
"""Common pathname manipulations, WindowsNT/95 version.

Expand Down
1 change: 1 addition & 0 deletions Lib/operator.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# upstream_version: v3.13.7
"""
Operator Interface

Expand Down
1 change: 1 addition & 0 deletions Lib/posixpath.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# upstream_version: v3.13.7
"""Common operations on Posix pathnames.

Instead of importing this module directly, import os and refer to
Expand Down
1 change: 1 addition & 0 deletions tools/rpau/confs/Lib/_colorize.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
path = "Lib/_colorize.py"
1 change: 1 addition & 0 deletions tools/rpau/confs/Lib/_ios_support.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
path = "Lib/_ios_support.py"
1 change: 1 addition & 0 deletions tools/rpau/confs/Lib/_osx_support.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
path = "Lib/_osx_support.py"
1 change: 1 addition & 0 deletions tools/rpau/confs/Lib/_py_abc.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
path = "Lib/_py_abc.py"
1 change: 1 addition & 0 deletions tools/rpau/confs/Lib/_pydecimal.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
path = "Lib/_pydecimal.py"
1 change: 1 addition & 0 deletions tools/rpau/confs/Lib/calendar.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
path = "Lib/calendar.py"
1 change: 1 addition & 0 deletions tools/rpau/confs/Lib/cmd.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
path = "Lib/cmd.py"
1 change: 1 addition & 0 deletions tools/rpau/confs/Lib/colorsys.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
path = "Lib/colorsys.py"
1 change: 1 addition & 0 deletions tools/rpau/confs/Lib/csv.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
path = "Lib/csv.py"
1 change: 1 addition & 0 deletions tools/rpau/confs/Lib/difflib.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
path = "Lib/difflib.py"
1 change: 1 addition & 0 deletions tools/rpau/confs/Lib/fileinput.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
path = "Lib/fileinput.py"
1 change: 1 addition & 0 deletions tools/rpau/confs/Lib/keyword.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
path = "Lib/keyword.py"
1 change: 1 addition & 0 deletions tools/rpau/confs/Lib/linecache.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
path = "Lib/linecache.py"
1 change: 1 addition & 0 deletions tools/rpau/confs/Lib/netrc.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
path = "Lib/netrc.py"
1 change: 1 addition & 0 deletions tools/rpau/confs/Lib/ntpath.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
path = "Lib/ntpath.py"
1 change: 1 addition & 0 deletions tools/rpau/confs/Lib/operator.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
path = "Lib/operator.py"
1 change: 1 addition & 0 deletions tools/rpau/confs/Lib/posixpath.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
path = "Lib/posixpath.py"
Loading