1. a177594 Issue #9036: Throughout the code base, Py_CHARMASK is used on 8-bit wide by Stefan Krah · 14 years ago
  2. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 14 years ago
  3. bb28285 Issue #7117: Prepare for backport of py3k float repr. by Mark Dickinson · 15 years ago
  4. cac7af6 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. by Eric Smith · 15 years ago
  5. 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 15 years ago
  6. fe22a45 Correct an incorrect comment about our #include of stddef.h. by Gregory P. Smith · 16 years ago
  7. 259a566 Fix preprocessor statement. by Thomas Heller · 16 years ago
  8. 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 16 years ago
  9. 3497f94 First step of the C API rename: by Christian Heimes · 16 years ago
  10. 6f34109 I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. by Christian Heimes · 16 years ago
  11. e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 16 years ago
  12. d183bdd Revert r61969 which added casts to Py_CHARMASK to avoid compiler warnings. by Neal Norwitz · 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. 3781aef Finish backporting new buffer API to Python 2.6. Left to do: memoryview object and structmodule. But, these need to be finished in Python 3.0 first. No objects support the new buffer API in Python 2.6 as of yet, and except for the memoryview object, I don't think they will. by Travis E. Oliphant · 16 years ago
  15. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 17 years ago
  16. 0e8bd7e Patch #1495999: Part two of Windows CE changes. by Martin v. Löwis · 18 years ago
  17. a43190b Patch #1492356: Port to Windows CE (patch set 1). by Martin v. Löwis · 18 years ago
  18. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  19. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  20. fe393f4 Use intptr_t/uintptr_t on Windows by Martin v. Löwis · 20 years ago
  21. 8d97e33 Patch #966493: Cleanup generator/eval_frame exposure. by Martin v. Löwis · 20 years ago
  22. 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 20 years ago
  23. 6e098a1 compile.h and eval.h weren't being included which kept a fair bit of the by Skip Montanaro · 20 years ago
  24. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 21 years ago
  25. 0490fe9 Changed the UCHAR_MAX error msg a bit: we don't really assume anything by Tim Peters · 21 years ago
  26. ac4ea13 There are places in Python which assume bytes have 8-bits. Formalize that a by Skip Montanaro · 21 years ago
  27. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  28. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  29. 6f18a3c Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have them by Martin v. Löwis · 22 years ago
  30. 5a7ef7e Define _XOPEN_SOURCE in configure and Python.h. by Jeremy Hylton · 22 years ago
  31. 60519e8 HAVE_LIMITS_H -- raise #error if not defined; limits.h is std C by Tim Peters · 22 years ago
  32. 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 22 years ago
  33. 0ae0c07 SF 569257 -- Name mangle double underscored variable names in __slots__. by Raymond Hettinger · 22 years ago
  34. a3fb4f7 Patch #505375: Make doc strings optional. by Martin v. Löwis · 22 years ago
  35. bc48826 Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***) by Jason Tishler · 22 years ago
  36. e5df105 Silly typo. by Michael W. Hudson · 22 years ago
  37. 1e1fcef Back out #555929 by Martin v. Löwis · 22 years ago
  38. eadb6bb Patch #555929: Cygwin AH_BOTTOM cleanup patch by Jason Tishler · 22 years ago
  39. 7dab242 - New builtin function enumerate(x), from PEP 279. Example: by Guido van Rossum · 22 years ago
  40. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  41. 1543c07 Add a comment that PyArg_GetInt is deprecated and should not be used by Neal Norwitz · 22 years ago
  42. 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 22 years ago
  43. ddea208 Give Python a debug-mode pymalloc, much as sketched on Python-Dev. by Tim Peters · 22 years ago
  44. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  45. 5defb17 Stop defining NDEBUG in Python.h, because it can interfere with by Tim Peters · 23 years ago
  46. 19bc578 Include the weakref object interface. by Fred Drake · 23 years ago
  47. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  48. 76f373d Repair more now-obsolete references to config.h. by Tim Peters · 23 years ago
  49. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  50. 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
  51. 0d5dd68 Python.h: Don't attempt to redefine NDEBUG if it's already defined. by Tim Peters · 23 years ago
  52. b2c075b Define NDEBUG when Py_DEBUG undefined, to disable the assert macro. by Guido van Rossum · 23 years ago
  53. 59d1d2b Iterators phase 1. This comprises: by Guido van Rossum · 23 years ago
  54. fbd849f PEP 227 implementation by Jeremy Hylton · 24 years ago
  55. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  56. 9e8181b Make better use of GNU Pth -- patch by Andy Dustman. by Guido van Rossum · 24 years ago
  57. 4826a89 Close SF bug 110826: a complaint about the way Python #define'd NULL. by Tim Peters · 24 years ago
  58. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  59. 25f6894 patch from Vladimir (move Py_Mem* interface to Include/pymem.h) by Peter Schneider-Kamp · 24 years ago
  60. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  61. 8315ea5 Included assert.h in Python.h -- it's absurd that this basic tool of by Tim Peters · 24 years ago
  62. 794b483 deleted obsolete SYMANTEC__CFM68K__ tests by Skip Montanaro · 24 years ago
  63. 7d3a511 Cray J90 fixes for long ints. by Tim Peters · 24 years ago
  64. 295b1bb Defunct the _XOPEN_SOURCE define for now. Suggested by Fredrik by Marc-André Lemburg · 24 years ago
  65. 82249c8 Added #defines to enable SUSv2 compatibility where available and by Marc-André Lemburg · 24 years ago
  66. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  67. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  68. 9581144 Typo fix in comment. by Greg Ward · 24 years ago
  69. 07bd90e Andy Dustman: add GNU pth user-space thread support. by Guido van Rossum · 24 years ago
  70. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 24 years ago
  71. bd7dfbc Marc-Andre Lemburg: include unicodeobject.h and codecs.h by Guido van Rossum · 24 years ago
  72. f1176c4 New version identification scheme. by Guido van Rossum · 26 years ago
  73. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  74. 2e19bd7 Add Greg Stein's buffer object API. by Guido van Rossum · 26 years ago
  75. 90ce848 On SGI, we need to define _SGI_MP_SOURCE before including errno.h when by Guido van Rossum · 26 years ago
  76. 29e46a9 Mass checkin (more to follow for other directories). by Guido van Rossum · 27 years ago
  77. 618af4b Include pystate.h earlier so it can be referenced by ceval.h. by Guido van Rossum · 27 years ago
  78. 2ec9031 Subsumed mappingobject.h in dictobject.h. by Guido van Rossum · 27 years ago
  79. b05a5c7 Instead of importing graminit.h whenever one of the three grammar 'root' by Guido van Rossum · 27 years ago
  80. a027efa Massive changes for separate thread state management. by Guido van Rossum · 27 years ago
  81. d27b4f2 Several oopsies -- Py_ALLOBJECTS_H -> Py_PYTHON_H, temporarily removed by Guido van Rossum · 27 years ago
  82. 174f95a Moved allobjects.h to Python.h (without rename2.h). by Guido van Rossum · 27 years ago
  83. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
  84. 9566408 pythonrun.h: added run_pyc_file by Guido van Rossum · 30 years ago