1. 7fbb9d1 SF bug #1457411, fix errors using variables that don't exist. by Neal Norwitz · 19 years ago
  2. 51ef6f9 Forward port of 43262: Add 2.4.3 UUIDs. by Martin v. Löwis · 19 years ago
  3. c92157f Relax result test for program mode of quopri. by Martin v. Löwis · 19 years ago
  4. bd8dbab Preserve command name, for later printing of active by Martin v. Löwis · 19 years ago
  5. 83be966 Rewrite pipe code using subprocess, to make sure the by Martin v. Löwis · 19 years ago
  6. d478f34 Patch #1396919: Reenable the system scope threads on FreeBSD 5.4 by Hye-Shik Chang · 19 years ago
  7. dfbd34c Cosmetic improvement for r43247 by Hye-Shik Chang · 19 years ago
  8. 55f316c Skip to install files for empty directories; to name it, Lib/lib-old. by Hye-Shik Chang · 19 years ago
  9. badc086 Stop duplicating code and handle slice indices consistently and correctly by Neal Norwitz · 19 years ago
  10. 9076842 Fix a ssize_t issue by Neal Norwitz · 19 years ago
  11. 8af92d1 Heh -- used the right format for a refcount, but forgot to stop truncating it. by Tim Peters · 19 years ago
  12. e98ccf6 Forward port MvL's fix in 43227: by Neal Norwitz · 19 years ago
  13. 4d073bb _Py_NegativeRefcount(): print the full value of ob_refcnt. by Tim Peters · 19 years ago
  14. d6316a9 Add email/mime to LIBSUBDIRS. Fixes SF bug # 1454912. by Barry Warsaw · 19 years ago
  15. bcfccca Fix some int/Py_ssize_t issues which led to compiler warnings by Thomas Heller · 19 years ago
  16. 59feb6f Include <malloc.h> on windows, to avoid warnings when compiling with mingw. by Thomas Heller · 19 years ago
  17. c61c049 ctypes was added. by Thomas Heller · 19 years ago
  18. f303261 Remove false information from the comment and reformat it like other by Hye-Shik Chang · 19 years ago
  19. 8142cb6 Damn another occurrence of using as as a keywordf by Neal Norwitz · 19 years ago
  20. 72d7a78 Change NEWS entry for recent socket API change by Georg Brandl · 19 years ago
  21. 0ae07bd Whitespace normalization. by Tim Peters · 19 years ago
  22. b84de02 Record that test_wait[34] get skipped on native Windows. by Tim Peters · 19 years ago
  23. 4d90bbd News about email 4.0. by Barry Warsaw · 19 years ago
  24. 0568f40 remove test file by Barry Warsaw · 19 years ago
  25. a3aaf3e py trunk svn test by Barry Warsaw · 19 years ago
  26. 49c54bc py trunk svn test by Barry Warsaw · 19 years ago
  27. f37ec35 py trunk svn test by Barry Warsaw · 19 years ago
  28. bb03ac0 Correct API design mistake from rev. 43126: make socket attributes readonly properties. by Georg Brandl · 19 years ago
  29. 9ca8789 Update to Tk 8.4.12 and Tix 8.4.0 by Martin v. Löwis · 19 years ago
  30. a0f4549 Update to OpenSSL 0.9.8a by Martin v. Löwis · 19 years ago
  31. 48b4bf7 Add a note about pow(x,y) equalling x**y (the "**" operator by Georg Brandl · 19 years ago
  32. 59b96c1 Try to repair at least one segfault on the Mac buildbot, by Tim Peters · 19 years ago
  33. 66760f8 Show an example of calling a named set method. by Raymond Hettinger · 19 years ago
  34. e502693 Avoid a potential double-free bug. by Thomas Heller · 19 years ago
  35. ba29e4c Apply patch from Martin v. Loewis: Avoid function pointer casts. by Thomas Heller · 19 years ago
  36. a0dd3e3 Remove mention of fpectl in README. by Georg Brandl · 19 years ago
  37. 9b00a56 Damn Coverity. I can't even sneak in a leak any more. :-) by Neal Norwitz · 19 years ago
  38. 711e7f0 Fix another bug found by Coverty. by Thomas Heller · 19 years ago
  39. e2061dc Fix bug found by Coverty. by Thomas Heller · 19 years ago
  40. cce2267 Plug a leak in the ctypes test suite when tests are run repeatedly. by Thomas Heller · 19 years ago
  41. d59ca8f Accessing unaligned structure fields works now on all architectures. by Thomas Heller · 19 years ago
  42. 6c2f913 The helper is only necessary for wait3/4. by Neal Norwitz · 19 years ago
  43. 46fa48a whitespace n11n by Anthony Baxter · 19 years ago
  44. d5a3754 Try to cleanup a lot of boilerplate #ifdef wrt wait types and make the code by Neal Norwitz · 19 years ago
  45. 49c65d0 Make some functions static, reformat function decl to be consistent and check for error from PyModule_GetDict() by Neal Norwitz · 19 years ago
  46. 3dd8be4 Get Py_DEPRECATED to work with gcc 4.x too by Neal Norwitz · 19 years ago
  47. 24078c5 moved older releases into HISTORY by Anthony Baxter · 19 years ago
  48. 05a4559 Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder. by Neal Norwitz · 19 years ago
  49. 910b5ee experimenting with release stuff. please ignore by Anthony Baxter · 19 years ago
  50. 1747143 replace use of int16_t with a (typedef'd) short, to fix Windows buildbots. by Anthony Baxter · 19 years ago
  51. d48f2b8 ignore the fetched NormalizationTest.txt file by Anthony Baxter · 19 years ago
  52. fa86907 SF [ 1231053 ] audioop - alaw encoding/decoding added, code updated by Anthony Baxter · 19 years ago
  53. d1e0ef6 SF #1445431, fix some leaks in error conditions. by Neal Norwitz · 19 years ago
  54. c3264e5 Get rid of some warnings. by Neal Norwitz · 19 years ago
  55. d5b0c9b Fix problem spotted by Coverity that occurs if tzinfo.tzname().replace() by Neal Norwitz · 19 years ago
  56. 29892cc Update function name to reflect params and stop casting to long to avoid losing data by Neal Norwitz · 19 years ago
  57. 2aa9a5d Use macro versions instead of function versions when we already know the type. by Neal Norwitz · 19 years ago
  58. 70f05c5 Source file f.flush() after writing; trying to avoid lossage if user by Kurt B. Kaiser · 19 years ago
  59. 8a85ac6 Update tutorial wrt PEP 341 try-except-finally statement by Georg Brandl · 19 years ago
  60. c54ae35 Ignore api.{dvi,idx,ind,l2h,log,toc} and modapi.ind, via suffix wildcards. by Barry Warsaw · 19 years ago
  61. fa76224 Ignore *.pyc and *.pyo by Hye-Shik Chang · 19 years ago
  62. 6a7ec7c Change raise statement to PEP 8 style. by Walter Dörwald · 19 years ago
  63. e5c5117 Shim for test_email_renamed.py tests. by Barry Warsaw · 19 years ago
  64. 40ef006 Merge email package 4.0 from the sandbox, including documentation, test cases, by Barry Warsaw · 19 years ago
  65. 9ae019b Add tests for the C APIs PyCodec_IncrementalEncoder() and by Walter Dörwald · 19 years ago
  66. ba8e180 Release codecs variable earlier. by Walter Dörwald · 19 years ago
  67. f4063ca Fix compiler warning. by Thomas Heller · 19 years ago
  68. ddb84d7 Bug #1353433: be conciliant with spaces in redirect URLs by Georg Brandl · 19 years ago
  69. abd1ff8 Previously, Python code had no easy way to access the contents of a by Georg Brandl · 19 years ago
  70. 237037b You need at least one \item by Andrew M. Kuchling · 19 years ago
  71. b182db4 Write section by Andrew M. Kuchling · 19 years ago
  72. bc45a3f RFE #567972: Socket objects' family, type and proto properties are by Georg Brandl · 19 years ago
  73. 5c170fd Fix some missing checks after PyTuple_New, PyList_New, PyDict_New by Georg Brandl · 19 years ago
  74. a5a0704 Remove the lib-old modules from Doc/lib/libundoc.tex. by Georg Brandl · 19 years ago
  75. 7785868 Fix bug 1441408 where a double colon didn't trigger extended slice semantics (applies patch 1452332) by Nick Coghlan · 19 years ago
  76. db815ab More \exception fixes. by Georg Brandl · 19 years ago
  77. da37604 Add two items by Andrew M. Kuchling · 19 years ago
  78. a062270 Markup fix by Andrew M. Kuchling · 19 years ago
  79. b03cb60 Merge changes from the upstream version: by Thomas Heller · 19 years ago
  80. f4b0660 Remove mention of lib-old, and list more deleted modules by Andrew M. Kuchling · 19 years ago
  81. 01e3d26 Add some items by Andrew M. Kuchling · 19 years ago
  82. c72f501 as is on the road to keyword-hood, use a different var name. by Neal Norwitz · 19 years ago
  83. d5f8ec2 Oops, copied the wrong code from keeprefs. Get the right code by Neal Norwitz · 19 years ago
  84. 770a800 Update/expand on comments about leaking tests. by Neal Norwitz · 19 years ago
  85. ddda855 Ignore ctypes leaks, but add a test case so we do not forget. by Neal Norwitz · 19 years ago
  86. 8749316 Try to find a host that responds slower from python.org so this test does not fail on macteagle (G4 OSX.4 in buildbot) by Neal Norwitz · 19 years ago
  87. ae1d0c9 Introduced symbol PY_FORMAT_SIZE_T. See the new comments by Tim Peters · 19 years ago
  88. d53850a Fix wrong argument format in PyCodec_IncrementalEncoder() and by Walter Dörwald · 19 years ago
  89. 23e4086 Fix a test that fails when libGL.so and libGLU.so are not installed (on posix systems). by Thomas Heller · 19 years ago
  90. 0c6b0e9 Fix a leak that would happen under error conditions (found by Coverty). by Thomas Heller · 19 years ago
  91. aa47570 Use int 0 as default defval for LCID if nothing has been supplied. by Thomas Heller · 19 years ago
  92. b216761 Fix compiler warning. by Thomas Heller · 19 years ago
  93. 4c9dfc8 Fixes from Neal Norwitz, plus other small fixes. by Thomas Heller · 19 years ago
  94. 1275516 Rewrite the AllocFunctionCallback function for better error handling. by Thomas Heller · 19 years ago
  95. d71afb2 Set eol-style to native. by Tim Peters · 19 years ago
  96. f8cf13e Update test_winsound to check for a configured sound card (using a VBScript by Trent Mick · 19 years ago
  97. 4fe4ed2 Make mktuple consistent with mklist to get rid of Coverity warnings. Also use macro version of SetItem since we know everything is setup. by Neal Norwitz · 19 years ago
  98. 6bed1c1 Add some versionadded info to new incremental codec docs and fix doco nits. by Neal Norwitz · 19 years ago
  99. 922ff4a Don't delete non-autogenerated source files when cleaning up. by Thomas Heller · 19 years ago
  100. c4bd28c Remove some more references to regex that I missed. by Neal Norwitz · 19 years ago