- 27 Şub, 2006 5 kayıt (commit)
-
-
Martin v. Löwis yazdı
Cleanup Python-ast.c generation.
-
Martin v. Löwis yazdı
-
Anthony Baxter yazdı
-
Thomas Wouters yazdı
breaks the parser module, because it adds the if/else construct as well as two new grammar rules for backward compatibility. If no one else fixes parsermodule, I guess I'll go ahead and fix it later this week. The TeX code was checked with texcheck.py, but not rendered. There is actually a slight incompatibility: >>> (x for x in lambda:0) Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: iteration over non-sequence changes into >>> (x for x in lambda: 0) File "<stdin>", line 1 (x for x in lambda: 0) ^ SyntaxError: invalid syntax Since there's no way the former version can be useful, it's probably a bugfix ;)
-
Martin v. Löwis yazdı
-
- 26 Şub, 2006 7 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
Implement change suggested by Jiwon Seo on python-dev. ['(' gen_for ')'] is redundant with test, so remove it.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
a tree of Python objects. Expose this through compile().
-
Brett Cannon yazdı
automatically removed. Also annotate what each line is meant to test.
-
Tim Peters yazdı
-
- 25 Şub, 2006 5 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
- The copy module now "copies" function objects (as atomic objects). - dict.__getitem__ now looks for a __missing__ hook before raising KeyError. - Added a new type, defaultdict, to the collections module. This uses the new __missing__ hook behavior added to dict (see above).
-
Neal Norwitz yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Just symlink or copy python.vim to ~/.vim/syntax/ . Also included is a sample Python file with basic expressions to make sure they are highlighted. Also add a Vim directory in Misc to hold all Vim configuration files.
-
- 24 Şub, 2006 2 kayıt (commit)
-
-
Neal Norwitz yazdı
['(' gen_for ')'] is redundant with test, so remove it.
-
Neal Norwitz yazdı
-
- 23 Şub, 2006 3 kayıt (commit)
-
-
Jack Jansen yazdı
build for the current CPU.
-
Jack Jansen yazdı
MacOSX 10.4 readline, and don't build the readline module in that case.
-
Jack Jansen yazdı
-
- 22 Şub, 2006 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 21 Şub, 2006 10 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Tim Peters yazdı
using the old Wichmann-Hill generator, Also pointed to a newer version of his generator, and weakened the claim about what jumpahead() does now. Note sure I got the LaTeX entirely correct for \seeurl. If it's broken, please fix it ;-) Bugfix candidate! (These changes make just as much sense for 2.4.)
-
Walter Dörwald yazdı
-
Tim Peters yazdı
-
Georg Brandl yazdı
-
Tim Peters yazdı
-
Guido van Rossum yazdı
systems; define these conditionally.
-
- 20 Şub, 2006 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Tim Peters yazdı
-
Georg Brandl yazdı
on server error codes. Make this clear.
-
Georg Brandl yazdı
-