1. 9168d06 #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  2. 1670af6 Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  3. c7797dc Issue #19543: Emit deprecation warning for known non-text encodings. by Serhiy Storchaka · 9 years ago
  4. 2c992a0 backport computed gotos (#4753) by Benjamin Peterson · 9 years ago
  5. 60ab9cc 2.7.10+ by Benjamin Peterson · 9 years ago
  6. 5a29c5c python 2.7.10 final by Benjamin Peterson · 9 years ago
  7. a40ea98 bump version to 2.7.10rc1 by Benjamin Peterson · 9 years ago
  8. 023de86 use rc rather than beta by Benjamin Peterson · 10 years ago
  9. 320bec1 - Set PY_VERSION to "2.7.10b0", PY_MICRO_VERSION to 10 and by doko@ubuntu.com · 10 years ago
  10. aa64c46 Issue #23781: Add private helper function _PyErr_ReplaceException() that by Serhiy Storchaka · 10 years ago
  11. 083f6fb move 2.7 branch to 2.7.9+ by Benjamin Peterson · 10 years ago
  12. a5f49f5 bump to 2.7.9 final by Benjamin Peterson · 10 years ago
  13. af358ef 2.7.9rc1 by Benjamin Peterson · 10 years ago
  14. b9a4501 Issue #21963: backout issue #1856 patch (avoid crashes and lockups when by Antoine Pitrou · 10 years ago
  15. a86c091 Issue #22453: Fexed reference leaks when format error messages in ceval.c. by Serhiy Storchaka · 10 years ago
  16. ead2f5a Issue #18637: Fixed an error in _PyNode_SizeOf declaration. by Serhiy Storchaka · 10 years ago
  17. f9b2aa2 Issue #22193: Fixed integer overflow error in sys.getsizeof(). by Serhiy Storchaka · 10 years ago
  18. 57057a6 PEP 466: backport persistent urandom fd (closes #21305) by Benjamin Peterson · 10 years ago
  19. f880bff Removed useless Py_LIMITED_API checks. by Serhiy Storchaka · 10 years ago
  20. c95f51a Issue #22193: Added private function _PySys_GetSizeOf() needed to implement by Serhiy Storchaka · 10 years ago
  21. 7ce6a96 after 2.7.8 by Benjamin Peterson · 10 years ago
  22. fdbdcfe bump to 2.7.8 by Benjamin Peterson · 10 years ago
  23. c0bc4ef avoid crashes and lockups from daemon threads during interpreter shutdown (#1856) by Benjamin Peterson · 10 years ago
  24. e047f56 post 2.7.7 version bump by Benjamin Peterson · 10 years ago
  25. 15e5a16 merge 2.7.7 release branch by Benjamin Peterson · 10 years ago
  26. 9c70397 bump to 2.7.7 final by Benjamin Peterson · 10 years ago
  27. dfc1b4b remove tab (closes #21587) by Benjamin Peterson · 10 years ago
  28. 996bf48 bump to 2.7.7rc1 by Benjamin Peterson · 10 years ago
  29. ffc34e8 use imperative by Benjamin Peterson · 11 years ago
  30. 95d8acf PySequence_Fast generally returns a list (#16305) by Benjamin Peterson · 11 years ago
  31. 7821ff3 Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. by Victor Stinner · 11 years ago
  32. df9460f Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle. by Alexandre Vassalotti · 11 years ago
  33. a293428 Issue #6477: Added pickling support for singletons and their types. by Alexandre Vassalotti · 11 years ago
  34. 01bdeec a post-2.7.6 world by Benjamin Peterson · 11 years ago
  35. 2785195 2.7.6 final by Benjamin Peterson · 11 years ago
  36. 07ffc78 2.7.6rc1 by Benjamin Peterson · 11 years ago
  37. 4fe1260 Closes #13867: remove untrue comment about PyWeakref_Check(). by Georg Brandl · 11 years ago
  38. 419e23c #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  39. 988aba3 onto 2.7.6 by Benjamin Peterson · 11 years ago
  40. 0864944 bump version to 2.7.5 by Benjamin Peterson · 11 years ago
  41. 108d1b4 Issue #17703: Fix a regression where an illegal use of Py_DECREF() after interpreter finalization can cause a crash. by Antoine Pitrou · 12 years ago
  42. 5419e49 start cracking on 2.7.5 by Benjamin Peterson · 12 years ago
  43. 376dd0e change version to 2.7.4 by Benjamin Peterson · 12 years ago
  44. cd85aa4 after 2.7.4rc1 bump by Benjamin Peterson · 12 years ago
  45. a1f6fab version to 2.7.4rc1 by Benjamin Peterson · 12 years ago
  46. 868f0aa issue #9090 : Take the same approach for socketmodule as daytimemodule by Kristján Valur Jónsson · 12 years ago
  47. f39d52f Issue #1783: Remove declarations of nonexistent private variables. by Serhiy Storchaka · 12 years ago
  48. d7797c6 Remove trailing whitespaces in cStringIO.h. by Serhiy Storchaka · 12 years ago
  49. 74f49ab Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  50. d38c990 Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 12 years ago
  51. 17c50cd Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 12 years ago
  52. e78f12f Backport 9dd4638de73b. by Stefan Krah · 12 years ago
  53. 4a3a3f3 Backport 5db6d9ddf6e8. by Stefan Krah · 12 years ago
  54. 58098a7 Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  55. cd36662 Remove trailing whitespace in order to silence warnings on HP-UX. by Trent Nelson · 12 years ago
  56. 3e3192d Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 12 years ago
  57. 9c0baf7 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 · 13 years ago
  58. fbf764e we live in a post 2.7.3 world by Benjamin Peterson · 13 years ago
  59. ad6b3f5 merge 2.7.3 release branch by Benjamin Peterson · 13 years ago
  60. e95a8f6 bump to 2.7.3 final by Benjamin Peterson · 13 years ago
  61. f1acd0a merge from 2.7 release branch by Benjamin Peterson · 13 years ago
  62. ee933ec bump to 2.7.3rc2 by Benjamin Peterson · 13 years ago
  63. 3cef2a9 - rename configure.in to configure.ac by Matthias Klose · 13 years ago
  64. a2aa2ef bump to 2.7.3rc1 by Benjamin Peterson · 13 years ago
  65. cc3fa88 Fix crash at startup with -W options. by Antoine Pitrou · 13 years ago
  66. 9d7601f merge 2.6 by Benjamin Peterson · 13 years ago
  67. 26da920 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 13 years ago
  68. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 13 years ago
  69. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 13 years ago
  70. 4618075 Merge. by Charles-François Natali · 13 years ago
  71. 1f3ff7b Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native by Charles-François Natali · 13 years ago
  72. 5a75355 Try to fix linking failures under Windows by Antoine Pitrou · 13 years ago
  73. 605ee24 Always define _PyIsSelectable_fd(). by Charles-François Natali · 13 years ago
  74. fda7b37 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  75. 9943c0d #10741: add documentation for PyGILState_GetThisThreadState() by Sandro Tosi · 13 years ago
  76. 6abd97e onto 2.7.3 by Benjamin Peterson · 13 years ago
  77. 9843ba5 bump to 2.7.2 final by Benjamin Peterson · 13 years ago
  78. d0366e8 Replay svn r88852. by Barry Warsaw · 13 years ago
  79. 16ec24a Replay svn r88850. by Barry Warsaw · 13 years ago
  80. cd20705 bump to 2.7.2rc1 by Benjamin Peterson · 13 years ago
  81. 32140f8 Replay changeset 70249:b571c7a8cf2e from fubar branch. Original commit message: by Barry Warsaw · 13 years ago
  82. 3428926 Replay changeset 70248:c714e2f92f63 from fubar branch. Original commit message: by Barry Warsaw · 13 years ago
  83. cf0d8ab Replay changeset 70238:03e488b5c009 from fubar branch. Original commit message: by Barry Warsaw · 13 years ago
  84. 4394e0d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  85. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  86. d4acd35 make this subversion artifact empty by Benjamin Peterson · 14 years ago
  87. 3a5508e Port build identification from default branch. by Georg Brandl · 14 years ago
  88. 07f5451 remove dictmaker rule; it's unused by Benjamin Peterson · 14 years ago
  89. 5ee8448 next release cycle bump by Benjamin Peterson · 14 years ago
  90. 3e0fa42 2.7.1 final version bump by Benjamin Peterson · 14 years ago
  91. b727650 Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge from by Georg Brandl · 14 years ago
  92. db4c334 towards final by Benjamin Peterson · 14 years ago
  93. cc21417 2.7.1rc1 bump by Benjamin Peterson · 14 years ago
  94. 0491047 Merged revisions 85675 via svnmerge from by R. David Murray · 14 years ago
  95. 93db23e Merged revisions 84810 via svnmerge from by Daniel Stutzbach · 14 years ago
  96. 1fcdba8 Merged revisions 84391 via svnmerge from by Antoine Pitrou · 14 years ago
  97. a408350 Merged revisions 84344 via svnmerge from by Antoine Pitrou · 14 years ago
  98. 1740947 Post release bump by Barry Warsaw · 14 years ago
  99. d724296 2.6.6 final. \o/ by Barry Warsaw · 14 years ago
  100. 8275da3 Post release twiddling. by Barry Warsaw · 14 years ago