- 13 Ara, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 07 Haz, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 19 Eki, 2008 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Armin Ronacher yazdı
-
- 10 Eyl, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 09 Haz, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
http://mail.python.org/pipermail/python-dev/2008-June/079988.html Python 2.6 should stick with PyString_* in its codebase. The PyBytes_* names in the spirit of 3.0 are available via a #define only. See the email thread.
-
- 26 May, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 31 Mar, 2008 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 30 Mar, 2008 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 29 Mar, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
compile() when compiling an AST node.
-
- 28 Mar, 2008 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
allow compiling Python AST objects into code objects in compile().
-
- 23 Şub, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 26 Şub, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
* use %r instead of backticks since backticks are going away in Py3k * PyArena_Malloc() already sets PyErr_NoMemory so we don't need to do it again * the signature for ast2obj_int incorrectly used a bool, rather than a long
-
- 12 Şub, 2007 1 kayıt (commit)
-
-
Brett Cannon yazdı
is specified at the top of the file. Also add a note that Python/Python-ast.c needs to be committed separately after a change to the AST grammar to capture the revision number of the change (which is what __version__ is set to).
-
- 19 Ock, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Will backport.
-
- 14 Nis, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
independently. Fixes #1355883.
-
- 13 Nis, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 11 Nis, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Explicitly cast void* to int to cmpop_ty.
-
- 04 Nis, 2006 2 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
tracing/line number table in except blocks. Reflow long lines introduced by col_offset changes. Update test_ast to handle new fields in excepthandler. As note in Python.asdl says, we might want to rethink how attributes are handled. Perhaps they should be the same as other fields, with the primary difference being how they are defined for all types within a sum. Also fix asdl_c so that constructors with int fields don't fail when passed a zero value.
-
- 03 Nis, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
* Cleanup formatting a bit (add spaces). * Move static var initialized inside init_types() since that's the only place it's used.
-
- 02 Mar, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 28 Şub, 2006 5 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Tim Peters yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 27 Şub, 2006 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
Cleanup Python-ast.c generation.
-
Martin v. Löwis yazdı
-
- 26 Şub, 2006 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
a tree of Python objects. Expose this through compile().
-
- 25 Ara, 2005 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 17 Ara, 2005 1 kayıt (commit)
-
-
Neal Norwitz yazdı
simplifies a lot of error handling code, and fixes many memory leaks.
-
- 14 Ara, 2005 1 kayıt (commit)
-
-
Armin Rigo yazdı
comment based on 'sys.args[0]' does not depend on the path. For Python builds from a remote directory ("/path/to/configure; make") the previous logic used to include the "/path/to" portion in Python-ast.h. Then svn would consider this file to be locally modified.
-
- 11 Ara, 2005 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Strip off leading dots and slash so the generated files are the same regardless of whether you configure in the checkout directory or build. If anyone configures in a different directory, we might want a cleaner approach using os.path.*(). Hopefully this is good enough.
-