1. cc3fa88 Fix crash at startup with -W options. by Antoine Pitrou · 12 years ago
  2. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 12 years ago
  3. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 12 years ago
  4. 3a5508e Port build identification from default branch. by Georg Brandl · 13 years ago
  5. c7c96a9 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  6. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  7. efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 15 years ago
  8. a4dd2e2 Restore support for Microsoft VC6 compiler. by Amaury Forgeot d'Arc · 16 years ago
  9. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  10. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  11. 3497f94 First step of the C API rename: by Christian Heimes · 16 years ago
  12. 3c60833 Patch #2477: Added from __future__ import unicode_literals by Christian Heimes · 16 years ago
  13. 1a6387e Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from by Christian Heimes · 16 years ago
  14. 7c47894 Backport of the print function, using a __future__ import. by Eric Smith · 16 years ago
  15. f75dbef Deallocate content of the dict free list on interpreter shutdown by Christian Heimes · 17 years ago
  16. cbce280 Don't abbreviate ABS, use long name ABSOLUTE. by Neal Norwitz · 18 years ago
  17. 056a69c Reconst parameters that lost their const in the AST merge. by Martin v. Löwis · 18 years ago
  18. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 18 years ago
  19. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  20. bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 18 years ago
  21. ab51f5f Per discussion on python-dev, remove CO_GENERATOR_ALLOWED. Leave comment about not removing yet. by Neal Norwitz · 18 years ago
  22. 43b5780 Drop sys.build_number. Add sys.subversion. by Martin v. Löwis · 19 years ago
  23. 2a38a86 Expose Subversion revision number (calculated via "svnversion .") to Python. by Barry Warsaw · 19 years ago
  24. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  25. f3ddaee Correct error to PyRun_SimpleString macro introduced in AST merge. by Mark Hammond · 19 years ago
  26. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  27. d794666 * Improve code for the empty frozenset singleton: by Raymond Hettinger · 19 years ago
  28. ba283e2 This is my patch: by Michael W. Hudson · 19 years ago
  29. fb09f0e Finalize the freelist of list objects. by Raymond Hettinger · 20 years ago
  30. 336e85f Patch #900727: Add Py_InitializeEx to allow embedding without signals. by Martin v. Löwis · 20 years ago
  31. 0d2a75c Patch #1006003: Cygwin standard module build problems by Jason Tishler · 20 years ago
  32. 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 21 years ago
  33. 3aaf42c patch #683515: "Add unicode support to compile(), eval() and exec" by Just van Rossum · 22 years ago
  34. dc392e3 Move _PyInt_Init() into pythonrun.h, since all the other _Init() by Neal Norwitz · 22 years ago
  35. b2501f4 Since the *_Init() are private, prefix with _, suggested by Skip by Neal Norwitz · 22 years ago
  36. c91ed40 SF #561244, Micro optimizations by Neal Norwitz · 22 years ago
  37. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
  38. 95292d6 Constify filenames and scripts. Fixes #651362. by Martin v. Löwis · 22 years ago
  39. 566f6af Patch #512981: Update readline input stream on sys.stdin/out change. by Martin v. Löwis · 22 years ago
  40. 5d54667 Correct PyAPI_FUNC to PyAPI_DATA - sorry Jack. by Mark Hammond · 22 years ago
  41. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  42. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  43. a290527 Excise DL_IMPORT/EXPORT from object.h, and related files. This patch by Mark Hammond · 22 years ago
  44. 6b17abf Fix SF Bug 564931: compile() traceback must include filename. by Thomas Heller · 22 years ago
  45. 2bbdba3 Removed more hair in support of future-generator stmts. by Tim Peters · 22 years ago
  46. 393661d Add warning mode for classic division, almost exactly as specified in by Guido van Rossum · 23 years ago
  47. e2c18e9 ceval, PyEval_MergeCompilerFlags: wasn't merging in the by Tim Peters · 23 years ago
  48. fdd12f6 Refactor future feature handling by Jeremy Hylton · 23 years ago
  49. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  50. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  51. fe2127d Ugly. A pile of new xxxFlags() functions, to communicate to the parser by Tim Peters · 23 years ago
  52. 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
  53. b5c5132 Add sys.excepthook. by Ka-Ping Yee · 23 years ago
  54. bc32024 Extend support for from __future__ import nested_scopes by Jeremy Hylton · 23 years ago
  55. 9f324e9 Useful future statement support for the interactive interpreter by Jeremy Hylton · 23 years ago
  56. 4b38da6 Move a bunch of definitions that were internal to compile.c to by Jeremy Hylton · 24 years ago
  57. 0a7af40 Use suggested workaround for PyOS_CheckStack causing failure of test_[s]re.py by Trent Mick · 24 years ago
  58. c7247ce Add typedef PyOS_sighandler_t and prototypes for PyOS_getsig() and by Guido van Rossum · 24 years ago
  59. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  60. 0df002c Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(), by Guido van Rossum · 24 years ago
  61. 2f15b25 implements PyOS_CheckStack for Windows and MSVC. this fixes a by Fredrik Lundh · 24 years ago
  62. 275abb3 Added a prototype for PyOS_CheckStack (within #ifdef USE_STACKCHECK). by Jack Jansen · 24 years ago
  63. 3cf4d2b ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  64. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  65. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  66. 5e3c632 Fredrik Lundh: get rid of warning in pythonrun.c by Guido van Rossum · 24 years ago
  67. c094ac8 Now that standard exceptions are builtin, we don't need two phase init by Barry Warsaw · 24 years ago
  68. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  69. 66d4b90 - Add Py_GetPythonHome() and Py_SetPythonHome(), intended to allow by Guido van Rossum · 27 years ago
  70. 0596c2a Declarations for two phase initialization and finalization functions by Barry Warsaw · 27 years ago
  71. e3c0d5e Added new Py_IsInitalized() API function to test the 'initialized' flag. by Guido van Rossum · 27 years ago
  72. 3fb1aea Added decls for stuff from myreadline. by Guido van Rossum · 27 years ago
  73. 8e5e446 Added prototype for various finalizers. by Guido van Rossum · 27 years ago
  74. 29e46a9 Mass checkin (more to follow for other directories). by Guido van Rossum · 27 years ago
  75. 57d8e3f Added declarations for Py_{Set,Get}ProgramName() and a bunch of other by Guido van Rossum · 27 years ago
  76. 5c4998b Added decl for Py_FdIsInteractive. by Guido van Rossum · 27 years ago
  77. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  78. b9d8760 Don't declare Py_FatalError. Add Py_mport_Init and PyBuiltin_Init. by Guido van Rossum · 28 years ago
  79. fe299f9 add Py_FatalError by Guido van Rossum · 29 years ago
  80. 9e89f0a added callable, removed run_pyc_file by Guido van Rossum · 30 years ago
  81. 9381782 new names for lots of new functions by Guido van Rossum · 30 years ago
  82. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
  83. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  84. 9566408 pythonrun.h: added run_pyc_file by Guido van Rossum · 30 years ago
  85. c6cf1dd pythgonrun.h: added Py_AtExit(). by Guido van Rossum · 30 years ago
  86. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  87. b73cc04 * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, by Guido van Rossum · 31 years ago
  88. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  89. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  90. 5b72218 * Fixed some subtleties with fastlocals. You can no longer access by Guido van Rossum · 31 years ago
  91. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  92. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  93. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  94. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago