mirror of
https://github.com/python/cpython.git
synced 2025-12-09 10:37:17 +00:00
The Python programming language
https://www.python.org
* PROTO.h, mymalloc.h: added #ifdefs for TURBOC and GNUC. * allobjects.h: added #include "rangeobject.h" * Grammar: added lambda_input; relaxed syntax for exec. * bltinmodule.c: added bagof, map, reduce, lambda, xrange. * tupleobject.[ch]: added resizetuple(). * rangeobject.[ch]: new object type to speed up range operations (not convinced this is needed!!!) |
||
|---|---|---|
| Demo | ||
| Doc | ||
| Grammar | ||
| Include | ||
| Lib | ||
| Mac/Lib | ||
| Modules | ||
| Objects | ||
| Parser | ||
| Python | ||
| Tools/scripts | ||
| .hgtags | ||