1. fef9bba Another #1415 fix for Windows GUI apps by Christian Heimes · 17 years ago
  2. db23308 Fixed space -> tab by Christian Heimes · 17 years ago
  3. 58cb1b8 Fix for #1415 pythonw.exe fails because std streams a missing by Christian Heimes · 17 years ago
  4. f05149a Correction for issue1265 (pdb bug with "with" statement). by Amaury Forgeot d'Arc · 17 years ago
  5. 8161a65 Add -i option. Don't exit when the command fails. Redirect stderr to stdout. by Guido van Rossum · 17 years ago
  6. db4a2ef Another fix for #1414 by Christian Heimes · 17 years ago
  7. f19169f Fix for refleak tests through regrtest.py -R:: bug #1414 by Christian Heimes · 17 years ago
  8. 4fe72f9 Patch 1420 by Ron Adam. by Guido van Rossum · 17 years ago
  9. 1607278 Let's do as Guido says and return None instead of -1 by Christian Heimes · 17 years ago
  10. af935e3 Stop Python code from instantiating a new stdprinter with sys.stderr.__class__() by Christian Heimes · 17 years ago
  11. 32fbe59 Merged revisions 58939-58946 via svnmerge from by Christian Heimes · 17 years ago
  12. 96f3163 Merged revisions 58930-58938 via svnmerge from by Christian Heimes · 17 years ago
  13. 29fd712 Minimal change that disables (AFAICT) the interpolation of \u and \U inside by Guido van Rossum · 17 years ago
  14. aec75c3 Fixed some of the bugs in the readline module. #1425 is still open and several methods don't do enough error checks. by Christian Heimes · 17 years ago
  15. 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 17 years ago
  16. 06cfe95 No need to include windows.h twice by Amaury Forgeot d'Arc · 17 years ago
  17. e018b30 Bug #1415 by Christian Heimes · 17 years ago
  18. 3ab4f65 seek() has to accept any int-like number by Christian Heimes · 17 years ago
  19. 939336d It works w/o the newline on my system but you are right. A newline is nicer. by Christian Heimes · 17 years ago
  20. 4a7cae5 I've created three bat files based on the howto http://wiki.python.org/moin/Building_Python_with_the_free_MS_C_Toolkit by Christian Heimes · 17 years ago
  21. f78f12a Issue 1406: use widechar api for os.environ, on Windows. by Thomas Heller · 17 years ago
  22. 8e42a0a Fixed bug #1081: file.seek allows float arguments by Christian Heimes · 17 years ago
  23. 8bd14fb Fixed #1403 where compileall and py_compile choked on an encoding header in a py file. Both modules need more unit tests. by Christian Heimes · 17 years ago
  24. 1a13d59 Added unit test to verify that #1087 is invalid. os.popen is using subprocess. by Christian Heimes · 17 years ago
  25. 3795b53 Applied patch #1127 from Quentin Gallet Gilles: No tests for inspect.getfullargspec() by Christian Heimes · 17 years ago
  26. 563e33b Added tests from Raghuram Devarakonda for bug #1395 'py3k: duplicated line endings when using read(1)' to outstanding_bugs.py by Christian Heimes · 17 years ago
  27. 7b6fc8e Fixed memoryview constructor. It allowed arbitrary keyword arguments. The bug was found by mykhal from #python. I've also added a small test case in the new test_memoryview.py by Christian Heimes · 17 years ago
  28. c1bdbc3 Cosmetic changes to Christian's patch r58903. by Guido van Rossum · 17 years ago
  29. 7d3bc0a Patch for bug http://bugs.python.org/issue1293 by Christian Heimes · 17 years ago
  30. ef181a7 Reset original sys.stdout, stderr and displayhook even in the case of an error by Christian Heimes · 17 years ago
  31. 27da812 Change a variable to Py_ssize_t to silence a compiler warning (and because it by Brett Cannon · 17 years ago
  32. c6f6008 Remove an unused local variable. by Brett Cannon · 17 years ago
  33. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  34. a19f80c Merged revisions 58862-58885 via svnmerge from by Guido van Rossum · 17 years ago
  35. a3538eb Fixed bug #1384 Windows fix for inspect tests by Christian Heimes · 17 years ago
  36. 7767711 Merged revisions 58817-58861 via svnmerge from by Guido van Rossum · 17 years ago
  37. c4cb3b8 Applied patch #1379 with a minor tweak. by Christian Heimes · 17 years ago
  38. 5894ba7 Fixed a bug in PyUnicode_DecodeFSDefault. strcmp() returns 0 on success. by Christian Heimes · 17 years ago
  39. 9c1257e Disabled test_sys_path_with_unicode for now by Christian Heimes · 17 years ago
  40. db62967 Re-add two paragraphs that seem to have been lost during the merge from trunk. by Georg Brandl · 17 years ago
  41. a6c04be Patch 1171 by mfenniak -- allow subclassing of bytes. by Guido van Rossum · 17 years ago
  42. 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 17 years ago
  43. e845c0f Fixes for issue 1752184, ensuring type objects are always created by Guido van Rossum · 17 years ago
  44. 15c9746 Patch 1373 by Adam Hupp. by Guido van Rossum · 17 years ago
  45. 204093a Removed non ASCII text from test as requested by Guido. by Christian Heimes · 17 years ago
  46. 568065e Fixes issue1371 and reenables those tests. by Gregory P. Smith · 17 years ago
  47. 48decfe Remove file that should have been removed during the merge. by Georg Brandl · 17 years ago
  48. 3c8ce77 Add new directory "using". This should have been in the merge patch, by Georg Brandl · 17 years ago
  49. b0e8688 Remove duplicate entry for PyObject_AsFileDescriptor. (Really, this time.) by Georg Brandl · 17 years ago
  50. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  51. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  52. 1d1a400 Added unit test for bug http://bugs.python.org/issue1293 by Christian Heimes · 17 years ago
  53. 9033339 Fixed unit tests for os.environ. Some of the tests didn't test at all because os.environ was empty. by Christian Heimes · 17 years ago
  54. e02647a Oh, I missed the output part of the test ... by Christian Heimes · 17 years ago
  55. 9289bfc Fixed test_dumbdbm by Christian Heimes · 17 years ago
  56. 0b48954 Fixed bug in _fileio.c and test_pep277. On Windows IOError.filename was not set because the name is stored in widename. by Christian Heimes · 17 years ago
  57. 6ae5d7f Fixed gettext module for Windows. The metadata lines always end in \n and not in os.linesep by Christian Heimes · 17 years ago
  58. c6ecfcd Minor correction to the stdprinter object. by Guido van Rossum · 17 years ago
  59. 826d897 Patch 1352 (continued in issue 1329) by Christian Heimes. by Guido van Rossum · 17 years ago
  60. 1cd5bd2 make sure to write bytes instead of strings to underlying socket channel by Bill Janssen · 17 years ago
  61. 8cfe3a3 remove ord() calls on what are now integers rather than characters by Bill Janssen · 17 years ago
  62. 316414e Fix typo. by Georg Brandl · 17 years ago
  63. 2dced8b Patch 1329 (partial) by Christian Heimes. by Guido van Rossum · 17 years ago
  64. 2673a57 Bug #1356: Avoid using the C99 keyword 'restrict'. by Martin v. Löwis · 17 years ago
  65. 6203d8f Patch 1341 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  66. 3db4686 fix typo by Fred Drake · 17 years ago
  67. 5d21255 Issue 1340 by Amaury Forgeot d'Arc (with help from Christian Heimes, by Guido van Rossum · 17 years ago
  68. 1b16ca4 URLError now takes only a single parameter. This was causing by Neal Norwitz · 17 years ago
  69. 96bf3cc Get a bunch of tests working on Mac OS. I suspect that a bunch of the by Neal Norwitz · 17 years ago
  70. 3d7a90d Get the locale and pwd tests working on the Solaris box where there by Neal Norwitz · 17 years ago
  71. 8866e0a Try to get this test to pass on Win64 by making clean for ssize_t by Neal Norwitz · 17 years ago
  72. bed6784 Get rid of more uses of string and use unicode by Neal Norwitz · 17 years ago
  73. 841e122 Get test_email to pass. There is a problem reading the data file and by Neal Norwitz · 17 years ago
  74. efee9f5 Use unicode in more places. Fixes a problem with str8 + str in test. by Neal Norwitz · 17 years ago
  75. ae404e2 Sort the method lists for str8 and bytes so differences are more apparent. by Guido van Rossum · 17 years ago
  76. a2074f0 Kill PyString_Encode(), which isn't used anywhere. by Guido van Rossum · 17 years ago
  77. 35d02c1 Delete test_str.py. There's not much there I care about, and it is confused by Guido van Rossum · 17 years ago
  78. a5d2d55 Patch 1335 by Christian Heimes. by Guido van Rossum · 17 years ago
  79. 57233cb Patch 1330 by Christian Heimes (with some TLC applied by myself). by Guido van Rossum · 17 years ago
  80. 61ec0d3 Fix some Py_ssize_t warnings on Win64 that were probably bugs by Neal Norwitz · 17 years ago
  81. 56cdf68 Try to fix some of the failing tests on Win64. PY_SSIZE_T_MAX (8 bytes) by Neal Norwitz · 17 years ago
  82. 37f7e6e Add a missing news entry about how str8's constructor signature now matches the by Brett Cannon · 17 years ago
  83. c12a813 Patch # 1331 by Christian Heimes. by Guido van Rossum · 17 years ago
  84. daa251c Patch # 1302 by Christian Heimes (with some love from me :-). by Guido van Rossum · 17 years ago
  85. 79b79ee Patch # 1323 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  86. 687b9c0 Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(), by Guido van Rossum · 17 years ago
  87. edbcc13 Remove a test case which is no longer valid. by Georg Brandl · 17 years ago
  88. d2093f7 Fix a refleak for `filename', introduced in rev. 58466. by Georg Brandl · 17 years ago
  89. 5a2f7e60 Fix a broken format in a PyErr_Format() call: %lx is not supported. by Guido van Rossum · 17 years ago
  90. 52ddaef Make test_locale pass by removing tests that were designed to handle by Guido van Rossum · 17 years ago
  91. 39013cd A 'PyObject *' parameter in PyErr_Format must use %S parameter, not %s. by Thomas Heller · 17 years ago
  92. bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 17 years ago
  93. 97f9d4f Patch #1318 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  94. b98cda4 Patch #1314 by Christian Heimes. by Guido van Rossum · 17 years ago
  95. e1a0d11 #1316: remove redundant PyLong_Check calls when PyInt_Check was already called. by Georg Brandl · 17 years ago
  96. 083bea4 Remove duplicate entry for PyObject_AsFileDescriptor. by Georg Brandl · 17 years ago
  97. b6538a8 Remove redundant PyInt/PyLong checks. by Georg Brandl · 17 years ago
  98. d1cdf21 Update Pygments version from externals. by Georg Brandl · 17 years ago
  99. 7c67613 Update w.r.t. PEP 3137. by Georg Brandl · 17 years ago
  100. 94c2c75 Patch #1071: Improve unicode.translate() so that you can pass unicode by Georg Brandl · 17 years ago