1. dcaf329 instead of hacking __locals__ in during bytecode generation, put it in the symtable by Benjamin Peterson · 15 years ago
  2. f5b5224 ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 by Benjamin Peterson · 15 years ago
  3. 4dd4052 Fix 2 oversights from r69961. by Jeffrey Yasskin · 15 years ago
  4. efb06b0 Merged revisions 69811,69947 via svnmerge from by Benjamin Peterson · 15 years ago
  5. 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 15 years ago
  6. 87ec085 Merged revisions 69459 via svnmerge from by Mark Dickinson · 15 years ago
  7. 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 15 years ago
  8. 0e5b562 Merged revisions 69331 via svnmerge from by Eric Smith · 15 years ago
  9. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  10. f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 15 years ago
  11. 72ead17 Make Python/makeopcodetargets runnable with Python 2.3. With any luck, this by Mark Dickinson · 15 years ago
  12. 90eaaf6 Issue #5041: Fixed memory leak. by Hirokazu Yamamoto · 15 years ago
  13. 1124e71 Issue #4707: round(x, n) now returns an integer when x is an integer. by Mark Dickinson · 15 years ago
  14. 9844a1f Merged revisions 69038 via svnmerge from by Mark Hammond · 15 years ago
  15. 957929f Add executable property to Python/makeopcodetargets.py by Antoine Pitrou · 15 years ago
  16. 27fe9fc Followup of #4705: we can't skip the binary buffering layer for stdin because FileIO doesn't have a read1() method by Antoine Pitrou · 15 years ago
  17. b52ec78 Issue #4753: By enabling a configure option named '--with-computed-gotos' by Antoine Pitrou · 15 years ago
  18. 92cb438 Issue 3677: Release the path string on py3k by Kristján Valur Jónsson · 15 years ago
  19. 21cbf5f Merged revisions 68457 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  20. b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 15 years ago
  21. b4ddfa4 fix compiler warning by Benjamin Peterson · 15 years ago
  22. e5bf383 Merged revisions 68460 via svnmerge from by Benjamin Peterson · 15 years ago
  23. f343e01 Merged revisions 68560 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  24. 7c2b66c Merged revisions 68455,68476,68542 via svnmerge from by Martin v. Löwis · 16 years ago
  25. ec59d04 Merged revisions 68540 via svnmerge from by Martin v. Löwis · 16 years ago
  26. a9b54c7 Merged revisions 68523 via svnmerge from by Martin v. Löwis · 16 years ago
  27. 9169641 Fix bug introduced in r68451: stdio must always be opened in line-buffered mode by Antoine Pitrou · 16 years ago
  28. 0560843 Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line by Antoine Pitrou · 16 years ago
  29. d35cbf6 Merged revisions 68360-68361 via svnmerge from by Antoine Pitrou · 16 years ago
  30. 5d1ff00 Mini-optimization: use pack/unpack functions for argument tuples. by Raymond Hettinger · 16 years ago
  31. 3809026 #4826 exec() doesn't take a file object anymore by Benjamin Peterson · 16 years ago
  32. b1441c7 Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 via svnmerge from by Georg Brandl · 16 years ago
  33. ffe431d Merged revisions 68203 via svnmerge from by Martin v. Löwis · 16 years ago
  34. 80a50ac Merged revisions 68174 via svnmerge from by Benjamin Peterson · 16 years ago
  35. 5c88d81 Merged revisions 68172-68173 via svnmerge from by Martin v. Löwis · 16 years ago
  36. 371ccfb Merged revisions 67954 via svnmerge from by Benjamin Peterson · 16 years ago
  37. 9203501 Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,67923-67924,67926-67927,67930,67943 via svnmerge from by Benjamin Peterson · 16 years ago
  38. 81d90a2 string -> bytes in error message #4745 by Benjamin Peterson · 16 years ago
  39. f289ae6 Merged revisions 67818 via svnmerge from by Antoine Pitrou · 16 years ago
  40. b9083f3 Merged revisions 67666,67685 via svnmerge from by Jeffrey Yasskin · 16 years ago
  41. 10b24e8 Merged revisions 67688 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  42. e6d4a9b update version number by Benjamin Peterson · 16 years ago
  43. 008d8ef Merged revisions 67494 via svnmerge from by Jeffrey Yasskin · 16 years ago
  44. d3c827b Merged revisions 67590 via svnmerge from by Mark Dickinson · 16 years ago
  45. ced51db #4513: remove traces of zip() docstring from when it was izip(). by Georg Brandl · 16 years ago
  46. 0486904 Bug #4495: Fix signed/unsigned warning (both namelen and tailen should be signed, not just namelen). by Raymond Hettinger · 16 years ago
  47. d951e7b check the return value of NEW_IDENTIFIER in some more places by Benjamin Peterson · 16 years ago
  48. 50d5a1c Make ast.c compile on Windows again. by Thomas Heller · 16 years ago
  49. 3076006 Merged revisions 67373 via svnmerge from by Benjamin Peterson · 16 years ago
  50. b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  51. 6f7fad1 Merged revisions 67320 via svnmerge from by Benjamin Peterson · 16 years ago
  52. e56131b Issue 2260: Small peephole optimization -- eliminate unnecessary POP_TOP /JUMP_FORWARD 1 pairs. by Raymond Hettinger · 16 years ago
  53. 276c371 Issue #3327: Don't overallocate in the modules_by_index list. by Martin v. Löwis · 16 years ago
  54. 9a5499b #3705: Command-line arguments were not correctly decoded when the by Amaury Forgeot d'Arc · 16 years ago
  55. bde1676 Merged revisions 67171 via svnmerge from by Benjamin Peterson · 16 years ago
  56. d968e27 fix #4211: the __path__ of a frozen package should be a list. by Benjamin Peterson · 16 years ago
  57. c0747cf Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from by Benjamin Peterson · 16 years ago
  58. f216c94 Merged revisions 67066 via svnmerge from by Benjamin Peterson · 16 years ago
  59. 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
  60. 5833a2f Issue #4213: The file system encoding is now normalized by the codec subsystem, for example UTF-8 is turned into utf-8. by Christian Heimes · 16 years ago
  61. 1a6e0d0 Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from by Benjamin Peterson · 16 years ago
  62. ce825f1 update Python-ast.c by Benjamin Peterson · 16 years ago
  63. da78043 Latin-1 source code was not being properly decoded when passed through by Brett Cannon · 16 years ago
  64. e94a37f Benjamin Peterson's patch to fix bug 3661, sys.call_tracing segfaults. by Barry Warsaw · 16 years ago
  65. 460ce2a Apply Martin's patch for bug 3685, Crash while compiling Python 3000 in by Barry Warsaw · 16 years ago
  66. cf8016a Issues #2384 and #3975: Tracebacks were not correctly printed when the source file by Amaury Forgeot d'Arc · 16 years ago
  67. d0ca955 #4004: Missing newline in some startup error messages. Patch by Victor. by Amaury Forgeot d'Arc · 16 years ago
  68. 04dc25c Issue #3187: Add sys.setfilesystemencoding. by Martin v. Löwis · 16 years ago
  69. 1a8501c Merged revisions 66748 via svnmerge from by Christian Heimes · 16 years ago
  70. 4561257 Merged revisions 66552-66553 via svnmerge from by Andrew MacIntyre · 16 years ago
  71. d0db98f #1688: On Windows, the input() prompt was not correctly displayed if it by Amaury Forgeot d'Arc · 16 years ago
  72. 245c70b Merged revisions 66377 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  73. 8530e85 Revert r33661, which broke all buildbots. by Amaury Forgeot d'Arc · 16 years ago
  74. 14b7851 #3705: Fix crash when given a non-ascii value on the command line for the "-c" and "-m" parameters by Amaury Forgeot d'Arc · 16 years ago
  75. 0a608fd fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, by Gregory P. Smith · 16 years ago
  76. 791dc2f compile _bytesio and _stringio into the binary and initalize stdio before site fixing #3279 by Benjamin Peterson · 16 years ago
  77. 1b933ed #3773: Check for errors around the use of PyTokenizer_FindEncoding(). by Amaury Forgeot d'Arc · 16 years ago
  78. ad95653 Fix a memory leak in reloading extension modules #3667 by Benjamin Peterson · 16 years ago
  79. fff9530 Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin. by Antoine Pitrou · 16 years ago
  80. 658fad8 Issue #3697: "Fatal Python error: Cannot recover from stack overflow" by Antoine Pitrou · 16 years ago
  81. 54bd41d The _warnings module did not properly handle cases where strings were not being by Brett Cannon · 16 years ago
  82. ec92e18 Merge in r66135. Doing also required removing a stale DeprecationWarning along by Brett Cannon · 16 years ago
  83. 3e4f055 Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-66074,66080,66082-66083,66090-66093,66097-66099,66103,66105,66110,66118 via svnmerge from by Benjamin Peterson · 16 years ago
  84. f7199578 #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an by Antoine Pitrou · 16 years ago
  85. db26f7c Issue 3611: in some cases (a __del__ re-raising an exception, when called from inside by Amaury Forgeot d'Arc · 16 years ago
  86. 2cabc56 #3706: fix error message for wrong exec() argument type. R=Guido. by Georg Brandl · 16 years ago
  87. 9edd2bd Fix #3651 various memory leaks when using the buffer interface by Benjamin Peterson · 16 years ago
  88. ec569b7 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
  89. e2dffc0 #3663: extra DECREF on syntax errors. by Antoine Pitrou · 16 years ago
  90. 2f99b24 Merged revisions 66006 via svnmerge from by Neal Norwitz · 16 years ago
  91. 2658260 fix #3653 Python could segfault if invalid values were passed to sys.excepthook by Benjamin Peterson · 16 years ago
  92. 6e7740c apply a fix for #3611 where the current exception context was deleted with a generator causing a segfault by Benjamin Peterson · 16 years ago
  93. 2d735bc allow keyword args after *args in a function call by Benjamin Peterson · 16 years ago
  94. 55e00f2 Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from by Benjamin Peterson · 16 years ago
  95. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  96. 6aa2d1f Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from by Georg Brandl · 16 years ago
  97. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  98. 7888d08 Merged revisions 65339-65340,65342 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  99. e19cadb Correct one of the "MemoryError oddities": by Amaury Forgeot d'Arc · 16 years ago
  100. 69c88f7 Merged revisions 65320 via svnmerge from by Benjamin Peterson · 16 years ago