1. b9348e7 fix parse_syntax_error to clean up its resources by Benjamin Peterson · 12 years ago
  2. 50b6778 Issue #10538. Put a reference to the source object in the Py_buffer when by Kristján Valur Jónsson · 12 years ago
  3. 219a050 this should technicaly be identifier by Benjamin Peterson · 12 years ago
  4. e90cdaa check for NULL by Benjamin Peterson · 12 years ago
  5. eff19a1 check by equality for __future__ not identity (closes #14378) by Benjamin Peterson · 12 years ago
  6. fcdf04b Fixes Issue #14331: Use significantly less stack space when importing modules by by Gregory P. Smith · 12 years ago
  7. 3cef2a9 - rename configure.in to configure.ac by Matthias Klose · 12 years ago
  8. 0e17dfb Test in 6c218b9c5c4c was inadvertently converted from #ifdef to #if. Now #ifdef again. by Jason R. Coombs · 12 years ago
  9. 0737b72 Fix indentation by Jason R. Coombs · 13 years ago
  10. fa93cf8 Extracted Windows directory detection from NullImporter.__init__. This greatly simplifies the code and fixes issue6727. by Jason R. Coombs · 13 years ago
  11. 925ff74 Moved directory detection into an isdir function by Jason R. Coombs · 13 years ago
  12. cc3fa88 Fix crash at startup with -W options. by Antoine Pitrou · 12 years ago
  13. 9d7601f merge 2.6 by Benjamin Peterson · 12 years ago
  14. 26da920 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 12 years ago
  15. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 12 years ago
  16. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 12 years ago
  17. fe6f9d0 Document absoluteness of sys.executable by Petri Lehtinen · 12 years ago
  18. 6f25d75 Remove debug output, fix assert (hopefully) and exercise signedness issues a bit more. by Antoine Pitrou · 13 years ago
  19. b744cef Fix temporary debug output (so, time_t is 8 bytes on some Windows builds) by Antoine Pitrou · 13 years ago
  20. 11cc480 Temporary debug for Windows buildbots. by Antoine Pitrou · 13 years ago
  21. 0e5fd59 Make guard more dynamic (apparently the size of a filesystem timestamp may vary under Windows). by Antoine Pitrou · 13 years ago
  22. 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 · 13 years ago
  23. 5f8d606 add another year to glorious PSF IP by Benjamin Peterson · 13 years ago
  24. 4bf21e2 Issue #13546: Fixed an overflow issue that could crash the intepreter when by Amaury Forgeot d'Arc · 13 years ago
  25. a5ae1f0 remove py3k warning for callable by Benjamin Peterson · 13 years ago
  26. 0c0d756 don't let a tuple msg be interpreted as arguments to AssertionError (closes #13268) by Benjamin Peterson · 13 years ago
  27. 4618075 Merge. by Charles-François Natali · 13 years ago
  28. 1f3ff7b Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native by Charles-François Natali · 13 years ago
  29. 63c22fa Issue #7732: Fix a crash on importing a module if a directory has the same name by Victor Stinner · 13 years ago
  30. ed36c06 Fix the import machinery if there is an error on sys.path or sys.meta_path by Victor Stinner · 13 years ago
  31. 871a0fb Remove unused variable if Python is build without threads by Victor Stinner · 13 years ago
  32. 4cfae02 Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales. by Antoine Pitrou · 13 years ago
  33. 5eed306 allow None identifiers by Benjamin Peterson · 13 years ago
  34. 7782024 verify the types of AST strings and identifiers (closes #12609 and #12610) by Benjamin Peterson · 13 years ago
  35. 39540a0 Improve docstring for divmod() by Raymond Hettinger · 13 years ago
  36. c3349cd port 8d05f697acd4 (#11627) by Benjamin Peterson · 13 years ago
  37. ba8b3a2 Close #12501: Adjust callable() warning: callable() is only not supported in by Victor Stinner · 13 years ago
  38. 4833c98 start out this branch always with filename NULL by Benjamin Peterson · 13 years ago
  39. 9b6c605 plug refleak by Benjamin Peterson · 13 years ago
  40. 65c1535 Issue #12467: warnings: fix a race condition if a warning is emitted at by Victor Stinner · 13 years ago
  41. 19b851d sys.checkinterval() now refreshes the current countdown ticker. by Raymond Hettinger · 13 years ago
  42. 482f908 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  43. cf0d8ab Replay changeset 70238:03e488b5c009 from fubar branch. Original commit message: by Barry Warsaw · 13 years ago
  44. 11041f0 Port #6498 fix: fix several misspellings of "SystemExit" as "SystemError". by Georg Brandl · 13 years ago
  45. 0a92d18 Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 13 years ago
  46. 645b9f6 Issue #8651: Fix "z#" format of PyArg_Parse*() function: the size was not by Victor Stinner · 13 years ago
  47. 4394e0d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  48. 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
  49. 04cb72f Issue9670: Back out changeset b0d2b696da19; test fails on other platforms by Ned Deily · 13 years ago
  50. e427f0f Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  51. 7859d40 remove this dead subversion code by Benjamin Peterson · 13 years ago
  52. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  53. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  54. 3a5508e Port build identification from default branch. by Georg Brandl · 13 years ago
  55. 94800df Merged revisions 88430,88438,88440 via svnmerge from by Georg Brandl · 13 years ago
  56. 4c29e1c Merged revisions 87796 via svnmerge from by David Malcolm · 14 years ago
  57. fe0263d Merged revisions 87607 via svnmerge from by Benjamin Peterson · 14 years ago
  58. 64a1e7c Merged revisions 87251 via svnmerge from by R. David Murray · 14 years ago
  59. 07f5451 remove dictmaker rule; it's unused by Benjamin Peterson · 14 years ago
  60. ec9f9f5 Merged revisions 85904 via svnmerge from by Benjamin Peterson · 14 years ago
  61. f99f33d Merged revisions 85814 via svnmerge from by Benjamin Peterson · 14 years ago
  62. 045bbcd Merged revisions 85757 via svnmerge from by Benjamin Peterson · 14 years ago
  63. f76942d Merged revisions 85562 via svnmerge from by Benjamin Peterson · 14 years ago
  64. 41b986c Merged revisions 85236 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
  65. da4faba Rolled back revisions 85003 via svnmerge from by Benjamin Peterson · 14 years ago
  66. 2af8404 Merged revisions 85003 via svnmerge from by Benjamin Peterson · 14 years ago
  67. 0a7b65b Merged revisions 84623 via svnmerge from by Antoine Pitrou · 14 years ago
  68. b1147f5 Merged revisions 84209, 84214 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
  69. a03ff6d sys.stderr and sys.excepthook can be None at interpreter shutdown, by Antoine Pitrou · 14 years ago
  70. e64de92 Merged revisions 83429,83436 via svnmerge from by Georg Brandl · 14 years ago
  71. e277325 Merged revisions 83352,83356-83358,83362,83366,83368-83369 via svnmerge from by Georg Brandl · 14 years ago
  72. 947ce58 prevent assignment to set literals by Benjamin Peterson · 14 years ago
  73. 27db0d2 Issue #8930: Remaining indentation fixes after the Grand Unified Indenting. by Stefan Krah · 14 years ago
  74. 7ff7825 Issue #8930: Remaining indentation fixes after the Grand Unified Indenting. by Stefan Krah · 14 years ago
  75. c31616d Merged revisions 82169 via svnmerge from by Antoine Pitrou · 14 years ago
  76. a4d36a9 Fix misindents in compile.c (for Benjamin). by Antoine Pitrou · 14 years ago
  77. 5b9ce31 bump revision by Benjamin Peterson · 14 years ago
  78. c6660cf different spellings are just unacceptable by Benjamin Peterson · 14 years ago
  79. 1056ca2 fix code formatting by Benjamin Peterson · 14 years ago
  80. c3e40e0 Merged revisions 81537 via svnmerge from by Victor Stinner · 14 years ago
  81. c49dfcc Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding and by Victor Stinner · 14 years ago
  82. 52ca516 Merged revisions 81398 via svnmerge from by Antoine Pitrou · 14 years ago
  83. 6a26560 Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows by Antoine Pitrou · 14 years ago
  84. 7d00626 Merged revisions 81380 via svnmerge from by Brett Cannon · 14 years ago
  85. eb3cd30 Turned out that if you used explicit relative import syntax by Brett Cannon · 14 years ago
  86. 8bdd22a Merged revisions 81220 via svnmerge from by Victor Stinner · 14 years ago
  87. 3bea1ed Use 4-spaces for indentation (instead of tabs) in pgen outputs by Victor Stinner · 14 years ago
  88. c7c96a9 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  89. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  90. 0819b09 Merged revisions 81007 via svnmerge from by Jean-Paul Calderone · 14 years ago
  91. e54ddf1 Skip signal handler re-installation if it is not necessary. Issue 8354. by Jean-Paul Calderone · 14 years ago
  92. e02c9d2 Merged revisions 80758 via svnmerge from by Mark Dickinson · 14 years ago
  93. f4f0bf8 Revert a change where an expression is not needed now, but could be in the future. by Brett Cannon · 14 years ago
  94. 5335e77 Remove an unneeded variable assignment. by Brett Cannon · 14 years ago
  95. 0b64be2 Explicitly add stdio.h and string.h to make strtod.c work standalone. by Brett Cannon · 14 years ago
  96. c33e82d Change to a Py_XDECREF and fix some whitespace. by Brett Cannon · 14 years ago
  97. 1771ecf Remove an unnecessary variable assignment. by Brett Cannon · 14 years ago
  98. fa84d92 Remove two unneeded branches to an 'if' statement by applying De Morgan's Law by Brett Cannon · 14 years ago
  99. 2ee5183 Remove an unneeded variable increment. by Brett Cannon · 14 years ago
  100. 8b9c049 Remove an unneeded variable and fix a little whitespace. by Brett Cannon · 14 years ago