- 15 Kas, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #28691: Fix warn_invalid_escape_sequence(): handle correctly DeprecationWarning raised as an exception. First clear the current exception to replace the DeprecationWarning exception with a SyntaxError exception. Unit test written by Serhiy Storchaka.
-
- 31 Eki, 2016 2 kayıt (commit)
-
-
Eric V. Smith yazdı
-
Eric V. Smith yazdı
-
- 09 Eyl, 2016 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 08 Eyl, 2016 1 kayıt (commit)
-
-
R David Murray yazdı
And most of the tools. Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and Martin Panter.
-
- 13 Nis, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
I have compared output between pre- and post-patch runs of these tests to make sure there's nothing missing and nothing broken, on both Windows and Linux. The only differences I found were actually tests that were previously *not* run.
-
- 10 Şub, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
and a full traceback including line number.
-
- 20 Haz, 2012 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 20 Şub, 2012 1 kayıt (commit)
-
-
Georg Brandl yazdı
Fix "sys.path modified" warning in test_strlit, by not replacing sys.path itself, only its contents.
-
- 12 Ock, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 16 Mar, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 25 Şub, 2011 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
'latin-1' and 'utf-8'. These are optimized in the Python Unicode implementation to result in more direct processing, bypassing the codec registry. Also see issue11303.
-
- 12 Kas, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
raw string literals. I added a whole bunch of tests but am still not sure I am testing all paths through the code. I really think the code could be simplified quite a bit.
-