1. e2c18e9 ceval, PyEval_MergeCompilerFlags: wasn't merging in the by Tim Peters · 23 years ago
  2. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  3. 723aa97 - Get rid of obsolete #define PATCHLEVEL. by Guido van Rossum · 23 years ago
  4. d55657b Added comments before recently added/assigned slots in the type object, by Fred Drake · 23 years ago
  5. 910d7d4 Remove much dead code from ceval.c by Jeremy Hylton · 23 years ago
  6. 1abf610 Remove st_nested_scopes from struct symtable, by Jeremy Hylton · 23 years ago
  7. fdd12f6 Refactor future feature handling by Jeremy Hylton · 23 years ago
  8. 05ac6de Add PyDict_Merge(a, b, override): by Guido van Rossum · 23 years ago
  9. 9b9c972 Add new flags for PyType_Ready(): READY to explicitly indicate the by Guido van Rossum · 23 years ago
  10. 772747b SF patch #438013 Remove 2-byte Py_UCS2 assumptions by Tim Peters · 23 years ago
  11. 8a267b6 Remove 6-year old hack to worm around a bug in "NextSpec/Sparc 3.3 by Tim Peters · 23 years ago
  12. 94bebc0 Split macglue.c into two: a new mactoolboxglue.c (in ./Python) by Jack Jansen · 23 years ago
  13. f9836ba Put conditional S_ISDIR definition(s) into pyport.h. by Martin v. Löwis · 23 years ago
  14. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  15. 528b7eb - Rename PyType_InitDict() to PyType_Ready(). by Guido van Rossum · 23 years ago
  16. f249add Got rid of (hopefully) the last 68k-mac related ifdefs. by Jack Jansen · 23 years ago
  17. 64fbb33 Patch #448194: Debuging negative reference counts. by Martin v. Löwis · 23 years ago
  18. 5756ee0 Removed duplicate definnitions of PyObject_AS_GC and PyObject_FROM_GC (occurred only if GC was off). by Jack Jansen · 23 years ago
  19. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  20. 03d1b18 Enable PyOS_snprintf() et al. during alpha phase of 2.2.0 and by Marc-André Lemburg · 23 years ago
  21. b5ac6f6 As discussed on python-dev: this patch adds name mangling to by Marc-André Lemburg · 23 years ago
  22. cecd9e0 va_list is defined in stdarg.h. by Marc-André Lemburg · 23 years ago
  23. e5006eb This patch turns the Python API mismatch notice into a standard by Marc-André Lemburg · 23 years ago
  24. 3ce4538 Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h. by Jeremy Hylton · 23 years ago
  25. 76f373d Repair more now-obsolete references to config.h. by Tim Peters · 23 years ago
  26. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  27. 649414c Fix typo in comment. by Neil Schemenauer · 23 years ago
  28. 7d4bb9f Add -E command line switch (ignore environment variables like PYTHONHOME by Neil Schemenauer · 23 years ago
  29. f5df46d Add a low-level API to access interpreters, for David Beazley. SF patch #436376. by Guido van Rossum · 23 years ago
  30. f0473d5 Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. by Martin v. Löwis · 23 years ago
  31. fe2127d Ugly. A pile of new xxxFlags() functions, to communicate to the parser by Tim Peters · 23 years ago
  32. 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
  33. b09f7ed Preliminary support for "from __future__ import generators" to enable by Guido van Rossum · 23 years ago
  34. 0d5dd68 Python.h: Don't attempt to redefine NDEBUG if it's already defined. by Tim Peters · 23 years ago
  35. b2c075b Define NDEBUG when Py_DEBUG undefined, to disable the assert macro. by Guido van Rossum · 23 years ago
  36. aa31429 Enable nested scopes by default. by Guido van Rossum · 23 years ago
  37. efafcea Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed by Thomas Wouters · 23 years ago
  38. 3f56166 Rip out the fancy behaviors of xrange that nobody uses: repeat, slice, by Guido van Rossum · 23 years ago
  39. 9e3ad78 This change adjusts the profiling/tracing support so that the common by Fred Drake · 23 years ago
  40. 72b0685 removed "register const" from scalar arguments to the unicode predicates by Fredrik Lundh · 23 years ago
  41. 55fb6e0 Revise the interface to the profiling and tracing support for the by Fred Drake · 23 years ago
  42. 8f45585 use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE tests. by Fredrik Lundh · 23 years ago
  43. ce9b5a5 Encode surrogates in UTF-8 even for a wide Py_UNICODE. by Martin v. Löwis · 23 years ago
  44. 9b14ab3 Make Unicode work a bit better on Windows... by Fredrik Lundh · 23 years ago
  45. 0ba70cc Support using UCS-4 as the Py_UNICODE type: by Martin v. Löwis · 23 years ago
  46. 1294ad0 experimental UCS-4 support: added USE_UCS4_STORAGE define to by Fredrik Lundh · 23 years ago
  47. 8c96369 PyFrameObject: rename f_stackbottom to f_stacktop, since it points to by Tim Peters · 23 years ago
  48. 14e1871 Somehow, under certain circumstances, config.h and rename1.h would pop back up. by Guido van Rossum · 23 years ago
  49. 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
  50. a725959 SF bug 433228: repr(list) woes when len(list) big. by Tim Peters · 23 years ago
  51. 2a9b367 Two new private longobject API functions, by Tim Peters · 23 years ago
  52. eefa964 Cast the result of xxxPyCObject_Import to PycStringIO_CAPI*. by Martin v. Löwis · 23 years ago
  53. 3d10b34 Wrap with extern "C". Fixes bug #428419. by Martin v. Löwis · 23 years ago
  54. 4324aa3 Cruft cleanup: Removed the unused last_is_sticky argument from the internal by Tim Peters · 23 years ago
  55. cd35306 Patch #424335: Implement string_richcompare, remove string_compare. by Martin v. Löwis · 23 years ago
  56. 489b56e This patch changes the behaviour of the UTF-16 codec family. Only the by Marc-André Lemburg · 23 years ago
  57. 2d92041 This patch changes the way the string .encode() method works slightly by Marc-André Lemburg · 23 years ago
  58. 58e0a8c SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen. by Tim Peters · 23 years ago
  59. 26cffde4 Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a fileobject.h, and initialize it in bltinmodule. by Mark Hammond · 23 years ago
  60. 72f98e9 SF bug #422177: Results from .pyc differs from .py by Tim Peters · 23 years ago
  61. cb8d368 Reimplement PySequence_Contains() and instance_contains(), so they work by Tim Peters · 23 years ago
  62. 6912d4d Generalize tuple() to work nicely with iterators. by Tim Peters · 23 years ago
  63. f4848da Make PyIter_Next() a little smarter (wrt its knowledge of iterator by Tim Peters · 23 years ago
  64. 8155e0e This patch originated from an idea by Martin v. Loewis who submitted a by Marc-André Lemburg · 23 years ago
  65. 213c7a6 Mondo changes to the iterator stuff, without changing how Python code by Guido van Rossum · 23 years ago
  66. 0531148 Adding iterobject.[ch], which were accidentally not added. Sorry\! by Guido van Rossum · 23 years ago
  67. 59d1d2b Iterators phase 1. This comprises: by Guido van Rossum · 23 years ago
  68. 879a186 Change the version to 2.2a0. This may look strange, but indicates by Guido van Rossum · 23 years ago
  69. 95f301f Update the version to 2.1final (again :-). by Guido van Rossum · 23 years ago
  70. a7a391c We need another release candidate after so many "small" changes. by Guido van Rossum · 23 years ago
  71. bfedde8 Prepare for release candidate 1... aka 2.1c1. by Guido van Rossum · 23 years ago
  72. 6a1c87d Add the necessary field for weak reference support to the function and by Fred Drake · 23 years ago
  73. b5c5132 Add sys.excepthook. by Ka-Ping Yee · 23 years ago
  74. 4e262a9 A small change to the C API for weakly-referencable types: Such types by Fred Drake · 23 years ago
  75. 2e2cded Set the line number correctly for a nested function with an exec or by Jeremy Hylton · 23 years ago
  76. bc32024 Extend support for from __future__ import nested_scopes by Jeremy Hylton · 23 years ago
  77. 061d106 If a code object is compiled with nested scopes, define the CO_NESTED flag. by Jeremy Hylton · 23 years ago
  78. 823649d Move the code implementing isinstance() and issubclass() to new C by Guido van Rossum · 23 years ago
  79. b845cb0 Bump version to 2.1b2. by Guido van Rossum · 23 years ago
  80. 30c9f39 Variety of small INC/DECREF patches that fix reported memory leaks by Jeremy Hylton · 23 years ago
  81. f0ee4b2 RISCOS patch by dschwertberger by Guido van Rossum · 23 years ago
  82. 9f324e9 Useful future statement support for the interactive interpreter by Jeremy Hylton · 23 years ago
  83. 1b6e6c0 Here we go again, another round of version bumping... by Guido van Rossum · 23 years ago
  84. 99858b5 add DEF_BOUND by Jeremy Hylton · 23 years ago
  85. 1bcb7e9 Add declaration for PyErr_WarnExplicit(). by Guido van Rossum · 23 years ago
  86. ad3d3f2 Improve SyntaxErrors for bad future statements. Set file and location by Jeremy Hylton · 23 years ago
  87. 39e2f3f Presumed correct compiler pass for future statements by Jeremy Hylton · 23 years ago
  88. 4db62b1 Improved __future__ parser; still more to do by Jeremy Hylton · 23 years ago
  89. a35c688 Add Vladimir Marangozov's object allocator. It is disabled by default. This by Neil Schemenauer · 23 years ago
  90. 29906ee Preliminary support for future nested scopes by Jeremy Hylton · 23 years ago
  91. b60654b The return value from PyObject_ClearWeakRefs() is no longer meaningful, by Fred Drake · 23 years ago
  92. a903ad98 _Py_ReleaseInternedStrings(): Private API function to decref and by Barry Warsaw · 23 years ago
  93. cb17ae8 Relax the rules for using 'from ... import *' and exec in the presence by Jeremy Hylton · 23 years ago
  94. 693291b Superseded by $(srcdir)/Makefile.pre.in. by Neil Schemenauer · 23 years ago
  95. 2a74a28 bump to 2.1a2 by Jeremy Hylton · 23 years ago
  96. 5acc0c0 Fix symbol table pass to generation SyntaxError exceptions that by Jeremy Hylton · 23 years ago
  97. 4b38da6 Move a bunch of definitions that were internal to compile.c to by Jeremy Hylton · 23 years ago
  98. 033f312 Use a type flag to determine the applicability of the tp_weaklistoffset by Fred Drake · 23 years ago
  99. 3faa52e Allow 'continue' inside 'try' clause SF patch 102989 by Thomas Wouters by Jeremy Hylton · 23 years ago
  100. 483638c Undo recent change that banned using import to bind a global, as per by Jeremy Hylton · 23 years ago