1. e56131b Issue 2260: Small peephole optimization -- eliminate unnecessary POP_TOP /JUMP_FORWARD 1 pairs. by Raymond Hettinger · 16 years ago
  2. 276c371 Issue #3327: Don't overallocate in the modules_by_index list. by Martin v. Löwis · 16 years ago
  3. 9a5499b #3705: Command-line arguments were not correctly decoded when the by Amaury Forgeot d'Arc · 16 years ago
  4. bde1676 Merged revisions 67171 via svnmerge from by Benjamin Peterson · 16 years ago
  5. d968e27 fix #4211: the __path__ of a frozen package should be a list. by Benjamin Peterson · 16 years ago
  6. c0747cf Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from by Benjamin Peterson · 16 years ago
  7. f216c94 Merged revisions 67066 via svnmerge from by Benjamin Peterson · 16 years ago
  8. 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
  9. 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
  10. 1a6e0d0 Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from by Benjamin Peterson · 16 years ago
  11. ce825f1 update Python-ast.c by Benjamin Peterson · 16 years ago
  12. da78043 Latin-1 source code was not being properly decoded when passed through by Brett Cannon · 16 years ago
  13. e94a37f Benjamin Peterson's patch to fix bug 3661, sys.call_tracing segfaults. by Barry Warsaw · 16 years ago
  14. 460ce2a Apply Martin's patch for bug 3685, Crash while compiling Python 3000 in by Barry Warsaw · 16 years ago
  15. cf8016a Issues #2384 and #3975: Tracebacks were not correctly printed when the source file by Amaury Forgeot d'Arc · 16 years ago
  16. d0ca955 #4004: Missing newline in some startup error messages. Patch by Victor. by Amaury Forgeot d'Arc · 16 years ago
  17. 04dc25c Issue #3187: Add sys.setfilesystemencoding. by Martin v. Löwis · 16 years ago
  18. 1a8501c Merged revisions 66748 via svnmerge from by Christian Heimes · 16 years ago
  19. 4561257 Merged revisions 66552-66553 via svnmerge from by Andrew MacIntyre · 16 years ago
  20. d0db98f #1688: On Windows, the input() prompt was not correctly displayed if it by Amaury Forgeot d'Arc · 16 years ago
  21. 245c70b Merged revisions 66377 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  22. 8530e85 Revert r33661, which broke all buildbots. by Amaury Forgeot d'Arc · 16 years ago
  23. 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
  24. 0a608fd fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, by Gregory P. Smith · 16 years ago
  25. 791dc2f compile _bytesio and _stringio into the binary and initalize stdio before site fixing #3279 by Benjamin Peterson · 16 years ago
  26. 1b933ed #3773: Check for errors around the use of PyTokenizer_FindEncoding(). by Amaury Forgeot d'Arc · 16 years ago
  27. ad95653 Fix a memory leak in reloading extension modules #3667 by Benjamin Peterson · 16 years ago
  28. fff9530 Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin. by Antoine Pitrou · 16 years ago
  29. 658fad8 Issue #3697: "Fatal Python error: Cannot recover from stack overflow" by Antoine Pitrou · 16 years ago
  30. 54bd41d The _warnings module did not properly handle cases where strings were not being by Brett Cannon · 16 years ago
  31. ec92e18 Merge in r66135. Doing also required removing a stale DeprecationWarning along by Brett Cannon · 16 years ago
  32. 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
  33. f7199578 #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an by Antoine Pitrou · 16 years ago
  34. db26f7c Issue 3611: in some cases (a __del__ re-raising an exception, when called from inside by Amaury Forgeot d'Arc · 16 years ago
  35. 2cabc56 #3706: fix error message for wrong exec() argument type. R=Guido. by Georg Brandl · 16 years ago
  36. 9edd2bd Fix #3651 various memory leaks when using the buffer interface by Benjamin Peterson · 16 years ago
  37. ec569b7 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
  38. e2dffc0 #3663: extra DECREF on syntax errors. by Antoine Pitrou · 16 years ago
  39. 2f99b24 Merged revisions 66006 via svnmerge from by Neal Norwitz · 16 years ago
  40. 2658260 fix #3653 Python could segfault if invalid values were passed to sys.excepthook by Benjamin Peterson · 16 years ago
  41. 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
  42. 2d735bc allow keyword args after *args in a function call by Benjamin Peterson · 16 years ago
  43. 55e00f2 Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from by Benjamin Peterson · 16 years ago
  44. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  45. 6aa2d1f Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from by Georg Brandl · 16 years ago
  46. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  47. 7888d08 Merged revisions 65339-65340,65342 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  48. e19cadb Correct one of the "MemoryError oddities": by Amaury Forgeot d'Arc · 16 years ago
  49. 69c88f7 Merged revisions 65320 via svnmerge from by Benjamin Peterson · 16 years ago
  50. 9a2310d Merged revisions 65240-65242 via svnmerge from by Antoine Pitrou · 16 years ago
  51. 3dbca81 Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from by Georg Brandl · 16 years ago
  52. 8494d57 #3368: free string allocated by "es" ParseTuple format. by Georg Brandl · 16 years ago
  53. 2ad79e8 Merged revisions 65125 via svnmerge from by Eric Smith · 16 years ago
  54. a851397 Merger 65032 to py3k by Jesse Noller · 16 years ago
  55. e921e02 Fix uninitialized memory read for cases like def(f, *): pass by Jeremy Hylton · 16 years ago
  56. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  57. 86b2fb9 Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from by Georg Brandl · 16 years ago
  58. d88ddfa Make these files to compile again under Windows. by Thomas Heller · 16 years ago
  59. e652821 implement chained exception tracebacks by Benjamin Peterson · 16 years ago
  60. 06157a4 correct docstring by Benjamin Peterson · 16 years ago
  61. fbe94c5 Merged revisions 64842,64853,64856,64945 via svnmerge from by Robert Schuppenies · 16 years ago
  62. 0d748c2 Docstring typo by Mark Dickinson · 16 years ago
  63. a073e33 Correct a typo during previous checkin. by Amaury Forgeot d'Arc · 16 years ago
  64. a4db686 Issue #3280: like chr() already does, the "%c" format now accepts the full unicode range by Amaury Forgeot d'Arc · 16 years ago
  65. 809ddaa #3191: fix round() docs and docstring. by Georg Brandl · 16 years ago
  66. 07a1f94 Merged revisions 64622 via svnmerge from by Benjamin Peterson · 16 years ago
  67. db73491 Merged revisions 64549 via svnmerge from by Brett Cannon · 16 years ago
  68. 429ef65 Rename a variable to be more in line with the name of the module. by Brett Cannon · 16 years ago
  69. 6d7e7a7 Merged revisions 64491 via svnmerge from by Eric Smith · 16 years ago
  70. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  71. 35c8658 Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,64253,64278,64280,64301,64303,64320,64328,64338-64339 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  72. 27d6367 improvements to the fix for #3114 by Benjamin Peterson · 16 years ago
  73. 979f311 #3114 fix a bus error when deallocated exceptions were used by Benjamin Peterson · 16 years ago
  74. b4fb6e4 Implicit exception chaining via __context__ (PEP 3134). by Guido van Rossum · 16 years ago
  75. e68df0f Merged revisions 64212 via svnmerge from by Benjamin Peterson · 16 years ago
  76. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  77. f1ca0b1 Issue 1342: Python could not start if installed in a directory by Amaury Forgeot d'Arc · 16 years ago
  78. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  79. 6cb0109 Fix typo. by Martin v. Löwis · 16 years ago
  80. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  81. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
  82. f08a9dd Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from by Georg Brandl · 16 years ago
  83. b2750b5 Move the codec decode type checks to bytes/bytearray.decode(). by Marc-André Lemburg · 16 years ago
  84. c5e88d5 Fix sys.flags sequence behavior and add a test case. by Georg Brandl · 16 years ago
  85. 00709aa Merged revisions 63856-63857,63859-63860 via svnmerge from by Martin v. Löwis · 16 years ago
  86. e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  87. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  88. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  89. 7cd068b Fix uninitialized variable access, release memory. by Martin v. Löwis · 16 years ago
  90. 0f59989 Forward-port PYTHONIOENCODING. by Martin v. Löwis · 16 years ago
  91. 4a7d76d Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 16 years ago
  92. 74c71f5 #2957: marshal recursion limit exceeded when importing a large .pyc file by Amaury Forgeot d'Arc · 16 years ago
  93. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  94. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  95. d8b690f #2895: don't crash with bytes as keyword argument names. by Georg Brandl · 16 years ago
  96. d11ae5d Rename enumerate() kw argument name to "iterable" and fix "sequence"->"iterable" in some docstrings. by Georg Brandl · 16 years ago
  97. e9f305f Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,63229-63232,63234-63235,63237-63239,63241,63243-63246,63250-63254,63256-63259,63261,63263-63264,63266-63267,63269-63270,63272-63273,63275-63276,63278,63280-63281,63283-63284,63286-63287,63289-63290,63292-63293,63295-63296,63298-63299,63301-63302,63304-63305,63307,63309-63314,63316-63322,63324-63325,63327-63335,63337-63338,63340-63342,63344-63346,63348 via svnmerge from by Alexandre Vassalotti · 16 years ago
  98. eca20b6 Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-63152,63155-63165,63167-63176,63181-63186,63188-63189 via svnmerge from by Alexandre Vassalotti · 16 years ago
  99. 8ae3e05 Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from by Alexandre Vassalotti · 16 years ago
  100. 5f8ced2 Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from by Alexandre Vassalotti · 16 years ago