An error occurred fetching the project authors.
- 06 Oct, 2015 1 commit
-
-
Serhiy Storchaka authored
Made test_tokenize discoverable.
-
- 26 Jun, 2015 1 commit
-
-
Jason R. Coombs authored
-
- 20 Jun, 2015 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 25 May, 2015 1 commit
-
-
Victor Stinner authored
fix a resource warning.
-
- 20 Mar, 2015 1 commit
-
-
Serhiy Storchaka authored
Indexing bytes retiurns an integer, not bytes.
-
- 24 Feb, 2014 1 commit
-
-
Terry Jan Reedy authored
Original patches by A. Kuchling and G. Rees (#12691).
-
- 23 Feb, 2014 1 commit
-
-
Terry Jan Reedy authored
constructed examples and all but 7 of the test/test_*.py files (run with -ucpu) pass. Remove those that fail the new test from the selection list. Patch partly based on patches by G. Brandl (#8478) and G. Rees (#12691).
-
- 18 Feb, 2014 1 commit
-
-
Terry Jan Reedy authored
Patch based on lines from Georg Brandl, Eric Snow, and Gareth Rees.
-
- 17 Feb, 2014 2 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Replace it with correct logic that raises ValueError for bad input. Issues #8478 and #12691 reported the incorrect logic. Add an Untokenize test case and an initial test method.
-
- 09 Jan, 2014 1 commit
-
-
Serhiy Storchaka authored
* The first line of Python script could be executed twice when the source encoding (not equal to 'utf-8') was specified on the second line. * Now the source encoding declaration on the second line isn't effective if the first line contains anything except a comment. * As a consequence, 'python -x' works now again with files with the source encoding declarations specified on the second file, and can be used again to make Python batch files on Windows. * The tokenize module now ignore the source encoding declaration on the second line if the first line contains anything except a comment. * IDLE now ignores the source encoding declaration on the second line if the first line contains anything except a comment. * 2to3 and the findnocoding.py script now ignore the source encoding declaration on the second line if the first line contains anything except a comment.
-
- 16 Sep, 2013 1 commit
-
-
Serhiy Storchaka authored
now detect Python source code encoding only in comment lines.
-
- 03 Nov, 2012 2 commits
-
-
Ezio Melotti authored
#16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder.
-
Ezio Melotti authored
#16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder.
-
- 07 Jul, 2012 1 commit
-
-
Florent Xicluna authored
-
- 20 Jun, 2012 1 commit
-
-
Christian Heimes authored
-
- 17 Jun, 2012 2 commits
-
-
Meador Inge authored
Patch by Serhiy Storchaka.
-
Meador Inge authored
Patch by Serhiy Storchaka.
-
- 20 Apr, 2012 2 commits
-
-
Brett Cannon authored
tokenizer.detect_encoding() (when available).
-
Martin v. Löwis authored
if the first two lines have non-UTF-8 characters without an encoding declaration.
-
- 04 Mar, 2012 1 commit
-
-
Armin Ronacher authored
-
- 19 Jan, 2012 1 commit
-
-
Meador Inge authored
-
- 28 Sep, 2011 1 commit
-
-
Ezio Melotti authored
-
- 13 Aug, 2011 1 commit
-
-
Benjamin Peterson authored
-
- 19 Jul, 2011 1 commit
-
-
Ned Deily authored
(Patch by Robert Xiao)
-
- 21 Nov, 2010 1 commit
-
-
Ezio Melotti authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
-
- 20 Nov, 2010 1 commit
-
-
Ezio Melotti authored
-
- 09 Nov, 2010 2 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
tokenize.detect_encoding() and open it in read only mode.
-
- 30 Oct, 2010 2 commits
-
-
Brian Curtin authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85990 | brian.curtin | 2010-10-30 16:35:28 -0500 (Sat, 30 Oct 2010) | 2 lines Fix #10258 - clean up resource warning ........
-
Brian Curtin authored
-
- 14 Oct, 2010 3 commits
-
-
Antoine Pitrou authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85482 | antoine.pitrou | 2010-10-14 17:34:31 +0200 (jeu., 14 oct. 2010) | 4 lines Replace the "compiler" resource with the more generic "cpu", so as to mark CPU-heavy tests. ........
-
Antoine Pitrou authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85482 | antoine.pitrou | 2010-10-14 17:34:31 +0200 (jeu., 14 oct. 2010) | 4 lines Replace the "compiler" resource with the more generic "cpu", so as to mark CPU-heavy tests. ........
-
Antoine Pitrou authored
as to mark CPU-heavy tests.
-
- 30 Aug, 2010 3 commits
-
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84364 | benjamin.peterson | 2010-08-30 09:41:20 -0500 (Mon, 30 Aug 2010) | 1 line handle names starting with non-ascii characters correctly #9712 ........
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 04 Aug, 2010 1 commit
-
-
Mark Dickinson authored
(And similarly for complex numbers.)
-
- 29 Jun, 2010 1 commit
-
-
Mark Dickinson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r82356 | mark.dickinson | 2010-06-29 08:37:25 +0100 (Tue, 29 Jun 2010) | 1 line Spelling. ........
-