1. 4394e0d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  2. c283a85 Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. u"\U00012345"[0]). by Ezio Melotti · 13 years ago
  3. 04cb72f Issue9670: Back out changeset b0d2b696da19; test fails on other platforms by Ned Deily · 13 years ago
  4. e427f0f Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  5. 7859d40 remove this dead subversion code by Benjamin Peterson · 13 years ago
  6. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  7. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  8. 3a5508e Port build identification from default branch. by Georg Brandl · 13 years ago
  9. 94800df Merged revisions 88430,88438,88440 via svnmerge from by Georg Brandl · 13 years ago
  10. 4c29e1c Merged revisions 87796 via svnmerge from by David Malcolm · 14 years ago
  11. fe0263d Merged revisions 87607 via svnmerge from by Benjamin Peterson · 14 years ago
  12. 64a1e7c Merged revisions 87251 via svnmerge from by R. David Murray · 14 years ago
  13. 07f5451 remove dictmaker rule; it's unused by Benjamin Peterson · 14 years ago
  14. ec9f9f5 Merged revisions 85904 via svnmerge from by Benjamin Peterson · 14 years ago
  15. f99f33d Merged revisions 85814 via svnmerge from by Benjamin Peterson · 14 years ago
  16. 045bbcd Merged revisions 85757 via svnmerge from by Benjamin Peterson · 14 years ago
  17. f76942d Merged revisions 85562 via svnmerge from by Benjamin Peterson · 14 years ago
  18. 41b986c Merged revisions 85236 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
  19. da4faba Rolled back revisions 85003 via svnmerge from by Benjamin Peterson · 14 years ago
  20. 2af8404 Merged revisions 85003 via svnmerge from by Benjamin Peterson · 14 years ago
  21. 0a7b65b Merged revisions 84623 via svnmerge from by Antoine Pitrou · 14 years ago
  22. b1147f5 Merged revisions 84209, 84214 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
  23. a03ff6d sys.stderr and sys.excepthook can be None at interpreter shutdown, by Antoine Pitrou · 14 years ago
  24. e277325 Merged revisions 83352,83356-83358,83362,83366,83368-83369 via svnmerge from by Georg Brandl · 14 years ago
  25. 947ce58 prevent assignment to set literals by Benjamin Peterson · 14 years ago
  26. 7ff7825 Issue #8930: Remaining indentation fixes after the Grand Unified Indenting. by Stefan Krah · 14 years ago
  27. a4d36a9 Fix misindents in compile.c (for Benjamin). by Antoine Pitrou · 14 years ago
  28. 5b9ce31 bump revision by Benjamin Peterson · 14 years ago
  29. c6660cf different spellings are just unacceptable by Benjamin Peterson · 14 years ago
  30. 1056ca2 fix code formatting by Benjamin Peterson · 14 years ago
  31. c49dfcc Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding and by Victor Stinner · 14 years ago
  32. 6a26560 Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows by Antoine Pitrou · 14 years ago
  33. eb3cd30 Turned out that if you used explicit relative import syntax by Brett Cannon · 14 years ago
  34. 3bea1ed Use 4-spaces for indentation (instead of tabs) in pgen outputs by Victor Stinner · 14 years ago
  35. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  36. e54ddf1 Skip signal handler re-installation if it is not necessary. Issue 8354. by Jean-Paul Calderone · 14 years ago
  37. f4f0bf8 Revert a change where an expression is not needed now, but could be in the future. by Brett Cannon · 14 years ago
  38. 5335e77 Remove an unneeded variable assignment. by Brett Cannon · 14 years ago
  39. 0b64be2 Explicitly add stdio.h and string.h to make strtod.c work standalone. by Brett Cannon · 14 years ago
  40. c33e82d Change to a Py_XDECREF and fix some whitespace. by Brett Cannon · 14 years ago
  41. 1771ecf Remove an unnecessary variable assignment. by Brett Cannon · 14 years ago
  42. fa84d92 Remove two unneeded branches to an 'if' statement by applying De Morgan's Law by Brett Cannon · 14 years ago
  43. 2ee5183 Remove an unneeded variable increment. by Brett Cannon · 14 years ago
  44. 8b9c049 Remove an unneeded variable and fix a little whitespace. by Brett Cannon · 14 years ago
  45. b166afc Fix whitespace. by Brett Cannon · 14 years ago
  46. 417439e Partially revert the over-reaching r80813. by Brett Cannon · 14 years ago
  47. 0b03f10 Remove three unneeded variable assignments. by Brett Cannon · 14 years ago
  48. ef9b4ab Fix trailing whitespace. by Mark Dickinson · 14 years ago
  49. a8d2668 Issue #1533: fix inconsistency in range function argument processing: by Mark Dickinson · 14 years ago
  50. 1994969 When DeprecationWarning was silenced by default, it also silenced any use of -Q by Brett Cannon · 14 years ago
  51. 18e63fb Issue #7332: Remove the 16KB stack-based buffer in by Antoine Pitrou · 14 years ago
  52. 72ec2e2 14 years later, we still don't know what it's for. by Antoine Pitrou · 14 years ago
  53. f5e7b3e fix tabs by Benjamin Peterson · 14 years ago
  54. 1c7c11e give TypeError when trying to set T_STRING_INPLACE by Benjamin Peterson · 14 years ago
  55. bea424a more _PyString_Resize error checking by Benjamin Peterson · 14 years ago
  56. 76c8649 Issue #8276: PyEval_CallObject() is now only available in macro form. The by Antoine Pitrou · 14 years ago
  57. 0663873 make naming convention consistent by Benjamin Peterson · 14 years ago
  58. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 14 years ago
  59. bb9d726 take into account keyword arguments when passing too many args by Benjamin Peterson · 14 years ago
  60. 9654589 improve error message from passing inadequate number of keyword arguments #6474 by Benjamin Peterson · 14 years ago
  61. 88e7eba co_varnames is certainly a tuple, so let's not waste time finding out by Benjamin Peterson · 14 years ago
  62. d51b259 remove pointless condition by Benjamin Peterson · 14 years ago
  63. 56472c2 flatten condition by Benjamin Peterson · 14 years ago
  64. 0dee9c1 prevent lambda functions from having docstrings #8164 by Benjamin Peterson · 14 years ago
  65. f1ff88f Fix incorrect error checks in structmember.c (backport of r78920 from py3k). by Mark Dickinson · 14 years ago
  66. 6664426 Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt by Victor Stinner · 14 years ago
  67. 9c4742e more specific exception for wrong kind of raise #8082 by Benjamin Peterson · 14 years ago
  68. 71fb87e Issue #7544: Preallocate thread memory before creating the thread to avoid a by Victor Stinner · 14 years ago
  69. 8af970a Revert a nonexistent docstring typo, r42805. by Florent Xicluna · 14 years ago
  70. 9e5d132 Issue #7242: On Solaris 9 and earlier calling os.fork() from within a by Gregory P. Smith · 14 years ago
  71. adfc80b #4852: Remove dead code in every thread implementation, unused for many years. by Amaury Forgeot d'Arc · 14 years ago
  72. ee46101 remove pointless error checking by Benjamin Peterson · 14 years ago
  73. 565d785 normalize exceptions passed to the __exit__ method #7853 by Benjamin Peterson · 14 years ago
  74. b4b0a29 Issue #7819: Check sys.call_tracing() arguments types. by Victor Stinner · 14 years ago
  75. ee931b7 Issue #7766: Change sys.getwindowsversion() return value to a named tuple and add the additional members returned in an OSVERSIONINFOEX structure. The new members are service_pack_major, service_pack_minor, suite_mask, and product_type. by Eric Smith · 15 years ago
  76. 8cd0a66 dtoa.c fix from upstream that fixes incorrectly rounded results for certain subnormals that are also halfway cases. by Mark Dickinson · 15 years ago
  77. fc52904 Issue #7743: Add checks for zero inputs to the lshift and mult functions; by Mark Dickinson · 15 years ago
  78. adcda34 Issue #7743: Fix a potential incorrect rounding bug in dtoa.c (2nd bug by Mark Dickinson · 15 years ago
  79. 86db342 Correct typo in comment. by Mark Dickinson · 15 years ago
  80. ca6ea56 Additional explanatory comments for _Py_dg_strtod. by Mark Dickinson · 15 years ago
  81. 1942806 Don't try to put a value into a NULL pointer. by Mark Dickinson · 15 years ago
  82. 4141d65 Various dtoa.c cleanups. 1. Despagghetify _Py_dg_strtod parsing code by Mark Dickinson · 15 years ago
  83. 9481c57 Issue #7632: When Py_USING_MEMORY_DEBUGGER is defined, disable the by Mark Dickinson · 15 years ago
  84. 23df3d2 Issue #7632: Fix a memory leak in _Py_dg_strtod. by Mark Dickinson · 15 years ago
  85. 18a818b Fix multiple uses of variable 'L' in _Py_dg_strtod, where one use requires an unsigned long and the other a signed long. See also r77421. by Mark Dickinson · 15 years ago
  86. 811ff82 Issue #7632: Fix one more case of incorrect rounding for str -> float by Mark Dickinson · 15 years ago
  87. 476279f Issue #7632: Fix a serious wrong output bug for string -> float conversion. by Mark Dickinson · 15 years ago
  88. 0bc7747 Remove C++/C99-style comments. by Brett Cannon · 15 years ago
  89. 3ffa43d The silencing of DeprecationWarning was not taking -3 into consideration. Since by Brett Cannon · 15 years ago
  90. f8747c1 Issue 7632: fix incorrect rounding for long input strings with values very close to a power of 2. (See Bug 4 in the tracker discussion.) by Mark Dickinson · 15 years ago
  91. 50b60c6 Issue 7632: fix a dtoa.c bug (bug 6) causing incorrect rounding. Tests to follow. by Mark Dickinson · 15 years ago
  92. 03774fa Fix off-by-one error introduced in r77483. I have a test for this, but it currently fails due to a different dtoa.c bug; I'll add the test once that bug is fixed. by Mark Dickinson · 15 years ago
  93. d2a9940 More dtoa.c cleanup; remove the need for bc.dplen, bc.dp0 and bc.dp1. by Mark Dickinson · 15 years ago
  94. 02139d7 Fix buggy comparison: LHS of comparison was being treated as unsigned. by Mark Dickinson · 15 years ago
  95. 6e0d3d6 Simplify and annotate the bigcomp function, removing unused special cases. by Mark Dickinson · 15 years ago
  96. 5818e01 Clarify that sulp expects a nonnegative input, but that +0.0 is fine. by Mark Dickinson · 15 years ago
  97. b26d56a Add comments explaining the role of the bigcomp function in dtoa.c. by Mark Dickinson · 15 years ago
  98. 5ff4f27 Issue #7632: Fix a bug in dtoa.c that could lead to incorrectly-rounded results. by Mark Dickinson · 15 years ago
  99. 8efef5c Issue #7632: Fix a problem with _Py_dg_strtod that could lead to by Mark Dickinson · 15 years ago
  100. 102d70e Update version information for AST changes in r77422. by Alexandre Vassalotti · 15 years ago