530 Commits (6dbca367dceda3999979bdc3cdcfdb201f40d044)

Author SHA1 Message Date
Guido van Rossum 6262cc79d7 More uniform approach to getting (UTF8) bytes out of a string. 19 years ago
Guido van Rossum f15a29f975 More coding by random modification. 19 years ago
Guido van Rossum 8d30cc0144 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 19 years ago
Guido van Rossum 572dbf8f13 Checkpoint. Manipulated things so that string literals are always 19 years ago
Guido van Rossum d8faa3654c Merged revisions 53952-54987 via svnmerge from 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
Guido van Rossum 52cc1d838f Implement PEP 3115 -- new metaclass syntax and semantics. 19 years ago
Guido van Rossum 452bf519a7 Essential changes for print function changes. 19 years ago
Guido van Rossum 3203bdc676 Update the magic number now that signature annotations were added. 19 years ago
Thomas Wouters 89f507fe8c Four months of trunk changes (including a few releases...) 20 years ago
Guido van Rossum 4f72a78684 Jiwon Seo's PEP 3102 implementation. 20 years ago
Guido van Rossum 86e58e239e SF patch 1547796 by Georg Brandl -- set literals. 20 years ago
Brett Cannon e2e23ef97d Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the 20 years ago
Thomas Wouters 00ee7baf49 Merge current trunk into p3yk. This includes the PyNumber_Index API change, 20 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Thomas Wouters 4d70c3d9dd Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Guido van Rossum 45aecf451a Checkpoint. 218 tests are okay; 53 are failing. Done so far: 20 years ago
Guido van Rossum f669436189 Um, I thought I'd already checked this in. 20 years ago
Martin v. Löwis 725507b52e Change int to Py_ssize_t in several places. 20 years ago
Thomas Wouters f7f438ba3b SF patch #1438387, PEP 328: relative and absolute imports. 20 years ago
Guido van Rossum c2e20744b2 PEP 343 -- the with-statement. 20 years ago
Martin v. Löwis 18e165558b Merge ssize_t branch. 20 years ago
Neal Norwitz 1ac754fa10 Check return result from Py_InitModule*(). This API can fail. 20 years ago
Neal Norwitz adb69fcdff Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, 21 years ago
Jeremy Hylton af68c874a6 Add const to several API functions that take char *. 21 years ago
Michael W. Hudson aee2e2829d the ast-branch changed the stack discipline of MAKE_CLOSURE, so we need to 21 years ago
Jeremy Hylton 3e0055f8c6 Merge ast-branch to head 21 years ago
Neal Norwitz 708e51a6b1 Fix SF bug #976608, Unhelpful error message when mtime of a module is -1 21 years ago
Guido van Rossum 8ee3e5aa93 - Changes donated by Elemental Security to make it work on AIX 5.3 21 years ago
Georg Brandl 0c55f2946b Patch #1290454: Fix reload() error message when parent module is not in 21 years ago
Michael W. Hudson df88846ebc This is my patch: 21 years ago
Jason Tishler 7961aa6135 Patch #1197318: Cygwin case-sensitive import patch 21 years ago
Raymond Hettinger db29e0fe8c SF patch #1035498: -m option to run a module as a script 22 years ago
Phillip J. Eby 7ec642a4d2 Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders. 22 years ago
Raymond Hettinger 2c31a058eb SF patch #1031667: Fold tuples of constants into a single constant 22 years ago
Raymond Hettinger fd2d1f7870 SF Patch #1013667: Cleanup Peepholer Output 22 years ago
Tim Peters 1cd701732f PyImport_ExecCodeModuleEx(): remove module from sys.modules in error cases. 22 years ago
Tim Peters a7c650934d lock_held() docs: Use True/False instead of 1/0. The LaTeX docs were 22 years ago
Tim Peters 86c7d2f220 Trimmed trailing whitespace. 22 years ago
Martin v. Löwis ef82d2fdfe Patch #923098: Share interned strings in marshal. 22 years ago
Thomas Heller 25653242fe Fix a refcount bug in an obscure code corner. 22 years ago
Fred Drake 8759090562 starting to add comments to explain what's here 22 years ago
Jeremy Hylton d4ceb31664 Bump the magic number to avoid sharing bytecode between 2.3 and 2.4. 22 years ago
Armin Rigo 01ab279056 Marshal clean-up (SF patch #873224) 22 years ago
Nicholas Bastin e5662aedef Changed random calls to PyThreadState_Get() to use the macro 22 years ago
Martin v. Löwis 83969eeeeb Decref all if ensure_fromlist fails. Fixes #876533. 22 years ago
Jeremy Hylton ecd9129c94 Add comment to mollify Tim. 23 years ago
Jack Jansen eddc1449ba Getting rid of all the code inside #ifdef macintosh too. 23 years ago