1. 07e6cbd Fix the only non-C90 comment to be C90 compatible. (#568) by n.d. parker · 7 years ago
  2. a251fb0 Issue #27961: Define HAVE_LONG_LONG as 1. by Victor Stinner · 7 years ago
  3. 0d5742d guard HAVE_LONG_LONG definition to prevent redefinition (#28898) by Benjamin Peterson · 7 years ago
  4. 0c21214 replace usage of Py_VA_COPY with the (C99) standard va_copy by Benjamin Peterson · 8 years ago
  5. e2e792d merge 3.5 (#28184) by Benjamin Peterson · 8 years ago
  6. 918aa89 remove trailing whitespace by Benjamin Peterson · 8 years ago
  7. ac965ca stop using Py_LL and Py_ULL by Benjamin Peterson · 8 years ago
  8. 41e35f3 always define HAVE_LONG_LONG (#27961) by Benjamin Peterson · 8 years ago
  9. f051e43 Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). by Christian Heimes · 8 years ago
  10. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 8 years ago
  11. 2f8bfef replace PY_SIZE_MAX with SIZE_MAX by Benjamin Peterson · 8 years ago
  12. b9d9eed require uintptr_t to exist by Benjamin Peterson · 8 years ago
  13. 88bd3ed only include inttypes.h (#17884) by Benjamin Peterson · 8 years ago
  14. 4fe5510 require standard int types to be defined (#17884) by Benjamin Peterson · 8 years ago
  15. af580df replace PY_LONG_LONG with long long by Benjamin Peterson · 8 years ago
  16. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  17. 6349612 Issue #10910: merge from 3.5 by Ned Deily · 8 years ago
  18. 3d45599 Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. by Ned Deily · 8 years ago
  19. 7659aab Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. by Ned Deily · 8 years ago
  20. 1f9eb87 Issue #26857: The gethostbyaddr_r() workaround is no longer needed with by Stefan Krah · 8 years ago
  21. dfa4e04 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  22. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  23. 8fc8980 Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler. by Steve Dower · 9 years ago
  24. f329878 Issue #23753: Python doesn't support anymore platforms without stat() or by Victor Stinner · 9 years ago
  25. 8bdeb16 support setting fpu precision on m68k (closes #20904) by Benjamin Peterson · 10 years ago
  26. ebdcb50 Issue #19730: Argument Clinic now supports all the existing PyArg by Larry Hastings · 11 years ago
  27. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  28. aa2b22a Restore prototypes for the 'openpty' and 'forkpty' on BSDI (broken in issue #1772673). by Serhiy Storchaka · 11 years ago
  29. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  30. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  31. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  32. 14b9b11 If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified. by Victor Stinner · 11 years ago
  33. 99d6135 Define S_IFMT and S_IFLNK in pyport.h so posixmodule.c can use named constants instead by Christian Heimes · 11 years ago
  34. c6ebd16 Issue #11016: Try to fix compilaton of the new _stat.c module on Windows by Victor Stinner · 11 years ago
  35. 7e91e77 Close #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are identified by Victor Stinner · 11 years ago
  36. f6b687f remove support GCC PyArg_ParseTuple format patch, last seen in 2006 by Benjamin Peterson · 11 years ago
  37. 8e7586b Issue #17047: remove doubled words added in 3.4, by Terry Jan Reedy · 11 years ago
  38. 27dc02e Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 11 years ago
  39. c2176e4 Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 11 years ago
  40. 27cbcd6 Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 11 years ago
  41. 6e61d18 Issue 10052: merge fix from 3.2. by Mark Dickinson · 11 years ago
  42. ce31f66 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 11 years ago
  43. 983bc16 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 11 years ago
  44. 36f0216 Backport 9dd4638de73b. by Stefan Krah · 12 years ago
  45. 2cbbed6 Issue #6308: Try to fix the termios build failure on HP-UX. by Stefan Krah · 12 years ago
  46. 3962d5e Minor typo fix. by Georg Brandl · 12 years ago
  47. 743e0cd Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified by Christian Heimes · 12 years ago
  48. b176203 #16135: Removal of OS/2 support (C code and Docs) by Jesus Cea · 12 years ago
  49. b0f0047 Issue #13889: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  50. 18e3d81 Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions. Patch by Samuel Iseli and Stefan Krah. by Mark Dickinson · 12 years ago
  51. f5b62a9 Consolidate the occurrances of the prime used as the multiplier when hashing. by Gregory P. Smith · 12 years ago
  52. 63e6c32 Consolidate the occurrances of the prime used as the multiplier when hashing by Gregory P. Smith · 12 years ago
  53. 794d567 any_find_slice() doesn't use callbacks anymore by Victor Stinner · 13 years ago
  54. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  55. 0390151 Fix typo in comment: _PyHash_Double -> _Py_HashDouble. by Mark Dickinson · 13 years ago
  56. 6646cd4 Issue #10325: Fix two issues in the fallback definitions of PY_LLONG_MAX and by Mark Dickinson · 14 years ago
  57. 8035bc5 follow up to #9778: define and use an unsigned hash type by Benjamin Peterson · 14 years ago
  58. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  59. 3861599 Remove pointers to a FAQ entry that no longer exists. Incorporate some text from the old FAQ into the docs by Daniel Stutzbach · 14 years ago
  60. a606faa Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other than MSC by Daniel Stutzbach · 14 years ago
  61. f0f4514 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 by Alexander Belopolsky · 14 years ago
  62. dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 14 years ago
  63. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  64. 501aeff Merged revisions 80178 via svnmerge from by Ronald Oussoren · 14 years ago
  65. a4962cb Merged revisions 76561 via svnmerge from by Mark Dickinson · 15 years ago
  66. 6ce4a9a Merged revisions 76308 via svnmerge from by Mark Dickinson · 15 years ago
  67. 835a6c8 Merged revisions 73701 via svnmerge from by Mark Dickinson · 15 years ago
  68. a4262b9 Add comments to pyport.h explaining how to enable support for short by Mark Dickinson · 15 years ago
  69. 7abf8d4 The SSE2 detection and enabling could potentially cause by Mark Dickinson · 15 years ago
  70. 60fd099 Issue #5781: Only use legacy string<->double conversions when by Mark Dickinson · 15 years ago
  71. b08a53a Issue #1580: use short float repr where possible. by Mark Dickinson · 15 years ago
  72. 16f966e Merged revisions 70489 via svnmerge from by Mark Dickinson · 15 years ago
  73. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 15 years ago
  74. 058e31e Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from by Benjamin Peterson · 15 years ago
  75. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  76. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  77. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
  78. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  79. 53876d9 Merged revisions 62380,62382-62383 via svnmerge from by Christian Heimes · 16 years ago
  80. 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 16 years ago
  81. 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 16 years ago
  82. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 16 years ago
  83. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 16 years ago
  84. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 16 years ago
  85. eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
  86. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  87. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  88. 7696ed7 Change float.__str__() and complex.__str__() to return unicode objects. by Walter Dörwald · 17 years ago
  89. f6657e6 Cruft removal: by Neal Norwitz · 17 years ago
  90. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 17 years ago
  91. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  92. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  93. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  94. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  95. 2d65b55 Fix intptr_t fallback for Py_ssize_t. by Martin v. Löwis · 18 years ago
  96. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  97. 358d938 Remove INT_MIN that came from the AST merge. by Neal Norwitz · 19 years ago
  98. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  99. 539c662 - Changes donated by Elemental Security to make it work on HP-UX 11 on by Guido van Rossum · 19 years ago
  100. 862f059 Introduced a Py_IS_NAN macro, which probably works on the major platforms by Tim Peters · 20 years ago