129 Commits (0969a9f8abcf98bb43ea77b1dd050426adcfb4f7)

Author SHA1 Message Date
Martin v. Löwis 790465fd90 Change command line processing API to use wchar_t. 18 years ago
Christian Heimes 3c60833e1e Patch #2477: Added from __future__ import unicode_literals 18 years ago
Christian Heimes 1a6387e683 Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from 18 years ago
Eric Smith 7c47894a2a Backport of the print function, using a __future__ import. 18 years ago
Christian Heimes 77c02ebf38 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617-60678 via svnmerge from 18 years ago
Christian Heimes f75dbef208 Deallocate content of the dict free list on interpreter shutdown 18 years ago
Christian Heimes 217cfd1c86 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 18 years ago
Martin v. Löwis 85bcc66bb4 Convert code from sys.stdin.encoding to UTF-8 in 19 years ago
Collin Winter 670e692134 Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also, reimplement atexit in C so it can take advantage of this private API. 19 years ago
Neal Norwitz 6968b056ef SF patch #1669633, add methods for bytes from Pete Shinners. 19 years ago
Neal Norwitz cbce280d4f Don't abbreviate ABS, use long name ABSOLUTE. 20 years ago
Guido van Rossum 45aecf451a Checkpoint. 218 tests are okay; 53 are failing. Done so far: 20 years ago
Martin v. Löwis 056a69cba6 Reconst parameters that lost their const in the AST merge. 20 years ago
Thomas Wouters 34aa7ba114 from __future__ import with_statement addon for 'with', mostly written by 20 years ago
Thomas Wouters f7f438ba3b SF patch #1438387, PEP 328: relative and absolute imports. 20 years ago
Martin v. Löwis bd260da900 Generate code to recursively copy an AST into 20 years ago
Neal Norwitz ab51f5f24d Per discussion on python-dev, remove CO_GENERATOR_ALLOWED. Leave comment about not removing yet. 20 years ago
Martin v. Löwis 43b57805fb Drop sys.build_number. Add sys.subversion. 20 years ago
Barry Warsaw 2a38a86c1c Expose Subversion revision number (calculated via "svnversion .") to Python. 20 years ago
Neal Norwitz adb69fcdff Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, 20 years ago
Mark Hammond f3ddaee9a0 Correct error to PyRun_SimpleString macro introduced in AST merge. 21 years ago
Jeremy Hylton 3e0055f8c6 Merge ast-branch to head 21 years ago
Raymond Hettinger d794666048 * Improve code for the empty frozenset singleton: 21 years ago
Michael W. Hudson ba283e2b7f This is my patch: 21 years ago
Raymond Hettinger fb09f0e85c Finalize the freelist of list objects. 22 years ago
Martin v. Löwis 336e85f56a Patch #900727: Add Py_InitializeEx to allow embedding without signals. 22 years ago
Jason Tishler 0d2a75c7b8 Patch #1006003: Cygwin standard module build problems 22 years ago
Guido van Rossum 4b499dd3fb - Finally fixed the bug in compile() and exec where a string ending 23 years ago
Just van Rossum 3aaf42c613 patch #683515: "Add unicode support to compile(), eval() and exec" 23 years ago
Neal Norwitz dc392e3143 Move _PyInt_Init() into pythonrun.h, since all the other _Init() 23 years ago
Neal Norwitz b2501f4cd1 Since the *_Init() are private, prefix with _, suggested by Skip 23 years ago
Neal Norwitz c91ed400e0 SF #561244, Micro optimizations 23 years ago
Just van Rossum 52e14d640b PEP 302 + zipimport: 23 years ago
Martin v. Löwis 95292d6caa Constify filenames and scripts. Fixes #651362. 23 years ago
Martin v. Löwis 566f6afe9a Patch #512981: Update readline input stream on sys.stdin/out change. 24 years ago
Mark Hammond 5d546674d1 Correct PyAPI_FUNC to PyAPI_DATA - sorry Jack. 24 years ago
Mark Hammond 91a681debf Excise DL_EXPORT from Include. 24 years ago
Mark Hammond fe51c6d66e Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype 24 years ago
Mark Hammond a290527376 Excise DL_IMPORT/EXPORT from object.h, and related files. This patch 24 years ago
Thomas Heller 6b17abf6c0 Fix SF Bug 564931: compile() traceback must include filename. 24 years ago
Tim Peters 2bbdba3c00 Removed more hair in support of future-generator stmts. 24 years ago
Guido van Rossum 393661d15f Add warning mode for classic division, almost exactly as specified in 25 years ago
Tim Peters e2c18e90da ceval, PyEval_MergeCompilerFlags: wasn't merging in the 25 years ago
Jeremy Hylton fdd12f66bb Refactor future feature handling 25 years ago
Guido van Rossum 4668b000a1 Implement PEP 238 in its (almost) full glory. 25 years ago
Tim Peters 6d6c1a35e0 Merge of descr-branch back into trunk. 25 years ago
Tim Peters fe2127d3cb Ugly. A pile of new xxxFlags() functions, to communicate to the parser 25 years ago
Tim Peters 5ba5866281 Part way to allowing "from __future__ import generators" to communicate 25 years ago
Ka-Ping Yee b5c5132d1a Add sys.excepthook. 25 years ago
Jeremy Hylton bc32024769 Extend support for from __future__ import nested_scopes 25 years ago