- 14 Tem, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 24 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
There were duplicated methods with the same name and body.
-
- 07 Eyl, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
expat parser.
-
Serhiy Storchaka yazdı
Added additional tests for expat parser attributes. Based on patch by John Leitch.
-
- 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.
-
- 29 Kas, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 08 Eki, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Initial patch by Mark Shannon.
-
- 27 Mar, 2014 1 kayıt (commit)
-
-
Ned Deily yazdı
to parse more than one XML document per pyexpat xmlparser instance. (Original patches by Hirokazu Yamamoto and Amaury Forgeot d'Arc, with suggested wording by David Gutteridge)
-
- 08 Şub, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 04 Şub, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
an internal XML encoding is UTF-8 or US-ASCII. It now accepts bytes and strings larger than 2 GiB.
-
- 24 Eyl, 2012 2 kayıt (commit)
-
-
Christian Heimes yazdı
method doesn't require an argument again.
-
Christian Heimes yazdı
method doesn't require an argument again.
-
- 11 Nis, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 05 Ock, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Jean-Paul Calderone and Sandro Tosi.
-
- 08 Ara, 2010 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
- 21 Kas, 2010 2 kayıt (commit)
-
-
Ezio Melotti yazdı
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. ........
-
Ezio Melotti yazdı
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 Kas, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 15 Eki, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
#5355 followup: add unit test for new dictionaries, and provide submodules from xml.parsers.expat as advertised.
-
- 05 Eki, 2010 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
-
- 10 Eyl, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
Fix a crash if Python is compiled in pydebug mode.
-
- 02 Agu, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77942 | ezio.melotti | 2010-02-03 07:37:26 +0200 (Wed, 03 Feb 2010) | 1 line #7092: Silence more py3k warnings. Patch by Florent Xicluna. ........ r79023 | ezio.melotti | 2010-03-17 15:52:48 +0200 (Wed, 17 Mar 2010) | 1 line #7092: silence some more py3k warnings. ........
-
- 24 Haz, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 14 Mar, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78093 | georg.brandl | 2010-02-07 18:03:15 +0100 (So, 07 Feb 2010) | 1 line Remove unused imports in test modules. ........
-
- 07 Şub, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 03 Şub, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 22 Ock, 2010 4 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r77700 | ezio.melotti | 2010-01-22 19:36:17 +0200 (Fri, 22 Jan 2010) | 9 lines Merged revisions 77697 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77697 | ezio.melotti | 2010-01-22 18:58:28 +0200 (Fri, 22 Jan 2010) | 1 line This should fix the failure introduced in r77680. The error message is now different and it caused the test to fail. The failing test is not present in 2.5 so it is failing only on 2.6 and newer versions. ........ ................
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77697 | ezio.melotti | 2010-01-22 18:58:28 +0200 (Fri, 22 Jan 2010) | 1 line This should fix the failure introduced in r77680. The error message is now different and it caused the test to fail. The failing test is not present in 2.5 so it is failing only on 2.6 and newer versions. ........
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77697 | ezio.melotti | 2010-01-22 18:58:28 +0200 (Fri, 22 Jan 2010) | 1 line This should fix the failure introduced in r77680. The error message is now different and it caused the test to fail. The failing test is not present in 2.5 so it is failing only on 2.6 and newer versions. ........
-
Ezio Melotti yazdı
This should fix the failure introduced in r77680. The error message is now different and it caused the test to fail. The failing test is not present in 2.5 so it is failing only on 2.6 and newer versions.
-
- 08 Ock, 2010 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
mistake. ( It may come in for sure tough)
-
Senthil Kumaran yazdı
-
- 13 Agu, 2009 4 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
I don't want to accidentally check in busted svnmerge metadata.
-
Brett Cannon yazdı
tokenizing step. Thanks to Ivan Krstić for the patch.
-
- 11 Haz, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
The repr() of a string now contains printable Unicode characters unescaped. The new ascii() builtin can be used to get a repr() with only ASCII characters in it. PEP and patch were written by Atsuo Ishimoto.
-
- 04 Haz, 2008 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 20 May, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-