- 15 Kas, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
into a Py_ssize_t, instead of an int
-
- 12 Eki, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
("make smelly" now clean)
-
- 06 Ara, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 15 May, 2012 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 09 Agu, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 26 Şub, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Remove the last few uses of bool/true/false.
-
- 21 Nis, 2006 1 kayıt (commit)
-
-
Thomas Wouters yazdı
number of tests, all because of the codecs/_multibytecodecs issue described here (it's not a Py3K issue, just something Py3K discovers): http://mail.python.org/pipermail/python-dev/2006-April/064051.html Hye-Shik Chang promised to look for a fix, so no need to fix it here. The tests that are expected to break are: test_codecencodings_cn test_codecencodings_hk test_codecencodings_jp test_codecencodings_kr test_codecencodings_tw test_codecs test_multibytecodec This merge fixes an actual test failure (test_weakref) in this branch, though, so I believe merging is the right thing to do anyway.
-
- 13 Nis, 2006 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
- 11 Nis, 2006 1 kayıt (commit)
-
-
Anthony Baxter yazdı
-
- 28 Şub, 2006 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
Clarify intended use of set_context() and check errors at all call sites.
-
- 17 Ara, 2005 1 kayıt (commit)
-
-
Neal Norwitz yazdı
simplifies a lot of error handling code, and fixes many memory leaks.
-
- 13 Kas, 2005 1 kayıt (commit)
-
-
Neal Norwitz yazdı
a bunch of names
-
- 20 Eki, 2005 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
This change implements a new bytecode compiler, based on a transformation of the parse tree to an abstract syntax defined in Parser/Python.asdl. The compiler implementation is not complete, but it is in stable enough shape to run the entire test suite excepting two disabled tests.
-