Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/3.7
/
Lib
/
lib2to3
tag
c5357fa77308a959a11a6a2771fa4b1c7dc44a62
tagger
Ned Deily <nad@python.org>
Wed Jun 28 01:40:37 2023
object
0f56adb8d74e703974811620559d96c999334547
Final head of the former 3.7 branch
96c5f5a
[3.7] bpo-36541: lib2to3: Support named assignment expressions (GH-12702) (GH-19317)
by Tim Hatch
· 5 years ago
535a3c4
bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (GH-17780)
by Miss Islington (bot)
· 6 years ago
0160a70
bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)
by Miss Skeleton (bot)
· 6 years ago
9194a20
closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather than listdir. (14942)
by Miss Islington (bot)
· 6 years ago
b2d29bf
[3.7] bpo-36766: Typos in docs and code comments (GH-13116). (GH-13136)
by penguindustin
· 6 years ago
2238139
bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569)
by Miss Islington (bot)
· 7 years ago
51dbae8
closes bpo-34515: Support non-ASCII identifiers in lib2to3. (GH-8950)
by Miss Islington (bot)
· 7 years ago
9ecbe33
Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (GH-8241)
by Miss Islington (bot)
· 7 years ago
05a72f1
bpo-21446: Update reload fixer to use importlib (GH-8391)
by Miss Islington (bot)
· 7 years ago
cf21d00
bpo-34108: Fix double carriage return in 2to3 on Windows (GH-8271) (#8275)
by Miss Islington (bot)
· 7 years ago
67067d8
bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758) (#6528)
by Miss Islington (bot)
· 7 years ago
3b3be1f
bpo-11594: Ensure line-endings are respected when using 2to3 (GH-6483)
by Miss Islington (bot)
· 7 years ago
dd6bdf6
Add support for all string literals to lib2to3 (GH-6457) (GH-6488)
by Miss Islington (bot)
· 7 years ago
a90df50
Revert "bpo-30406: Make async and await proper keywords (GH-1669)" (GH-6143)
by Miss Islington (bot)
· 7 years ago
7d0528d
lib2to3: Add more tests (GH-6101) (#6108)
by Miss Islington (bot)
· 7 years ago
b4c8871
bpo-33064: lib2to3: support trailing comma after *args and **kwargs (GH-6096) (#6097)
by Miss Islington (bot)
· 7 years ago
1e17d4a
compare with difflib not diff(1) (GH-5450)
by Benjamin Peterson
· 8 years ago
14e976e
closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242)
by Eric Appelt
· 8 years ago
e325608
remove unused import (#5040)
by Benjamin Peterson
· 8 years ago
e5f7dcc
make PatternCompiler use the packaged grammar if possible (more bpo-24960) (#5034)
by Benjamin Peterson
· 8 years ago
d11e8e0
correct wording (#4983)
by Benjamin Peterson
· 8 years ago
8a58771
bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (#4977)
by Benjamin Peterson
· 8 years ago
a489599
bpo-32046: Update 2to3 when converts operator.isCallable(obj). (#4417)
by Dong-hee Na
· 8 years ago
0a2abdf
bpo-30143: 2to3 now generates a code that uses abstract collection classes (#1262)
by Serhiy Storchaka
· 8 years ago
ac31770
bpo-30406: Make async and await proper keywords (#1669)
by Jelle Zijlstra
· 8 years ago
af810b3
closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (#3771)
by Jakub Stasiak
· 8 years ago
272d888
bpo-29783: Replace codecs.open() with io.open() (#599)
by Victor Stinner
· 8 years ago
1b9530c
bpo-23894: make lib2to3 recognize f-strings (#1733)
by Łukasz Langa
· 8 years ago
0c4aca5
Make rb'' strings work in lib2to3 (#1724)
by Łukasz Langa
· 8 years ago
2e576f5
bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263)
by Serhiy Storchaka
· 8 years ago
a6e395d
bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-1119)
by Nevada Sanchez
· 8 years ago
93b4b47
bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer', e.g. zip()[x] (#24)
by Stuart Berg
· 8 years ago
5affd23
bpo-29762: More use "raise from None". (#569)
by Serhiy Storchaka
· 8 years ago
11fa3c7
bpo-29957: change LBYL key lookup to dict.setdefault (#938)
by Michael Selik
· 8 years ago
d6debb2
bpo-29919: Remove unused imports found by pyflakes (#137)
by Victor Stinner
· 8 years ago
bdf6b91
bpo-29776: Use decorator syntax for properties. (#585)
by Serhiy Storchaka
· 8 years ago
70d28a1
Remove unused imports.
by Serhiy Storchaka
· 9 years ago
3d3e9ff
merge 3.5
by Benjamin Peterson
· 9 years ago
41fef63
rm unused import
by Benjamin Peterson
· 9 years ago
fd1df3f
Issue #28394: Merge typo fixes from 3.5 into 3.6
by Martin Panter
· 9 years ago
d2a584b
Issue #28394: Spelling and typo fixes in code comments and changelog
by Martin Panter
· 9 years ago
fc3f7d5
Remove the debug print that i accidentally left in.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 9 years ago
3a95f45
Remove the debug print that i accidentally left in.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 9 years ago
2832574
Issue #25969: Update the lib2to3 grammar to handle the unpacking
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 9 years ago
dbdf029
remove fix_callable - callable() was readded many releases ago.
by Gregory P. Smith
· 9 years ago
3b822d6
Issue #25969: Update the lib2to3 grammar to handle the unpacking
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 9 years ago
223f12c
Remove 2to3's fix_callable... We reintroduced the callable built-in
by Gregory P. Smith
· 9 years ago
fa40ca8
issue27985 - fix the incorrect duplicate class name in the lib2to3
by Gregory P. Smith
· 9 years ago
52c4e7c
Issue #28008: Implement PEP 530 -- asynchronous comprehensions.
by Yury Selivanov
· 9 years ago
f8cb8a1
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
by Yury Selivanov
· 9 years ago
9719161
Fix indentation (reindent.py).
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 9 years ago
dd1c638
lib2to3.pgen3.driver.load_grammar() now creates a stable cache file
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 9 years ago
a68c1bc
Remove legacy "from __future__ import with_statement" lines.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 9 years ago
627b755
Fix indentation (reindent.py).
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 9 years ago
0c578d6
lib2to3.pgen3.driver.load_grammar() now creates a stable cache file
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 9 years ago
64204de
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
by Serhiy Storchaka
· 9 years ago
50d4c15
Issue #27030: Merge RE fix from 3.5
by Martin Panter
· 9 years ago
d470480
Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030
by Martin Panter
· 9 years ago
3e04d5b
Issue #27076: Merge spelling from 3.5
by Martin Panter
· 9 years ago
46f5072
Issue #27076: Doc, comment and tests spelling fixes
by Martin Panter
· 9 years ago
cc20d63
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
823c626
Issue 26911: fix import (other problems remain).
by Terry Jan Reedy
· 9 years ago
ccd047e
Removed unused imports.
by Serhiy Storchaka
· 9 years ago
a6f26c1
Remove more unused imports in tests.
by Serhiy Storchaka
· 9 years ago
e437a10
Issue #23277: Remove unused imports in tests.
by Serhiy Storchaka
· 9 years ago
c7f44aa
Issue #23277: Remove more unused sys and os imports.
by Serhiy Storchaka
· 9 years ago
b6a9c97
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
by Serhiy Storchaka
· 9 years ago
6a7b3a7
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
by Serhiy Storchaka
· 9 years ago
a051bf3
Issue #26581: Use the first coding cookie on a line, not the last one.
by Serhiy Storchaka
· 9 years ago
e431d3c
Issue #26581: Use the first coding cookie on a line, not the last one.
by Serhiy Storchaka
· 9 years ago
4a7c03a
Issue #25523: Merge a-to-an corrections from 3.5.
by Serhiy Storchaka
· 10 years ago
a84f6c3
Issue #25523: Merge a-to-an corrections from 3.4.
by Serhiy Storchaka
· 10 years ago
d65c949
Issue #25523: Further a-to-an corrections.
by Serhiy Storchaka
· 10 years ago
e56a919
Issue #25523: Merge a-to-an corrections from 3.5
by Martin Panter
· 10 years ago
2eb819f
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
by Martin Panter
· 10 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 10 years ago
38d3876
Merge 3.5 (Issue #24619)
by Yury Selivanov
· 10 years ago
96ec934
Issue #24619: Simplify async/await tokenization.
by Yury Selivanov
· 10 years ago
d4f4a6d
Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.
by Robert Collins
· 10 years ago
8fb307c
Issue #24619: New approach for tokenizing async/await.
by Yury Selivanov
· 10 years ago
50c72d2
Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers.
by Berker Peksag
· 10 years ago
3a81f9b
Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers.
by Berker Peksag
· 10 years ago
7544508
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
by Yury Selivanov
· 10 years ago
bfbfc8d
Removed unintentional trailing spaces in text files.
by Serhiy Storchaka
· 10 years ago
f4b7a02
Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
by Serhiy Storchaka
· 11 years ago
82f34ad
fix instances of consecutive articles (closes #23221)
by Benjamin Peterson
· 11 years ago
db9b65d
Issue #22823: Use set literals in lib2to3.
by Serhiy Storchaka
· 11 years ago
2acbae8
Issue #22173: Update lib2to3 tests to use unittest test discovery.
by Zachary Ware
· 11 years ago
f23530f
Issue #22186: Fix typos in Lib/.
by Berker Peksag
· 11 years ago
0654be1
teach 2to3 about 'yield from'
by Benjamin Peterson
· 11 years ago
4ab92c8
add matrix multiplication operator support to 2to3
by Benjamin Peterson
· 11 years ago
8f8ec92
Issue #19936: Added executable bits or shebang lines to Python scripts which
by Serhiy Storchaka
· 12 years ago
b992a0e
Issue #19936: Added executable bits or shebang lines to Python scripts which
by Serhiy Storchaka
· 12 years ago
7282ff6
Issue #18960: Fix bugs with Python source code encoding in the second line.
by Serhiy Storchaka
· 12 years ago
768c16c
Issue #18960: Fix bugs with Python source code encoding in the second line.
by Serhiy Storchaka
· 12 years ago
20719ac
#19943: merge with 3.3.
by Ezio Melotti
· 12 years ago
d082b68
#19943: fix typo noticed by Jakub Wilk.
by Ezio Melotti
· 12 years ago
5833c00
#19620: merge with 3.3.
by Ezio Melotti
· 12 years ago
4bcc796
#19620: Fix typo in docstring (noticed by Christopher Welborn).
by Ezio Melotti
· 12 years ago
6bdd986
#10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods.
by Ezio Melotti
· 12 years ago
Next »