1. 2bbdba3 Removed more hair in support of future-generator stmts. by Tim Peters · 22 years ago
  2. 393661d Add warning mode for classic division, almost exactly as specified in by Guido van Rossum · 23 years ago
  3. e2c18e9 ceval, PyEval_MergeCompilerFlags: wasn't merging in the by Tim Peters · 23 years ago
  4. fdd12f6 Refactor future feature handling by Jeremy Hylton · 23 years ago
  5. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  6. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  7. fe2127d Ugly. A pile of new xxxFlags() functions, to communicate to the parser by Tim Peters · 23 years ago
  8. 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
  9. b5c5132 Add sys.excepthook. by Ka-Ping Yee · 23 years ago
  10. bc32024 Extend support for from __future__ import nested_scopes by Jeremy Hylton · 23 years ago
  11. 9f324e9 Useful future statement support for the interactive interpreter by Jeremy Hylton · 23 years ago
  12. 4b38da6 Move a bunch of definitions that were internal to compile.c to by Jeremy Hylton · 23 years ago
  13. 0a7af40 Use suggested workaround for PyOS_CheckStack causing failure of test_[s]re.py by Trent Mick · 24 years ago
  14. c7247ce Add typedef PyOS_sighandler_t and prototypes for PyOS_getsig() and by Guido van Rossum · 24 years ago
  15. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  16. 0df002c Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(), by Guido van Rossum · 24 years ago
  17. 2f15b25 implements PyOS_CheckStack for Windows and MSVC. this fixes a by Fredrik Lundh · 24 years ago
  18. 275abb3 Added a prototype for PyOS_CheckStack (within #ifdef USE_STACKCHECK). by Jack Jansen · 24 years ago
  19. 3cf4d2b ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  20. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  21. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  22. 5e3c632 Fredrik Lundh: get rid of warning in pythonrun.c by Guido van Rossum · 24 years ago
  23. c094ac8 Now that standard exceptions are builtin, we don't need two phase init by Barry Warsaw · 24 years ago
  24. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  25. 66d4b90 - Add Py_GetPythonHome() and Py_SetPythonHome(), intended to allow by Guido van Rossum · 26 years ago
  26. 0596c2a Declarations for two phase initialization and finalization functions by Barry Warsaw · 27 years ago
  27. e3c0d5e Added new Py_IsInitalized() API function to test the 'initialized' flag. by Guido van Rossum · 27 years ago
  28. 3fb1aea Added decls for stuff from myreadline. by Guido van Rossum · 27 years ago
  29. 8e5e446 Added prototype for various finalizers. by Guido van Rossum · 27 years ago
  30. 29e46a9 Mass checkin (more to follow for other directories). by Guido van Rossum · 27 years ago
  31. 57d8e3f Added declarations for Py_{Set,Get}ProgramName() and a bunch of other by Guido van Rossum · 27 years ago
  32. 5c4998b Added decl for Py_FdIsInteractive. by Guido van Rossum · 27 years ago
  33. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  34. b9d8760 Don't declare Py_FatalError. Add Py_mport_Init and PyBuiltin_Init. by Guido van Rossum · 28 years ago
  35. fe299f9 add Py_FatalError by Guido van Rossum · 29 years ago
  36. 9e89f0a added callable, removed run_pyc_file by Guido van Rossum · 29 years ago
  37. 9381782 new names for lots of new functions by Guido van Rossum · 30 years ago
  38. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
  39. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  40. 9566408 pythonrun.h: added run_pyc_file by Guido van Rossum · 30 years ago
  41. c6cf1dd pythgonrun.h: added Py_AtExit(). by Guido van Rossum · 30 years ago
  42. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  43. b73cc04 * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, by Guido van Rossum · 31 years ago
  44. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  45. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  46. 5b72218 * Fixed some subtleties with fastlocals. You can no longer access by Guido van Rossum · 31 years ago
  47. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  48. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  49. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  50. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago