1. 8a87f5d Patch #1538606, Patch to fix __index__() clipping. by Neal Norwitz · 18 years ago
  2. f3e3042 Repair logging test spew caused by rev. 51206. by Georg Brandl · 18 years ago
  3. 953c189 Ah, fudge. One of the prints here actually "shouldn't be" by Tim Peters · 18 years ago
  4. 1742f33 test_signal: Signal handling on the Tru64 buildbot by Tim Peters · 18 years ago
  5. ebcf875 Verify verdat which is returned from malloc is not NULL. by Neal Norwitz · 18 years ago
  6. 0f7dbf7 PyModule_GetDict() can fail, produce fatal errors if this happens on startup. by Neal Norwitz · 18 years ago
  7. b88cfad Check return of PyMem_MALLOC (garbage) is non-NULL. by Neal Norwitz · 18 years ago
  8. 5f17d9a Don't deref v if it's NULL. by Neal Norwitz · 18 years ago
  9. 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
  10. 6b4953f Check returned pointer is valid. Klocwork #233 by Neal Norwitz · 18 years ago
  11. b45f351 I'm not sure why this code allocates this string for the error message. by Neal Norwitz · 18 years ago
  12. ef0de02 Try to handle a malloc failure. I'm not entirely sure this is correct. by Neal Norwitz · 18 years ago
  13. 9cd3c34 Move the assert which checks for a NULL pointer first. Klocwork #274. by Neal Norwitz · 18 years ago
  14. e0a81af If _stat_float_times is false, we will try to INCREF ival which could be NULL. by Neal Norwitz · 18 years ago
  15. 6bf1a8f Handle NULL nodes while parsing. I'm not entirely sure this is correct. by Neal Norwitz · 18 years ago
  16. edb2168 This code is actually not used unless WITHOUT_COMPLEX is defined. by Neal Norwitz · 18 years ago
  17. 43bd4db It's highly unlikely, though possible for PyEval_Get*() to return NULLs. by Neal Norwitz · 18 years ago
  18. 84167d0 Even though _Py_Mangle() isn't truly public anyone can call it and by Neal Norwitz · 18 years ago
  19. 6f5ff3f Klocwork made another run and found a bunch more problems. by Neal Norwitz · 18 years ago
  20. 2a899c8 When a ctypes C callback function is called, zero out the result by Thomas Heller · 18 years ago
  21. 975c8bb Add ignore of *.pyc and *.pyo to Lib/xml/etree/. by Thomas Wouters · 18 years ago
  22. 0a7d1bb logging's atexit hook now runs even if the rest of the module has by Georg Brandl · 18 years ago
  23. 368c155 Add Chris McDonough (latest cgi.py patch) by Georg Brandl · 18 years ago
  24. 003c9e2 Fix the failures on cygwin (2006-08-10 fixed the actual locking issue). by Neal Norwitz · 18 years ago
  25. 8b8c59c force_test_exit(): This has been completely ineffective by Tim Peters · 18 years ago
  26. 0857477 test_PyThreadState_SetAsyncExc(): This is failing on some by Tim Peters · 18 years ago
  27. b7ad1eb Whitespace normalization broke test_cgi, because a line by Tim Peters · 18 years ago
  28. 0d9ca9f Whitespace normalization. by Tim Peters · 18 years ago
  29. 4643c2f Followup to bug #1069160. by Tim Peters · 18 years ago
  30. 789c09d Update dangling references to the 3.2 database to by Martin v. Löwis · 18 years ago
  31. c69ac25 Fix title -- it's rc1, not beta3. by Guido van Rossum · 18 years ago
  32. 133f4e4 News item for SF bug 1112549. by Guido van Rossum · 18 years ago
  33. 9568b73 Chris McDonough's patch to defend against certain DoS attacks on FieldStorage. by Guido van Rossum · 18 years ago
  34. cd3d8be Retrieval of previous shell command was not always preserving indentation by Kurt B. Kaiser · 18 years ago
  35. b2dd1a3 test_copytree_simple(): This was leaving behind two new temp by Tim Peters · 18 years ago
  36. 1fe9ca0 Changing tokenize (39046) to detect dedent broke tabnanny check (since 1.2a1) by Kurt B. Kaiser · 18 years ago
  37. 388b3a6 Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  38. 73f12a3 Add some commentary on -mimpure-text. by Martin v. Löwis · 18 years ago
  39. 53f2b5f ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1). by Kurt B. Kaiser · 18 years ago
  40. faeeab7 Typo fix by Andrew M. Kuchling · 18 years ago
  41. be332e4 As a slight enhancement to the previous checkin, improve the by Kurt B. Kaiser · 18 years ago
  42. 312e5af 1. When used w/o subprocess, all exceptions were preceeded by an error by Kurt B. Kaiser · 18 years ago
  43. 97ff047 Concatenation on a long string breaks (SF #1526585). by Armin Rigo · 18 years ago
  44. c95f756 It's unlikely that future versions will require _POSIX_C_SOURCE by Ronald Oussoren · 18 years ago
  45. 51fc8c4 Fix and test for an infinite C recursion. by Armin Rigo · 18 years ago
  46. 98c0480 Reindent code by Andrew M. Kuchling · 18 years ago
  47. 58aa6f7 Add missing 'self' parameters by Andrew M. Kuchling · 18 years ago
  48. 13300f2 [Patch #1534027] Add notes on locale module changes by Andrew M. Kuchling · 18 years ago
  49. b713660 [Bug #1536021] Mention __hash__ change by Andrew M. Kuchling · 18 years ago
  50. ab2f8f7 __hash__ may now return long int; the final hash by Martin v. Löwis · 18 years ago
  51. 209307e Introduce an upper bound on tuple nesting depth in by Georg Brandl · 18 years ago
  52. 8e24a96 Whitespace normalization. by Tim Peters · 18 years ago
  53. 7572f03 ``str`` is now the same object as ``types.StringType``. by Georg Brandl · 18 years ago
  54. 7f719c5 Bug #1536660: separate two words. by Georg Brandl · 18 years ago
  55. 6c223fe Bug #1536828: typo: TypeType should have been StringType. by Georg Brandl · 18 years ago
  56. 4f71b55 Bump version number by Andrew M. Kuchling · 18 years ago
  57. a977130 'Other changes' section now has only one item; move the item elsewhere and remove the section by Andrew M. Kuchling · 18 years ago
  58. 88eb45f Move obmalloc item into C API section by Andrew M. Kuchling · 18 years ago
  59. 30c0d1d Reword paragraph to clarify by Andrew M. Kuchling · 18 years ago
  60. dc68ffd Remove accidently committed, duplicated test. by Thomas Heller · 18 years ago
  61. ab1049c memcmp() can return values other than -1, 0, and +1 but tp_compare must not. by Thomas Heller · 18 years ago
  62. b0061c8 Remove "non-mapping" and "non-sequence" from TypeErrors raised by by Georg Brandl · 18 years ago
  63. f3321b5 webbrowser: Silence stderr output if no gconftool or gnome browser found by Georg Brandl · 18 years ago
  64. 8607042 [Patch #1464056] Ensure that we use the panelw library when linking with ncursesw. by Andrew M. Kuchling · 18 years ago
  65. 16ee33a test_threading now skips testing alternate thread stack sizes on by Andrew MacIntyre · 18 years ago
  66. d336e98 Don't produce output in test_builtin. by Georg Brandl · 18 years ago
  67. 7e3ba2a Bug #1535165: fixed a segfault in input() and raw_input() when by Georg Brandl · 18 years ago
  68. 534fe18 Bug #1535081: A leading underscore has been added to the names of by Georg Brandl · 18 years ago
  69. 9908d16 Bug #1535182: really test the xreadlines() method of bz2 objects. by Georg Brandl · 18 years ago
  70. 212b587 Patch #1534922: correct and enhance unittest docs. by Georg Brandl · 18 years ago
  71. e6c9f98 Fix #1530559, struct.pack raises TypeError where it used to convert. by Bob Ippolito · 18 years ago
  72. b1ccc4d Whitespace normalization. by Tim Peters · 18 years ago
  73. f4152c3 Fix mangled sentence by Andrew M. Kuchling · 18 years ago
  74. 0067b5f Typo fixes by Andrew M. Kuchling · 18 years ago
  75. db7b443 Fix #1534738: win32 debug version of _msi must be _msi_d.pyd, not _msi.pyd. by Thomas Heller · 18 years ago
  76. 1798489 Fix #1530448 - fix ctypes build failure on solaris 10. by Thomas Heller · 18 years ago
  77. 74d36f0 On Windows, make PyErr_Warn an exported function again. by Thomas Heller · 18 years ago
  78. 1618363 Better fix for bug #1531405, not executing str(value) twice. by Georg Brandl · 18 years ago
  79. e9462c7 Change fix for segfaulting property(), add a NEWS entry and a test. by Georg Brandl · 18 years ago
  80. 06ded09 Fix the 'compiler' package to generate correct code for MAKE_CLOSURE. by Neil Schemenauer · 18 years ago
  81. 4538193 Fix bug caused by first decrefing, then increfing. by Georg Brandl · 18 years ago
  82. d856ce0 fix typos by Gregory P. Smith · 18 years ago
  83. 7a36f5f SF patch #1534048 (bug #1531003): fix typo in error message by Fred Drake · 18 years ago
  84. 9a70f95 There were really two issues by Neal Norwitz · 18 years ago
  85. 0cbd805 Bug #1333982: string/number constants were inappropriately stored by Neal Norwitz · 18 years ago
  86. 4ffedad Bug #1191458: tracing over for loops now produces a line event by Neal Norwitz · 18 years ago
  87. ff4b63b Bug #1531405, format_exception no longer raises an exception if by Neal Norwitz · 18 years ago
  88. 4b8bd31 Tagging for release of Python 2.5b3 by Anthony Baxter · 18 years ago
  89. 54e3cf0 Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  90. 961b91b Correction of patch #1455898: In the mbcs decoder, set final=False by Martin v. Löwis · 18 years ago
  91. 5c387f2 Fix a mistake. by Thomas Heller · 18 years ago
  92. 6a0ce40 A few nore words about what ctypes does. by Thomas Heller · 18 years ago
  93. 5d32a9f pre-release machinations by Anthony Baxter · 18 years ago
  94. 30eb966 Add some explanation about Klocwork and Coverity static analysis by Neal Norwitz · 18 years ago
  95. 9b0ca79 Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during by Neal Norwitz · 18 years ago
  96. 3ee5941 Let us know when there was a problem and the child had to kill the parent by Neal Norwitz · 18 years ago
  97. c0328d1 v is already checked for NULL, so just DECREF it by Neal Norwitz · 18 years ago
  98. c5e060d _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long. by Neal Norwitz · 18 years ago
  99. 5fb9c20 Updated documentation for the script that builds the OSX installer. by Ronald Oussoren · 18 years ago
  100. a05f6e2 _Stream.close(): Try to kill struct.pack() warnings when by Tim Peters · 18 years ago