- 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
- 8494d57 #3368: free string allocated by "es" ParseTuple format. by Georg Brandl · 16 years ago
- 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
- f1ca0b1 Issue 1342: Python could not start if installed in a directory by Amaury Forgeot d'Arc · 16 years ago
- eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
- 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
- 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
- a85998a Issue #1950: Fixed misusage of PyUnicode_AsString(). by Alexandre Vassalotti · 17 years ago
- ae0b088 There is no reason for imp.get_magic() to return a mutable bytearray by Amaury Forgeot d'Arc · 17 years ago
- b1b3efc Merged revisions 61954,61956-61957 via svnmerge from by Christian Heimes · 17 years ago
- 4d6ec85 Merged revisions 61952-61953 via svnmerge from by Christian Heimes · 17 years ago
- 5021ebc Properly terminate file name. by Martin v. Löwis · 17 years ago
- dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 17 years ago
- d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 17 years ago
- 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
- 7b3ce6a Merged revisions 60441-60474 via svnmerge from by Christian Heimes · 17 years ago
- 3540b50 Good catch Neal! by Christian Heimes · 17 years ago
- 454f37b Merged revisions 59864-59882 via svnmerge from by Christian Heimes · 17 years ago
- 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 17 years ago
- 3b06e53 Another patch for #1762972: __file__ points to the py file instead pyo/pyc file by Christian Heimes · 17 years ago
- 13a7a21 Issue #1762972: Readded the reload() function as imp.reload() by Christian Heimes · 17 years ago
- 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
- 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
- de10c85 Manual merge of PEP 366 implementation from trunk (the automatic merge choked on the PyString->PyUnicode changes) by Nick Coghlan · 17 years ago
- e7fc50f Add an errors parameter to open() and TextIOWrapper() to specify error handling. by Guido van Rossum · 17 years ago
- 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
- 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
- 9cd1775 Merged revisions 59005-59040 via svnmerge from by Christian Heimes · 17 years ago
- c1bdbc3 Cosmetic changes to Christian's patch r58903. by Guido van Rossum · 17 years ago
- 7d3bc0a Patch for bug http://bugs.python.org/issue1293 by Christian Heimes · 17 years ago
- 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
- c4cb3b8 Applied patch #1379 with a minor tweak. by Christian Heimes · 17 years ago
- 2dced8b Patch 1329 (partial) by Christian Heimes. by Guido van Rossum · 17 years ago
- 40d20bc Issue 1267, continued. by Guido van Rossum · 17 years ago
- 3bb42d9 Fix a memory leak caused by PyTokenizer_FindEncoding() returning a char * that by Brett Cannon · 17 years ago
- ce3a72a Patch 1267 by Christian Heimes. by Guido van Rossum · 17 years ago
- 00bc0e0 Patch #1272, by Christian Heimes and Alexandre Vassalotti. by Guido van Rossum · 17 years ago
- 85bcc66 Convert code from sys.stdin.encoding to UTF-8 in interactive mode. Fixes #1100. by Martin v. Löwis · 17 years ago
- 32347fb Update import.c's MAGIC value for the new raise syntax (as opposed to merely updating the comment). by Collin Winter · 17 years ago
- 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
- a4b8d1d Some changes in preparation of stricter rules about mixing str and bytes. by Guido van Rossum · 17 years ago
- 80e7f27 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago
- 5616c6d Fix a couple of warnings by Neal Norwitz · 17 years ago
- 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
- 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
- 46fc337 PyErr_Warn is deprecated in 2.5 - goes away for 3.0 by Skip Montanaro · 17 years ago
- ad8d300 SF patch# 1766592 by Paul Colomiets. Fix test_zipimport. by Guido van Rossum · 17 years ago
- 13d7799 Fix import of frozen package submodules to use Unicode. Fixes test_frozen. by Guido van Rossum · 17 years ago
- 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
- da5b8f2 Rip out the file object's implementation. by Guido van Rossum · 17 years ago
- 427dbff Revert 55876. Use PyUnicode_AsEncodedString instead. by Martin v. Löwis · 17 years ago
- 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
- e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
- 6262cc7 More uniform approach to getting (UTF8) bytes out of a string. by Guido van Rossum · 17 years ago
- f15a29f More coding by random modification. by Guido van Rossum · 18 years ago
- 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 18 years ago
- 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 18 years ago
- d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
- 670e692 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. by Collin Winter · 18 years ago
- 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 18 years ago
- 452bf51 Essential changes for print function changes. by Guido van Rossum · 18 years ago
- 3203bdc Update the magic number now that signature annotations were added. by Guido van Rossum · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
- 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
- e2e23ef Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the by Brett Cannon · 18 years ago
- 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 19 years ago
- f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 19 years ago
- 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 19 years ago
- f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 19 years ago
- c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 19 years ago
- 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
- 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
- adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
- af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
- aee2e28 the ast-branch changed the stack discipline of MAKE_CLOSURE, so we need to by Michael W. Hudson · 19 years ago
- 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
- 708e51a Fix SF bug #976608, Unhelpful error message when mtime of a module is -1 by Neal Norwitz · 19 years ago
- 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 19 years ago
- 0c55f29 Patch #1290454: Fix reload() error message when parent module is not in by Georg Brandl · 19 years ago
- df88846 This is my patch: by Michael W. Hudson · 19 years ago
- 7961aa6 Patch #1197318: Cygwin case-sensitive import patch by Jason Tishler · 19 years ago
- db29e0f SF patch #1035498: -m option to run a module as a script by Raymond Hettinger · 20 years ago
- 7ec642a Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders. by Phillip J. Eby · 20 years ago
- 2c31a05 SF patch #1031667: Fold tuples of constants into a single constant by Raymond Hettinger · 20 years ago
- fd2d1f7 SF Patch #1013667: Cleanup Peepholer Output by Raymond Hettinger · 20 years ago
- 1cd7017 PyImport_ExecCodeModuleEx(): remove module from sys.modules in error cases. by Tim Peters · 20 years ago
- a7c6509 lock_held() docs: Use True/False instead of 1/0. The LaTeX docs were by Tim Peters · 20 years ago
- 86c7d2f Trimmed trailing whitespace. by Tim Peters · 20 years ago
- ef82d2f Patch #923098: Share interned strings in marshal. by Martin v. Löwis · 20 years ago
- 2565324 Fix a refcount bug in an obscure code corner. Already backported. by Thomas Heller · 20 years ago
- 8759090 starting to add comments to explain what's here by Fred Drake · 20 years ago
- d4ceb31 Bump the magic number to avoid sharing bytecode between 2.3 and 2.4. by Jeremy Hylton · 21 years ago
- 01ab279 Marshal clean-up (SF patch #873224) by Armin Rigo · 21 years ago
- e5662ae Changed random calls to PyThreadState_Get() to use the macro by Nicholas Bastin · 21 years ago