- 01 Haz, 2017 1 kayıt (commit)
-
-
Albert-Jan Nijburg yazdı
-
- 31 May, 2017 1 kayıt (commit)
-
-
Albert-Jan Nijburg yazdı
* add test to check if were modifying token * copy list so import tokenize doesnt have side effects on token * shorten line * add tokenize tokens to token.h to get them to show up in token * move ERRORTOKEN back to its previous location, and fix nitpick * copy comments from token.h automatically * fix whitespace and make more pythonic * change to fix comments from @haypo * update token.rst and Misc/NEWS * change wording * some more wording changes
-
- 05 Şub, 2017 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Ryan Gonzalez.
-
- 06 Ara, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
Replace: PyObject_CallObject(callable, NULL) with: _PyObject_CallNoArg(callable)
-
- 20 Kas, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
with PyUnicode_AsUTF8 and PyUnicode_AsUTF8AndSize.
-
- 19 Eyl, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 13 Eyl, 2016 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Berker Peksag yazdı
Patch by David Dudson.
-
- 09 Eyl, 2016 1 kayıt (commit)
-
-
Brett Cannon yazdı
Thanks to Georg Brandl for the patch.
-
- 08 Eyl, 2016 1 kayıt (commit)
-
-
Christian Heimes yazdı
In the case of an escape character, c is never read. tok_next() is used to advance the pointer. CID 1225097
-
- 06 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 25 Mar, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Oren Milman.
-
- 20 Mar, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 25 Ara, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 24 Ara, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
macro Py_SETREF.
-
- 14 Kas, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
with a null byte.
-
- 19 Eyl, 2015 1 kayıt (commit)
-
-
Eric V. Smith yazdı
Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation is still needed, I'll open an issue for that.
-
- 12 Eyl, 2015 1 kayıt (commit)
-
-
Eric V. Smith yazdı
-
- 23 Tem, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
This commit simplifies async/await tokenization in tokenizer.c, tokenize.py & lib2to3/tokenize.py. Previous solution was to keep a stack of async-def & def blocks, whereas the new approach is just to remember position of the outermost async-def block. This change won't bring any parsing performance improvements, but it makes the code much easier to read and validate.
-
- 22 Tem, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
This commit fixes how one-line async-defs and defs are tracked by tokenizer. It allows to correctly parse invalid code such as: >>> async def f(): ... def g(): pass ... async = 10 and valid code such as: >>> async def f(): ... async def g(): pass ... await z As a consequence, is is now possible to have one-line 'async def foo(): await ..' functions: >>> async def foo(): return await bar()
-
- 18 May, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 12 May, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 21 Nis, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 07 Haz, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 10 Nis, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 28 Şub, 2014 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
are opened in text mode. Patch by Serhiy Storchaka.
-
- 09 Ock, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
value. (fixes error in patch for issue #18960)
-
Serhiy Storchaka yazdı
* 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.
-
- 19 Eki, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 27 Agu, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
are now created non-inheritable; add functions os.get/set_inheritable(), os.get/set_handle_inheritable() and socket.socket.get/set_inheritable().
-
- 13 Agu, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 16 Tem, 2013 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 09 Haz, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
encoding now always contains an encoding name.
-
- 04 Haz, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 24 Eki, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 20 Haz, 2012 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 04 Mar, 2012 1 kayıt (commit)
-
-
Armin Ronacher yazdı
-
- 12 Ock, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 14 Eki, 2011 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-