1. 696e035 Issue #477863: Print a warning at shutdown if gc.garbage is not empty. by Antoine Pitrou · 15 years ago
  2. bddc9fe Issue #5319: Print an error if flushing stdout fails at interpreter shutdown. by Antoine Pitrou · 15 years ago
  3. 6fc4ade Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API by Alexander Belopolsky · 15 years ago
  4. 0fe25a4 Issue #6543: Write the traceback in the terminal encoding instead of utf-8. by Victor Stinner · 15 years ago
  5. 7f84ab5 Issue #8965: initfsencoding() doesn't change the encoding on Mac OS X by Victor Stinner · 15 years ago
  6. 55a5c78 Py_FatalError(): don't sys sys.last_xxx variables by Victor Stinner · 15 years ago
  7. 7126dbc Issue #3798: sys.exit(message) writes the message to sys.stderr file, instead by Victor Stinner · 15 years ago
  8. 7d79b8b Issue #8766: Initialize _warnings module before importing the first module. by Victor Stinner · 15 years ago
  9. 386fe71 Issue #6697: Check that _PyUnicode_AsString() result is not NULL by Victor Stinner · 15 years ago
  10. e9fb319 handle_system_exit() flushs files to warranty the output order by Victor Stinner · 15 years ago
  11. b744ba1 Issue #8610: Load file system codec at startup, and display a fatal error on by Victor Stinner · 15 years ago
  12. 9467b21 Issue #4653: fix typo in flush_std_files() by Victor Stinner · 15 years ago
  13. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 15 years ago
  14. 6f137ca Merged revisions 81007 via svnmerge from by Jean-Paul Calderone · 15 years ago
  15. b001df0 err_input(): don't encode/decode the unicode message by Victor Stinner · 15 years ago
  16. 28a691b PEP 3147 by Barry Warsaw · 15 years ago
  17. fb94c5f * Replaces the internals of the subprocess module from fork through exec on by Gregory P. Smith · 15 years ago
  18. 52f6dd7 Merged revisions 78826 via svnmerge from by Victor Stinner · 15 years ago
  19. b2ceb3a #4532: fixes to make 3.x compile on QNX 6.3.2 (reported by Matt Kraai) by Andrew M. Kuchling · 16 years ago
  20. 7b0d4a2 Issue #4486: When an exception has an explicit cause, do not print its implicit context too. by Antoine Pitrou · 16 years ago
  21. 011bd62 Merged revisions 75570 via svnmerge from by Antoine Pitrou · 16 years ago
  22. cc3b8d6 bytes -> bytearray by Benjamin Peterson · 16 years ago
  23. 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 16 years ago
  24. 042f133 Merged revisions 71152 via svnmerge from by Matthias Klose · 16 years ago
  25. e3944a5 The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! by Brett Cannon · 16 years ago
  26. a931404 Merged revisions 70908 via svnmerge from by Jesse Noller · 16 years ago
  27. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 17 years ago
  28. f5b5224 ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 by Benjamin Peterson · 17 years ago
  29. 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 · 17 years ago
  30. 9169641 Fix bug introduced in r68451: stdio must always be opened in line-buffered mode by Antoine Pitrou · 17 years ago
  31. 0560843 Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line by Antoine Pitrou · 17 years ago
  32. 80a50ac Merged revisions 68174 via svnmerge from by Benjamin Peterson · 17 years ago
  33. 5c88d81 Merged revisions 68172-68173 via svnmerge from by Martin v. Löwis · 17 years ago
  34. b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
  35. f216c94 Merged revisions 67066 via svnmerge from by Benjamin Peterson · 17 years ago
  36. 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 17 years ago
  37. 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 · 17 years ago
  38. 791dc2f compile _bytesio and _stringio into the binary and initalize stdio before site fixing #3279 by Benjamin Peterson · 17 years ago
  39. e2dffc0 #3663: extra DECREF on syntax errors. by Antoine Pitrou · 17 years ago
  40. 2658260 fix #3653 Python could segfault if invalid values were passed to sys.excepthook by Benjamin Peterson · 17 years ago
  41. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 17 years ago
  42. 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 · 17 years ago
  43. 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 · 17 years ago
  44. d88ddfa Make these files to compile again under Windows. by Thomas Heller · 17 years ago
  45. e652821 implement chained exception tracebacks by Benjamin Peterson · 17 years ago
  46. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 17 years ago
  47. f1ca0b1 Issue 1342: Python could not start if installed in a directory by Amaury Forgeot d'Arc · 17 years ago
  48. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 17 years ago
  49. b2750b5 Move the codec decode type checks to bytes/bytearray.decode(). by Marc-André Lemburg · 17 years ago
  50. 7cd068b Fix uninitialized variable access, release memory. by Martin v. Löwis · 17 years ago
  51. 0f59989 Forward-port PYTHONIOENCODING. by Martin v. Löwis · 17 years ago
  52. 72b710a Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  53. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 17 years ago
  54. 8ae3e05 Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from by Alexandre Vassalotti · 17 years ago
  55. 8dc226f Merged revisions 62774-62775,62785,62787-62788 via svnmerge from by Christian Heimes · 17 years ago
  56. 77250f4 Added fast alternate io.BytesIO implementation and its test suite. by Alexandre Vassalotti · 17 years ago
  57. 33fe809 Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from by Christian Heimes · 17 years ago
  58. 7fedbe5 Add a NEWS entry for issue2221. by Amaury Forgeot d'Arc · 17 years ago
  59. 790465f Change command line processing API to use wchar_t. Fixes #2128. by Martin v. Löwis · 17 years ago
  60. 9ed7735 Issue2221: in Idle, exec('xx') raised a SystemError('error return without exception set') by Amaury Forgeot d'Arc · 17 years ago
  61. 3a93212 Merged revisions 61958-61959 via svnmerge from by Christian Heimes · 17 years ago
  62. b1b3efc Merged revisions 61954,61956-61957 via svnmerge from by Christian Heimes · 17 years ago
  63. 4d6ec85 Merged revisions 61952-61953 via svnmerge from by Christian Heimes · 17 years ago
  64. 39e307e Issue2297: Fix a stack overflow in Windows caused by -v and -vv. When python is invoked with -v or -vv under Windows, the process of importing the codec for sys.stderr causes a message to be written to stderr, which in turn causes the codec to be recursively imported. Sometimes the stack overflow exception is swallowed, other times it is not. The bug depends on the particular locale settings of the Windows machine. by Trent Nelson · 17 years ago
  65. 7131fd9 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60878,60880-60892,60894-60898 via svnmerge from by Christian Heimes · 18 years ago
  66. 77c02eb Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617-60678 via svnmerge from by Christian Heimes · 18 years ago
  67. 2685563 Merged revisions 60364-60378 via svnmerge from by Christian Heimes · 18 years ago
  68. 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 18 years ago
  69. 43b1509 Interpreter wasn't displaying the location of a SyntaxError Issue1692 by Kurt B. Kaiser · 18 years ago
  70. 6c193fa Solve issue 1400 at least in part -- whenever we run Python code, at the end by Guido van Rossum · 18 years ago
  71. e7fc50f Add an errors parameter to open() and TextIOWrapper() to specify error handling. by Guido van Rossum · 18 years ago
  72. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 18 years ago
  73. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 18 years ago
  74. 7d2ff88 Merged revisions 59226-59233 via svnmerge from by Christian Heimes · 18 years ago
  75. c896700 Partial fix for bug #1306 by Christian Heimes · 18 years ago
  76. 519a042 Replace PyObject_Unicode with PyObject_Str everywhere, and remove the by Thomas Heller · 18 years ago
  77. 2be0373 Added some additional checks for sys.std?? is None, see #1440 by Christian Heimes · 18 years ago
  78. 9a68f8c Moved the initalization of the exception before the initialization of sys. by Christian Heimes · 18 years ago
  79. db23308 Fixed space -> tab by Christian Heimes · 18 years ago
  80. 58cb1b8 Fix for #1415 pythonw.exe fails because std streams a missing by Christian Heimes · 18 years ago
  81. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 18 years ago
  82. 826d897 Patch 1352 (continued in issue 1329) by Christian Heimes. by Guido van Rossum · 18 years ago
  83. 2dced8b Patch 1329 (partial) by Christian Heimes. by Guido van Rossum · 18 years ago
  84. 40d20bc Issue 1267, continued. by Guido van Rossum · 18 years ago
  85. ce3a72a Patch 1267 by Christian Heimes. by Guido van Rossum · 18 years ago
  86. 00bc0e0 Patch #1272, by Christian Heimes and Alexandre Vassalotti. by Guido van Rossum · 18 years ago
  87. c5724de get rid of some more PyString uses. by Guido van Rossum · 18 years ago
  88. 85bcc66 Convert code from sys.stdin.encoding to UTF-8 in interactive mode. Fixes #1100. by Martin v. Löwis · 18 years ago
  89. 5deb210 Explicitly convert err->text to Unicode. Fixes #1069. by Martin v. Löwis · 18 years ago
  90. 2bad970 Make some internal functions static by Neal Norwitz · 18 years ago
  91. a369c5a Use unicode by Neal Norwitz · 18 years ago
  92. 4738340 Implement PEP 3131. Add isidentifier to str. by Martin v. Löwis · 18 years ago
  93. d1cd4d4 Set sys.stdout.encoding properly. by Martin v. Löwis · 18 years ago
  94. 1bd2122 Silence compiler warning. by Guido van Rossum · 18 years ago
  95. e8432ac Upon exit, flush stdout and stderr (twice: before and after the code that by Guido van Rossum · 18 years ago
  96. da5b8f2 Rip out the file object's implementation. by Guido van Rossum · 18 years ago
  97. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 18 years ago
  98. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 18 years ago
  99. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 18 years ago
  100. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago