1. 04d86c7 Issue #1783: Remove declarations of nonexistent private variables. by Serhiy Storchaka · 12 years ago
  2. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  3. 27cbcd6 Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 12 years ago
  4. 62a0d6e 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
  5. ce31f66 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 12 years ago
  6. 56cd62c Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  7. 2a0fb14 Remove trailing whitespace in order to silence warnings on HP-UX. by Trent Nelson · 12 years ago
  8. e9c5318 Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 12 years ago
  9. 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
  10. a51497a Merge 3.2.3 release clone. by Georg Brandl · 12 years ago
  11. 507776e Post-release update. by Georg Brandl · 12 years ago
  12. 4403601 Bump to 3.2.3 final. by Georg Brandl · 12 years ago
  13. aa589b3 Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers. by Kristján Valur Jónsson · 12 years ago
  14. b81e538 Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers. by Kristján Valur Jónsson · 12 years ago
  15. 0197ff9 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 12 years ago
  16. 3187749 Merge 3.2.3rc2 from release clone. by Georg Brandl · 12 years ago
  17. 1eb0f9d Post-release updates for 3.2.3rc2. by Georg Brandl · 12 years ago
  18. 226af70 Bump to 3.2.3rc2. by Georg Brandl · 12 years ago
  19. d83be23 merge 3.1 by Matthias Klose · 12 years ago
  20. 0f4c16e - rename configure.in to configure.ac by Matthias Klose · 12 years ago
  21. 48605a6 3.2.3rc1 done by Georg Brandl · 12 years ago
  22. afe05bd Bump version to 3.2.3rc1. by Georg Brandl · 12 years ago
  23. 36a6558 version now 3.1.5rc1 by Benjamin Peterson · 13 years ago
  24. 86838b0 Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. by Antoine Pitrou · 13 years ago
  25. e249dca merge 3.2 by Benjamin Peterson · 13 years ago
  26. 69e9727 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 13 years ago
  27. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  28. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  29. 1334884 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 13 years ago
  30. 3388060 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. by Meador Inge · 13 years ago
  31. 63e6c32 Consolidate the occurrances of the prime used as the multiplier when hashing by Gregory P. Smith · 13 years ago
  32. 9f57135 - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix by Barry Warsaw · 13 years ago
  33. 6d47db3 Closes issue #13488: Some old preprocessors have problem with #define not in the first column by Jesus Cea · 13 years ago
  34. 8d40f16 Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER by Petri Lehtinen · 13 years ago
  35. de31b19 Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban. by Nick Coghlan · 13 years ago
  36. eeb7eea Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
  37. 36225c6 Try to fix linking failures under Windows by Antoine Pitrou · 13 years ago
  38. d88d983 Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character by Victor Stinner · 13 years ago
  39. 06ee020 Post-release version bump. by Georg Brandl · 13 years ago
  40. 3484a87 Merge with release clone. by Georg Brandl · 13 years ago
  41. eff61f6 make sure to initialize the method wrapper type by Benjamin Peterson · 13 years ago
  42. aa26b27 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  43. b0993bc Bump to 3.2.2. by Georg Brandl · 13 years ago
  44. 666ed0b Post-release steps. by Georg Brandl · 13 years ago
  45. b3f0ce4 Bump version to 3.2.2rc1. by Georg Brandl · 13 years ago
  46. 61baee0 #10741: add documentation for PyGILState_GetThisThreadState() by Sandro Tosi · 13 years ago
  47. bb9c7d0 Post-release steps for 3.2.1. by Georg Brandl · 13 years ago
  48. cd0dc16 Bump version to 3.2.1. by Georg Brandl · 13 years ago
  49. 7d10a2d Post-release steps. by Georg Brandl · 13 years ago
  50. d4fa7ed Bump to 3.2.1rc2. by Georg Brandl · 13 years ago
  51. acde6a0 onto 3.1.5 by Benjamin Peterson · 13 years ago
  52. d858df2 bump to 3.1.4 by Benjamin Peterson · 13 years ago
  53. 9a63745 bump to 3.1.4rc1 by Benjamin Peterson · 13 years ago
  54. d079367 Set up branch to be rc2 next. by Georg Brandl · 13 years ago
  55. 5673e27 Bump to 3.2.1rc1. by Georg Brandl · 13 years ago
  56. cd79cdc Bump to 3.2.1b1. by Georg Brandl · 13 years ago
  57. 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  58. 3cbf14b Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  59. 0c759fe Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  60. 2fc8b87 Port 5b607cd8c71b (closes #11892) by Jesus Cea · 13 years ago
  61. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  62. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  63. 274f5fa merge 3.1 by Benjamin Peterson · 13 years ago
  64. ec4b44b make this subversion artifact empty by Benjamin Peterson · 13 years ago
  65. 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 13 years ago
  66. 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 13 years ago
  67. eda71c9 Merged revisions 88517 via svnmerge from by Victor Stinner · 14 years ago
  68. 0accdfa Update in-development version. by Georg Brandl · 14 years ago
  69. 260a788 Version bump to 3.2 final. by Georg Brandl · 14 years ago
  70. d585218 Post-release updates. by Georg Brandl · 14 years ago
  71. a6d12ef Bump for 3.2rc3. by Georg Brandl · 14 years ago
  72. cc7e23a Issue #11134: Add missing fields to typeslots.h. Reviewed by Georg Brandl. by Martin v. Löwis · 14 years ago
  73. 6916806 Issue #11135: Remove redundant doc field from PyType_Spec. by Martin v. Löwis · 14 years ago
  74. 738236d Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited ABI by Martin v. Löwis · 14 years ago
  75. 6b449ba Post-release updates. by Georg Brandl · 14 years ago
  76. d6e19c3 Bump version. by Georg Brandl · 14 years ago
  77. 0c5036f Post-release updates. by Georg Brandl · 14 years ago
  78. 3988ed8 Bump to 3.2rc1. by Georg Brandl · 14 years ago
  79. 189c091 Drop bf_getbuffer/bf_releasebuffer from stable ABI, see #10181. by Martin v. Löwis · 14 years ago
  80. c83bc3c Remove buffer API from stable ABI for now, see #10181. by Martin v. Löwis · 14 years ago
  81. 23683ef Issue #10333: Remove ancient GC API, which has been deprecated since Python 2.2. by Antoine Pitrou · 14 years ago
  82. 60db467 post release bump by Gregory P. Smith · 14 years ago
  83. 8aa7e99 Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833. by Georg Brandl · 14 years ago
  84. b9cb21e Issue #10780: Remove commas at the end of the argument list by Victor Stinner · 14 years ago
  85. 92be939 Issue #10780: PyErr_SetFromWindowsErrWithFilename() and by Victor Stinner · 14 years ago
  86. cb428f0 Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem by Victor Stinner · 14 years ago
  87. 0d71116 Issue #9738: Ooops, fix typos in my previous commit (r87506) by Victor Stinner · 14 years ago
  88. 00676d1 Issue #9738: Document encodings of AST, compiler, parser and PyRun functions by Victor Stinner · 14 years ago
  89. dc2081f Issue #9738: document encodings of unicode functions by Victor Stinner · 14 years ago
  90. 555a24f Issue #9738: Document encodings of error and warning functions by Victor Stinner · 14 years ago
  91. 8a60e94 Bump to 3.2b2. by Georg Brandl · 14 years ago
  92. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 14 years ago
  93. b550308 Take PyUnicode_TransformDecimalToASCII out of the limited API. by Georg Brandl · 14 years ago
  94. 41ea8ae Bump to 3.2b1. by Georg Brandl · 14 years ago
  95. 0d012f2 Expose CompileString, not CompileStringFlags under the limited API. by Martin v. Löwis · 14 years ago
  96. 8334fd9 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. by Georg Brandl · 14 years ago
  97. 942af5a Issue #10557: Fixed error messages from float() and other numeric by Alexander Belopolsky · 14 years ago
  98. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  99. 71c23d4 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. by Georg Brandl · 14 years ago
  100. 68eb371 point in the general direction of 3.1.4 by Benjamin Peterson · 14 years ago