1. fe6f9d0 Document absoluteness of sys.executable by Petri Lehtinen · 14 years ago
  2. 6f25d75 Remove debug output, fix assert (hopefully) and exercise signedness issues a bit more. by Antoine Pitrou · 14 years ago
  3. b744cef Fix temporary debug output (so, time_t is 8 bytes on some Windows builds) by Antoine Pitrou · 14 years ago
  4. 11cc480 Temporary debug for Windows buildbots. by Antoine Pitrou · 14 years ago
  5. 0e5fd59 Make guard more dynamic (apparently the size of a filesystem timestamp may vary under Windows). by Antoine Pitrou · 14 years ago
  6. d1c818a Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 14 years ago
  7. 5f8d606 add another year to glorious PSF IP by Benjamin Peterson · 14 years ago
  8. 4bf21e2 Issue #13546: Fixed an overflow issue that could crash the intepreter when by Amaury Forgeot d'Arc · 14 years ago
  9. a5ae1f0 remove py3k warning for callable by Benjamin Peterson · 14 years ago
  10. 0c0d756 don't let a tuple msg be interpreted as arguments to AssertionError (closes #13268) by Benjamin Peterson · 14 years ago
  11. 4618075 Merge. by Charles-François Natali · 14 years ago
  12. 1f3ff7b Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native by Charles-François Natali · 14 years ago
  13. 63c22fa Issue #7732: Fix a crash on importing a module if a directory has the same name by Victor Stinner · 14 years ago
  14. ed36c06 Fix the import machinery if there is an error on sys.path or sys.meta_path by Victor Stinner · 14 years ago
  15. 871a0fb Remove unused variable if Python is build without threads by Victor Stinner · 14 years ago
  16. 4cfae02 Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales. by Antoine Pitrou · 14 years ago
  17. 5eed306 allow None identifiers by Benjamin Peterson · 14 years ago
  18. 7782024 verify the types of AST strings and identifiers (closes #12609 and #12610) by Benjamin Peterson · 14 years ago
  19. 39540a0 Improve docstring for divmod() by Raymond Hettinger · 14 years ago
  20. c3349cd port 8d05f697acd4 (#11627) by Benjamin Peterson · 14 years ago
  21. ba8b3a2 Close #12501: Adjust callable() warning: callable() is only not supported in by Victor Stinner · 14 years ago
  22. 4833c98 start out this branch always with filename NULL by Benjamin Peterson · 14 years ago
  23. 9b6c605 plug refleak by Benjamin Peterson · 14 years ago
  24. 65c1535 Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 14 years ago
  25. 19b851d sys.checkinterval() now refreshes the current countdown ticker. by Raymond Hettinger · 14 years ago
  26. 482f908 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 14 years ago
  27. 11041f0 Port #6498 fix: fix several misspellings of "SystemExit" as "SystemError". by Georg Brandl · 14 years ago
  28. 0a92d18 Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 14 years ago
  29. 645b9f6 Issue #8651: Fix "z#" format of PyArg_Parse*() function: the size was not by Victor Stinner · 14 years ago
  30. 4394e0d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 14 years ago
  31. 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 · 14 years ago
  32. 04cb72f Issue9670: Back out changeset b0d2b696da19; test fails on other platforms by Ned Deily · 14 years ago
  33. e427f0f Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 14 years ago
  34. 7859d40 remove this dead subversion code by Benjamin Peterson · 14 years ago
  35. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  36. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  37. 3a5508e Port build identification from default branch. by Georg Brandl · 14 years ago
  38. 94800df Merged revisions 88430,88438,88440 via svnmerge from by Georg Brandl · 14 years ago
  39. 4c29e1c Merged revisions 87796 via svnmerge from by David Malcolm · 15 years ago
  40. fe0263d Merged revisions 87607 via svnmerge from by Benjamin Peterson · 15 years ago
  41. 64a1e7c Merged revisions 87251 via svnmerge from by R. David Murray · 15 years ago
  42. 07f5451 remove dictmaker rule; it's unused by Benjamin Peterson · 15 years ago
  43. ec9f9f5 Merged revisions 85904 via svnmerge from by Benjamin Peterson · 15 years ago
  44. f99f33d Merged revisions 85814 via svnmerge from by Benjamin Peterson · 15 years ago
  45. 045bbcd Merged revisions 85757 via svnmerge from by Benjamin Peterson · 15 years ago
  46. f76942d Merged revisions 85562 via svnmerge from by Benjamin Peterson · 15 years ago
  47. 41b986c Merged revisions 85236 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  48. da4faba Rolled back revisions 85003 via svnmerge from by Benjamin Peterson · 15 years ago
  49. 2af8404 Merged revisions 85003 via svnmerge from by Benjamin Peterson · 15 years ago
  50. 0a7b65b Merged revisions 84623 via svnmerge from by Antoine Pitrou · 15 years ago
  51. b1147f5 Merged revisions 84209, 84214 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  52. a03ff6d sys.stderr and sys.excepthook can be None at interpreter shutdown, by Antoine Pitrou · 15 years ago
  53. e277325 Merged revisions 83352,83356-83358,83362,83366,83368-83369 via svnmerge from by Georg Brandl · 15 years ago
  54. 947ce58 prevent assignment to set literals by Benjamin Peterson · 15 years ago
  55. 7ff7825 Issue #8930: Remaining indentation fixes after the Grand Unified Indenting. by Stefan Krah · 15 years ago
  56. a4d36a9 Fix misindents in compile.c (for Benjamin). by Antoine Pitrou · 15 years ago
  57. 5b9ce31 bump revision by Benjamin Peterson · 15 years ago
  58. c6660cf different spellings are just unacceptable by Benjamin Peterson · 15 years ago
  59. 1056ca2 fix code formatting by Benjamin Peterson · 15 years ago
  60. c49dfcc Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding and by Victor Stinner · 15 years ago
  61. 6a26560 Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows by Antoine Pitrou · 15 years ago
  62. eb3cd30 Turned out that if you used explicit relative import syntax by Brett Cannon · 15 years ago
  63. 3bea1ed Use 4-spaces for indentation (instead of tabs) in pgen outputs by Victor Stinner · 15 years ago
  64. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 15 years ago
  65. e54ddf1 Skip signal handler re-installation if it is not necessary. Issue 8354. by Jean-Paul Calderone · 15 years ago
  66. f4f0bf8 Revert a change where an expression is not needed now, but could be in the future. by Brett Cannon · 15 years ago
  67. 5335e77 Remove an unneeded variable assignment. by Brett Cannon · 15 years ago
  68. 0b64be2 Explicitly add stdio.h and string.h to make strtod.c work standalone. by Brett Cannon · 15 years ago
  69. c33e82d Change to a Py_XDECREF and fix some whitespace. by Brett Cannon · 15 years ago
  70. 1771ecf Remove an unnecessary variable assignment. by Brett Cannon · 15 years ago
  71. fa84d92 Remove two unneeded branches to an 'if' statement by applying De Morgan's Law by Brett Cannon · 15 years ago
  72. 2ee5183 Remove an unneeded variable increment. by Brett Cannon · 15 years ago
  73. 8b9c049 Remove an unneeded variable and fix a little whitespace. by Brett Cannon · 15 years ago
  74. b166afc Fix whitespace. by Brett Cannon · 15 years ago
  75. 417439e Partially revert the over-reaching r80813. by Brett Cannon · 15 years ago
  76. 0b03f10 Remove three unneeded variable assignments. by Brett Cannon · 15 years ago
  77. ef9b4ab Fix trailing whitespace. by Mark Dickinson · 15 years ago
  78. a8d2668 Issue #1533: fix inconsistency in range function argument processing: by Mark Dickinson · 15 years ago
  79. 1994969 When DeprecationWarning was silenced by default, it also silenced any use of -Q by Brett Cannon · 15 years ago
  80. 18e63fb Issue #7332: Remove the 16KB stack-based buffer in by Antoine Pitrou · 15 years ago
  81. 72ec2e2 14 years later, we still don't know what it's for. by Antoine Pitrou · 15 years ago
  82. f5e7b3e fix tabs by Benjamin Peterson · 15 years ago
  83. 1c7c11e give TypeError when trying to set T_STRING_INPLACE by Benjamin Peterson · 15 years ago
  84. bea424a more _PyString_Resize error checking by Benjamin Peterson · 15 years ago
  85. 76c8649 Issue #8276: PyEval_CallObject() is now only available in macro form. The by Antoine Pitrou · 15 years ago
  86. 0663873 make naming convention consistent by Benjamin Peterson · 15 years ago
  87. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 15 years ago
  88. bb9d726 take into account keyword arguments when passing too many args by Benjamin Peterson · 15 years ago
  89. 9654589 improve error message from passing inadequate number of keyword arguments #6474 by Benjamin Peterson · 15 years ago
  90. 88e7eba co_varnames is certainly a tuple, so let's not waste time finding out by Benjamin Peterson · 15 years ago
  91. d51b259 remove pointless condition by Benjamin Peterson · 15 years ago
  92. 56472c2 flatten condition by Benjamin Peterson · 15 years ago
  93. 0dee9c1 prevent lambda functions from having docstrings #8164 by Benjamin Peterson · 15 years ago
  94. f1ff88f Fix incorrect error checks in structmember.c (backport of r78920 from py3k). by Mark Dickinson · 15 years ago
  95. 6664426 Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt by Victor Stinner · 15 years ago
  96. 9c4742e more specific exception for wrong kind of raise #8082 by Benjamin Peterson · 15 years ago
  97. 71fb87e Issue #7544: Preallocate thread memory before creating the thread to avoid a by Victor Stinner · 15 years ago
  98. 8af970a Revert a nonexistent docstring typo, r42805. by Florent Xicluna · 15 years ago
  99. 9e5d132 Issue #7242: On Solaris 9 and earlier calling os.fork() from within a by Gregory P. Smith · 15 years ago
  100. adfc80b #4852: Remove dead code in every thread implementation, unused for many years. by Amaury Forgeot d'Arc · 15 years ago