1. d32e616 Add commented assert statements to check that the result of by Thomas Heller · 18 years ago
  2. a09fd6e Build _hashlib on Windows. Build OpenSSL with masm assembler code. by Martin v. Löwis · 18 years ago
  3. 604c864 Revert to having static version numbers again. by Marc-André Lemburg · 18 years ago
  4. f137e1d Get quit() and exit() to work cleanly when not using subprocess. by Kurt B. Kaiser · 18 years ago
  5. b1cb56a Update code and tests to support the 'bytes_le' attribute (for by Ka-Ping Yee · 18 years ago
  6. d112bc7 Patch #1540892: site.py Quitter() class attempts to close sys.stdin by Kurt B. Kaiser · 18 years ago
  7. 798ed8f preparing for 2.5c1 - no, really this time by Anthony Baxter · 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. 4dc5dd1 Check for NULL return value from new_CArgObject calls. by Thomas Heller · 18 years ago
  11. 271a868 Subclasses of int/long are allowed to define an __index__. by Neal Norwitz · 18 years ago
  12. 6e48256 Update the docstring to use a version a little newer than 1999. This was by Neal Norwitz · 18 years ago
  13. b476fdf Fix the test for SocketServer so it should pass on cygwin and not fail by Neal Norwitz · 18 years ago
  14. bf8c195 Georg fixed one of my bugs, so I'll repay him with 2 NEWS entries. by Neal Norwitz · 18 years ago
  15. c02c1c8 Whitespace normalization. by Tim Peters · 18 years ago
  16. 9dc7b7c Patch #1511317: don't crash on invalid hostname info by Georg Brandl · 18 years ago
  17. d76bd69 Cookie.py shouldn't "bogusly" use string._idmap. by Georg Brandl · 18 years ago
  18. 7a1af77 Patch #1536071: trace.py should now find the full module name of a by Georg Brandl · 18 years ago
  19. 85fec59 Add an additional test: BZ2File write methods should raise IOError by Georg Brandl · 18 years ago
  20. 3335a7a Patch #1535500: fix segfault in BZ2File.writelines and make sure it by Georg Brandl · 18 years ago
  21. 2463f8f Make tabnanny recognize IndentationErrors raised by tokenize. by Georg Brandl · 18 years ago
  22. 26a07b5 Fix refleak introduced in rev. 51248. by Georg Brandl · 18 years ago
  23. 1ce433e News item for rev 51281. by Thomas Heller · 18 years ago
  24. ef8d513 Patch #1536908: Add support for AMD64 / OpenBSD. by Thomas Heller · 18 years ago
  25. 3a45779 Correct an accidentally removed previous patch. by Marc-André Lemburg · 18 years ago
  26. 4873fb2 Improve markup in PyUnicode_RichCompare. by Georg Brandl · 18 years ago
  27. 757ea27 Readd NEWS items that were accidentally removed by r51276. by Marc-André Lemburg · 18 years ago
  28. 8672004 Apply the patch #1532975 plus ideas from the patch #1533481. by Thomas Heller · 18 years ago
  29. 040f76b Slightly revised version of patch #1538956: by Marc-André Lemburg · 18 years ago
  30. e6dd31c Revert the change that tries to zero out a closure's result storage by Thomas Heller · 18 years ago
  31. dca703f Check for NULL return value of GenericCData_new(). by Thomas Heller · 18 years ago
  32. efa2727 Check for NULL return value from new_CArgObject(). by Thomas Heller · 18 years ago
  33. acdedfb Remove unused, buggy test function. Fixes klockwork issue #207. by Thomas Heller · 18 years ago
  34. 4c73177 Update purify doc some. by Neal Norwitz · 18 years ago
  35. af33f2d Can't return NULL from a void function. If there is a memory error, by Neal Norwitz · 18 years ago
  36. 714a59d Ignore pgen.exe and kill_python.exe for cygwin by Neal Norwitz · 18 years ago
  37. 5ed4997 Get rid of compiler warning by Neal Norwitz · 18 years ago
  38. 93bf902 Handle alloca failures. by Neal Norwitz · 18 years ago
  39. 9ac8953 Handle malloc failure. by Neal Norwitz · 18 years ago
  40. ccc56c7 Really address the issue of where to place the assert for leftblock. by Neal Norwitz · 18 years ago
  41. 20745b1 Handle failure from PyModule_GetDict() (Klocwork 208). by Neal Norwitz · 18 years ago
  42. 26a8abf Handle failures from lookup. by Neal Norwitz · 18 years ago
  43. ee7c8f9 It's very unlikely, though possible that source is not a string. Verify by Neal Norwitz · 18 years ago
  44. 5aa9689 Handle malloc and fopen failures more gracefully. by Neal Norwitz · 18 years ago
  45. e9ac0bb Check return result of PyModule_GetDict(). by Neal Norwitz · 18 years ago
  46. 56423e5 Fix segfault when doing string formatting on subclasses of long if by Neal Norwitz · 18 years ago
  47. 3cb31ac cpathname could be NULL if it was longer than MAXPATHLEN. Don't try by Neal Norwitz · 18 years ago
  48. b09f4f5 Handle a whole lot of failures from PyString_FromInternedString(). by Neal Norwitz · 18 years ago
  49. df6a649 Move/copy assert for tstate != NULL before first use. by Neal Norwitz · 18 years ago
  50. bfa5f0b SF bug #1539336, distutils example code missing by Neal Norwitz · 18 years ago
  51. 1872b1c Fix a couple of bugs exposed by the new __index__ code. The 64-bit buildbots by Neal Norwitz · 18 years ago
  52. 8a87f5d Patch #1538606, Patch to fix __index__() clipping. by Neal Norwitz · 18 years ago
  53. f3e3042 Repair logging test spew caused by rev. 51206. by Georg Brandl · 18 years ago
  54. 953c189 Ah, fudge. One of the prints here actually "shouldn't be" by Tim Peters · 18 years ago
  55. 1742f33 test_signal: Signal handling on the Tru64 buildbot by Tim Peters · 18 years ago
  56. ebcf875 Verify verdat which is returned from malloc is not NULL. by Neal Norwitz · 18 years ago
  57. 0f7dbf7 PyModule_GetDict() can fail, produce fatal errors if this happens on startup. by Neal Norwitz · 18 years ago
  58. b88cfad Check return of PyMem_MALLOC (garbage) is non-NULL. by Neal Norwitz · 18 years ago
  59. 5f17d9a Don't deref v if it's NULL. by Neal Norwitz · 18 years ago
  60. 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
  61. 6b4953f Check returned pointer is valid. Klocwork #233 by Neal Norwitz · 18 years ago
  62. b45f351 I'm not sure why this code allocates this string for the error message. by Neal Norwitz · 18 years ago
  63. ef0de02 Try to handle a malloc failure. I'm not entirely sure this is correct. by Neal Norwitz · 18 years ago
  64. 9cd3c34 Move the assert which checks for a NULL pointer first. Klocwork #274. by Neal Norwitz · 18 years ago
  65. e0a81af If _stat_float_times is false, we will try to INCREF ival which could be NULL. by Neal Norwitz · 18 years ago
  66. 6bf1a8f Handle NULL nodes while parsing. I'm not entirely sure this is correct. by Neal Norwitz · 18 years ago
  67. edb2168 This code is actually not used unless WITHOUT_COMPLEX is defined. by Neal Norwitz · 18 years ago
  68. 43bd4db It's highly unlikely, though possible for PyEval_Get*() to return NULLs. by Neal Norwitz · 18 years ago
  69. 84167d0 Even though _Py_Mangle() isn't truly public anyone can call it and by Neal Norwitz · 18 years ago
  70. 6f5ff3f Klocwork made another run and found a bunch more problems. by Neal Norwitz · 18 years ago
  71. 2a899c8 When a ctypes C callback function is called, zero out the result by Thomas Heller · 18 years ago
  72. 975c8bb Add ignore of *.pyc and *.pyo to Lib/xml/etree/. by Thomas Wouters · 18 years ago
  73. 0a7d1bb logging's atexit hook now runs even if the rest of the module has by Georg Brandl · 18 years ago
  74. 368c155 Add Chris McDonough (latest cgi.py patch) by Georg Brandl · 18 years ago
  75. 003c9e2 Fix the failures on cygwin (2006-08-10 fixed the actual locking issue). by Neal Norwitz · 18 years ago
  76. 8b8c59c force_test_exit(): This has been completely ineffective by Tim Peters · 18 years ago
  77. 0857477 test_PyThreadState_SetAsyncExc(): This is failing on some by Tim Peters · 18 years ago
  78. b7ad1eb Whitespace normalization broke test_cgi, because a line by Tim Peters · 18 years ago
  79. 0d9ca9f Whitespace normalization. by Tim Peters · 18 years ago
  80. 4643c2f Followup to bug #1069160. by Tim Peters · 18 years ago
  81. 789c09d Update dangling references to the 3.2 database to by Martin v. Löwis · 18 years ago
  82. c69ac25 Fix title -- it's rc1, not beta3. by Guido van Rossum · 18 years ago
  83. 133f4e4 News item for SF bug 1112549. by Guido van Rossum · 18 years ago
  84. 9568b73 Chris McDonough's patch to defend against certain DoS attacks on FieldStorage. by Guido van Rossum · 18 years ago
  85. cd3d8be Retrieval of previous shell command was not always preserving indentation by Kurt B. Kaiser · 18 years ago
  86. b2dd1a3 test_copytree_simple(): This was leaving behind two new temp by Tim Peters · 18 years ago
  87. 1fe9ca0 Changing tokenize (39046) to detect dedent broke tabnanny check (since 1.2a1) by Kurt B. Kaiser · 18 years ago
  88. 388b3a6 Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  89. 73f12a3 Add some commentary on -mimpure-text. by Martin v. Löwis · 18 years ago
  90. 53f2b5f ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1). by Kurt B. Kaiser · 18 years ago
  91. faeeab7 Typo fix by Andrew M. Kuchling · 18 years ago
  92. be332e4 As a slight enhancement to the previous checkin, improve the by Kurt B. Kaiser · 18 years ago
  93. 312e5af 1. When used w/o subprocess, all exceptions were preceeded by an error by Kurt B. Kaiser · 18 years ago
  94. 97ff047 Concatenation on a long string breaks (SF #1526585). by Armin Rigo · 18 years ago
  95. c95f756 It's unlikely that future versions will require _POSIX_C_SOURCE by Ronald Oussoren · 18 years ago
  96. 51fc8c4 Fix and test for an infinite C recursion. by Armin Rigo · 18 years ago
  97. 98c0480 Reindent code by Andrew M. Kuchling · 18 years ago
  98. 58aa6f7 Add missing 'self' parameters by Andrew M. Kuchling · 18 years ago
  99. 13300f2 [Patch #1534027] Add notes on locale module changes by Andrew M. Kuchling · 18 years ago
  100. b713660 [Bug #1536021] Mention __hash__ change by Andrew M. Kuchling · 18 years ago