Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b4bdecd0fc9112b60a81fec171bc78bc13f2f59c
/
Lib
/
lib2to3
4011d86
bpo-23896: Add a grammar where exec isn't a stmt (#13272)
by Batuhan Taşkaya
· 5 years ago
9646630
bpo-36766: Typos in docs and code comments (GH-13116)
by penguindustin
· 6 years ago
c57e6e2
bpo-35312: Make lib2to3.pgen2.parse.ParseError round-trip pickle-able. (GH-10710)
by Anthony Sottile
· 6 years ago
b9498e2
bpo-35202: Remove unused imports in Lib directory. (GH-10446)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 6 years ago
d4d6013
bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569)
by Zackery Spytz
· 6 years ago
10a428b
closes bpo-34515: Support non-ASCII identifiers in lib2to3. (GH-8950)
by Monson Shao
· 6 years ago
4b8a7f5
Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (#8241)
by Serhiy Storchaka
· 6 years ago
7a3056f
bpo-21446: Update reload fixer to use importlib (GH-8391)
by Berker Peksag
· 6 years ago
cafaf04
bpo-34108: Fix double carriage return in 2to3 on Windows (#8271)
by Jason R. Coombs
· 6 years ago
e3a523a
bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758)
by Denis Osipov
· 7 years ago
c127a86
bpo-11594: Ensure line-endings are respected when using 2to3 (GH-6483)
by Aaron Ang
· 7 years ago
7661806
[lib2to3] Make grammar pickling faster (#6491)
by Łukasz Langa
· 7 years ago
8f37e84
Add support for all string literals to lib2to3 (#6457)
by Zsolt Dollenstein
· 7 years ago
f64aae4
Revert "bpo-30406: Make async and await proper keywords (#1669)" (GH-6143)
by Jelle Zijlstra
· 7 years ago
74f5687
lib2to3: Add more tests (#6101)
by Łukasz Langa
· 7 years ago
b51f5de
bpo-33064: lib2to3: support trailing comma after *args and **kwargs (#6096)
by Łukasz Langa
· 7 years ago
1e17d4a
compare with difflib not diff(1) (GH-5450)
by Benjamin Peterson
· 7 years ago
14e976e
closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242)
by Eric Appelt
· 7 years ago
e325608
remove unused import (#5040)
by Benjamin Peterson
· 7 years ago
e5f7dcc
make PatternCompiler use the packaged grammar if possible (more bpo-24960) (#5034)
by Benjamin Peterson
· 7 years ago
d11e8e0
correct wording (#4983)
by Benjamin Peterson
· 7 years ago
8a58771
bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (#4977)
by Benjamin Peterson
· 7 years ago
a489599
bpo-32046: Update 2to3 when converts operator.isCallable(obj). (#4417)
by Dong-hee Na
· 7 years ago
0a2abdf
bpo-30143: 2to3 now generates a code that uses abstract collection classes (#1262)
by Serhiy Storchaka
· 7 years ago
ac31770
bpo-30406: Make async and await proper keywords (#1669)
by Jelle Zijlstra
· 7 years ago
af810b3
closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (#3771)
by Jakub Stasiak
· 7 years ago
272d888
bpo-29783: Replace codecs.open() with io.open() (#599)
by Victor Stinner
· 7 years ago
1b9530c
bpo-23894: make lib2to3 recognize f-strings (#1733)
by Łukasz Langa
· 7 years ago
0c4aca5
Make rb'' strings work in lib2to3 (#1724)
by Łukasz Langa
· 7 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
· 8 years ago
3d3e9ff
merge 3.5
by Benjamin Peterson
· 8 years ago
41fef63
rm unused import
by Benjamin Peterson
· 8 years ago
fd1df3f
Issue #28394: Merge typo fixes from 3.5 into 3.6
by Martin Panter
· 8 years ago
d2a584b
Issue #28394: Spelling and typo fixes in code comments and changelog
by Martin Panter
· 8 years ago
fc3f7d5
Remove the debug print that i accidentally left in.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
3a95f45
Remove the debug print that i accidentally left in.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
2832574
Issue #25969: Update the lib2to3 grammar to handle the unpacking
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
dbdf029
remove fix_callable - callable() was readded many releases ago.
by Gregory P. Smith
· 8 years ago
3b822d6
Issue #25969: Update the lib2to3 grammar to handle the unpacking
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
223f12c
Remove 2to3's fix_callable... We reintroduced the callable built-in
by Gregory P. Smith
· 8 years ago
fa40ca8
issue27985 - fix the incorrect duplicate class name in the lib2to3
by Gregory P. Smith
· 8 years ago
52c4e7c
Issue #28008: Implement PEP 530 -- asynchronous comprehensions.
by Yury Selivanov
· 8 years ago
f8cb8a1
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
by Yury Selivanov
· 8 years ago
9719161
Fix indentation (reindent.py).
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
dd1c638
lib2to3.pgen3.driver.load_grammar() now creates a stable cache file
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
a68c1bc
Remove legacy "from __future__ import with_statement" lines.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
627b755
Fix indentation (reindent.py).
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
0c578d6
lib2to3.pgen3.driver.load_grammar() now creates a stable cache file
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
64204de
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
by Serhiy Storchaka
· 8 years ago
50d4c15
Issue #27030: Merge RE fix from 3.5
by Martin Panter
· 8 years ago
d470480
Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030
by Martin Panter
· 8 years ago
3e04d5b
Issue #27076: Merge spelling from 3.5
by Martin Panter
· 8 years ago
46f5072
Issue #27076: Doc, comment and tests spelling fixes
by Martin Panter
· 8 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
· 9 years ago
a84f6c3
Issue #25523: Merge a-to-an corrections from 3.4.
by Serhiy Storchaka
· 9 years ago
d65c949
Issue #25523: Further a-to-an corrections.
by Serhiy Storchaka
· 9 years ago
e56a919
Issue #25523: Merge a-to-an corrections from 3.5
by Martin Panter
· 9 years ago
2eb819f
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
by Martin Panter
· 9 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 9 years ago
38d3876
Merge 3.5 (Issue #24619)
by Yury Selivanov
· 9 years ago
96ec934
Issue #24619: Simplify async/await tokenization.
by Yury Selivanov
· 9 years ago
d4f4a6d
Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.
by Robert Collins
· 9 years ago
8fb307c
Issue #24619: New approach for tokenizing async/await.
by Yury Selivanov
· 9 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
· 10 years ago
82f34ad
fix instances of consecutive articles (closes #23221)
by Benjamin Peterson
· 10 years ago
db9b65d
Issue #22823: Use set literals in lib2to3.
by Serhiy Storchaka
· 10 years ago
2acbae8
Issue #22173: Update lib2to3 tests to use unittest test discovery.
by Zachary Ware
· 10 years ago
f23530f
Issue #22186: Fix typos in Lib/.
by Berker Peksag
· 10 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
· 11 years ago
b992a0e
Issue #19936: Added executable bits or shebang lines to Python scripts which
by Serhiy Storchaka
· 11 years ago
7282ff6
Issue #18960: Fix bugs with Python source code encoding in the second line.
by Serhiy Storchaka
· 11 years ago
768c16c
Issue #18960: Fix bugs with Python source code encoding in the second line.
by Serhiy Storchaka
· 11 years ago
20719ac
#19943: merge with 3.3.
by Ezio Melotti
· 11 years ago
d082b68
#19943: fix typo noticed by Jakub Wilk.
by Ezio Melotti
· 11 years ago
5833c00
#19620: merge with 3.3.
by Ezio Melotti
· 11 years ago
4bcc796
#19620: Fix typo in docstring (noticed by Christopher Welborn).
by Ezio Melotti
· 11 years ago
6bdd986
#10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods.
by Ezio Melotti
· 11 years ago
Next »