1. dc075b9 SF#1534630 by Fredrik Lundh · 18 years ago
  2. b4a0cf1 Remove the special casing of Py_None when converting the return value by Thomas Heller · 18 years ago
  3. b0aa98f The __repr__ method of a NULL py_object does no longer raise an by Thomas Heller · 18 years ago
  4. 604c864 Revert to having static version numbers again. by Marc-André Lemburg · 18 years ago
  5. f137e1d Get quit() and exit() to work cleanly when not using subprocess. by Kurt B. Kaiser · 18 years ago
  6. b1cb56a Update code and tests to support the 'bytes_le' attribute (for by Ka-Ping Yee · 18 years ago
  7. d112bc7 Patch #1540892: site.py Quitter() class attempts to close sys.stdin by Kurt B. Kaiser · 18 years ago
  8. b409666 preparing for 2.5c1 by Anthony Baxter · 18 years ago
  9. 2a7ff29 The 'with' statement is now a Code Context block opener by Kurt B. Kaiser · 18 years ago
  10. 271a868 Subclasses of int/long are allowed to define an __index__. by Neal Norwitz · 18 years ago
  11. 6e48256 Update the docstring to use a version a little newer than 1999. This was by Neal Norwitz · 18 years ago
  12. b476fdf Fix the test for SocketServer so it should pass on cygwin and not fail by Neal Norwitz · 18 years ago
  13. c02c1c8 Whitespace normalization. by Tim Peters · 18 years ago
  14. d76bd69 Cookie.py shouldn't "bogusly" use string._idmap. by Georg Brandl · 18 years ago
  15. 7a1af77 Patch #1536071: trace.py should now find the full module name of a by Georg Brandl · 18 years ago
  16. 85fec59 Add an additional test: BZ2File write methods should raise IOError by Georg Brandl · 18 years ago
  17. 3335a7a Patch #1535500: fix segfault in BZ2File.writelines and make sure it by Georg Brandl · 18 years ago
  18. 2463f8f Make tabnanny recognize IndentationErrors raised by tokenize. by Georg Brandl · 18 years ago
  19. 8672004 Apply the patch #1532975 plus ideas from the patch #1533481. by Thomas Heller · 18 years ago
  20. 040f76b Slightly revised version of patch #1538956: by Marc-André Lemburg · 18 years ago
  21. 56423e5 Fix segfault when doing string formatting on subclasses of long if by Neal Norwitz · 18 years ago
  22. 1872b1c Fix a couple of bugs exposed by the new __index__ code. The 64-bit buildbots by Neal Norwitz · 18 years ago
  23. 8a87f5d Patch #1538606, Patch to fix __index__() clipping. by Neal Norwitz · 18 years ago
  24. f3e3042 Repair logging test spew caused by rev. 51206. by Georg Brandl · 18 years ago
  25. 953c189 Ah, fudge. One of the prints here actually "shouldn't be" by Tim Peters · 18 years ago
  26. 1742f33 test_signal: Signal handling on the Tru64 buildbot by Tim Peters · 18 years ago
  27. 421c131 Whoops, how did that get in there. :-) Revert all the parts of 51227 that were not supposed to go it. Only Modules/_ctypes/cfields.c was supposed to be changed by Neal Norwitz · 18 years ago
  28. 6b4953f Check returned pointer is valid. Klocwork #233 by Neal Norwitz · 18 years ago
  29. 0a7d1bb logging's atexit hook now runs even if the rest of the module has by Georg Brandl · 18 years ago
  30. 003c9e2 Fix the failures on cygwin (2006-08-10 fixed the actual locking issue). by Neal Norwitz · 18 years ago
  31. 8b8c59c force_test_exit(): This has been completely ineffective by Tim Peters · 18 years ago
  32. 0857477 test_PyThreadState_SetAsyncExc(): This is failing on some by Tim Peters · 18 years ago
  33. b7ad1eb Whitespace normalization broke test_cgi, because a line by Tim Peters · 18 years ago
  34. 0d9ca9f Whitespace normalization. by Tim Peters · 18 years ago
  35. 4643c2f Followup to bug #1069160. by Tim Peters · 18 years ago
  36. 9568b73 Chris McDonough's patch to defend against certain DoS attacks on FieldStorage. by Guido van Rossum · 18 years ago
  37. cd3d8be Retrieval of previous shell command was not always preserving indentation by Kurt B. Kaiser · 18 years ago
  38. b2dd1a3 test_copytree_simple(): This was leaving behind two new temp by Tim Peters · 18 years ago
  39. 1fe9ca0 Changing tokenize (39046) to detect dedent broke tabnanny check (since 1.2a1) by Kurt B. Kaiser · 18 years ago
  40. 53f2b5f ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1). by Kurt B. Kaiser · 18 years ago
  41. faeeab7 Typo fix by Andrew M. Kuchling · 18 years ago
  42. be332e4 As a slight enhancement to the previous checkin, improve the by Kurt B. Kaiser · 18 years ago
  43. 312e5af 1. When used w/o subprocess, all exceptions were preceeded by an error by Kurt B. Kaiser · 18 years ago
  44. 97ff047 Concatenation on a long string breaks (SF #1526585). by Armin Rigo · 18 years ago
  45. 51fc8c4 Fix and test for an infinite C recursion. by Armin Rigo · 18 years ago
  46. ab2f8f7 __hash__ may now return long int; the final hash by Martin v. Löwis · 18 years ago
  47. 8e24a96 Whitespace normalization. by Tim Peters · 18 years ago
  48. dc68ffd Remove accidently committed, duplicated test. by Thomas Heller · 18 years ago
  49. ab1049c memcmp() can return values other than -1, 0, and +1 but tp_compare must not. by Thomas Heller · 18 years ago
  50. f3321b5 webbrowser: Silence stderr output if no gconftool or gnome browser found by Georg Brandl · 18 years ago
  51. 16ee33a test_threading now skips testing alternate thread stack sizes on by Andrew MacIntyre · 18 years ago
  52. d336e98 Don't produce output in test_builtin. by Georg Brandl · 18 years ago
  53. 7e3ba2a Bug #1535165: fixed a segfault in input() and raw_input() when by Georg Brandl · 18 years ago
  54. 9908d16 Bug #1535182: really test the xreadlines() method of bz2 objects. by Georg Brandl · 18 years ago
  55. e6c9f98 Fix #1530559, struct.pack raises TypeError where it used to convert. by Bob Ippolito · 18 years ago
  56. b1ccc4d Whitespace normalization. by Tim Peters · 18 years ago
  57. 1618363 Better fix for bug #1531405, not executing str(value) twice. by Georg Brandl · 18 years ago
  58. e9462c7 Change fix for segfaulting property(), add a NEWS entry and a test. by Georg Brandl · 18 years ago
  59. 06ded09 Fix the 'compiler' package to generate correct code for MAKE_CLOSURE. by Neil Schemenauer · 18 years ago
  60. 0cbd805 Bug #1333982: string/number constants were inappropriately stored by Neal Norwitz · 18 years ago
  61. 4ffedad Bug #1191458: tracing over for loops now produces a line event by Neal Norwitz · 18 years ago
  62. ff4b63b Bug #1531405, format_exception no longer raises an exception if by Neal Norwitz · 18 years ago
  63. 961b91b Correction of patch #1455898: In the mbcs decoder, set final=False by Martin v. Löwis · 18 years ago
  64. 5d32a9f pre-release machinations by Anthony Baxter · 18 years ago
  65. 9b0ca79 Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during by Neal Norwitz · 18 years ago
  66. 3ee5941 Let us know when there was a problem and the child had to kill the parent by Neal Norwitz · 18 years ago
  67. a05f6e2 _Stream.close(): Try to kill struct.pack() warnings when by Tim Peters · 18 years ago
  68. 62decc9 Try to squash struct.pack warnings on the "amd64 gentoo trunk" by Tim Peters · 18 years ago
  69. 4edcba6 Whitespace normalization. by Tim Peters · 18 years ago
  70. 07fec3a os.urandom no longer masks unrelated exceptions like SystemExit or by Georg Brandl · 18 years ago
  71. 86e1e38 [Patch #1520905] Attempt to suppress core file created by test_subprocess.py. by Andrew M. Kuchling · 18 years ago
  72. f79c32d ZipFile.close(): Kill the other struct.pack deprecation warning on Windows. by Tim Peters · 18 years ago
  73. 352bf0d ZipFile.close(): Killed one of the struct.pack deprecation warnings on Win32. by Tim Peters · 18 years ago
  74. 6458452 Whitespace normalization. by Tim Peters · 18 years ago
  75. 313f8a9 Try to prevent hangs on Tru64/Alpha buildbot. I'm not certain this will help by Neal Norwitz · 18 years ago
  76. ec3c5e3 Verify that the signal handlers were really called by Neal Norwitz · 18 years ago
  77. 499b0e6 Typo fix by George Yoshida · 18 years ago
  78. 7762158 Mention Cygwin in distutils error message about a missing VS 2003. by Martin v. Löwis · 18 years ago
  79. 1f30c37 Base __version__ on sys.version_info, as distutils is by Martin v. Löwis · 18 years ago
  80. 4e67838 Don't copy directory stat times in shutil.copytree on Windows Fixes #1525866. by Martin v. Löwis · 18 years ago
  81. f71ec5a Bug #1515471: string.replace() accepts character buffers again. by Neal Norwitz · 18 years ago
  82. 0d62a06 Patch #1531113: Fix augmented assignment with yield expressions. by Neal Norwitz · 18 years ago
  83. da9face Whitespace normalization. by Tim Peters · 18 years ago
  84. ca2e790 Minor typo fixes by Andrew M. Kuchling · 18 years ago
  85. b5a701b Disable test_getnode too, since this is also unreliable. by Neal Norwitz · 18 years ago
  86. 175001d If the executable doesn't exist, there's no reason to try to start it. by Neal Norwitz · 18 years ago
  87. 2fde3bd Disable these tests until they are reliable across platforms. by Neal Norwitz · 18 years ago
  88. 9297e16 restore test un-intentionally removed in the xmlcore purge (revision 50941) by Fred Drake · 18 years ago
  89. fbdeaad expunge the xmlcore changes: by Fred Drake · 18 years ago
  90. e2222a0 Fix docstring punctuation by Andrew M. Kuchling · 18 years ago
  91. afcd838 Revert rev 42617, it was introduced to work around bug #1441397. by Georg Brandl · 18 years ago
  92. edd9b0d Bug #1441397: The compiler module now recognizes module and function by Georg Brandl · 18 years ago
  93. f7575d0 Bug #1529871: The speed enhancement patch #921466 broke Python's compliance by Phillip J. Eby · 18 years ago
  94. 4793aa3 Patch #1529686: also run test_email_codecs with regrtest.py. by Georg Brandl · 18 years ago
  95. 46fc6a0 Try to find the MAC addr on various flavours of Unix. This seems hopeless. by Neal Norwitz · 18 years ago
  96. 750c442 Live with that "the hardware address" is an ill-defined by Tim Peters · 18 years ago
  97. df80af7 Ensure the actual number matches the expected count by Neal Norwitz · 18 years ago
  98. 641cddf - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename by Gregory P. Smith · 18 years ago
  99. ce70a3b Whitespace normalization. by Tim Peters · 18 years ago
  100. 6f68147 Bug #1529297: The rewrite of doctest for Python 2.4 unintentionally by Tim Peters · 18 years ago