1. 9ca8789 Update to Tk 8.4.12 and Tix 8.4.0 by Martin v. Löwis · 18 years ago
  2. a0f4549 Update to OpenSSL 0.9.8a by Martin v. Löwis · 18 years ago
  3. 48b4bf7 Add a note about pow(x,y) equalling x**y (the "**" operator by Georg Brandl · 18 years ago
  4. 59b96c1 Try to repair at least one segfault on the Mac buildbot, by Tim Peters · 18 years ago
  5. 66760f8 Show an example of calling a named set method. by Raymond Hettinger · 18 years ago
  6. e502693 Avoid a potential double-free bug. by Thomas Heller · 18 years ago
  7. ba29e4c Apply patch from Martin v. Loewis: Avoid function pointer casts. by Thomas Heller · 18 years ago
  8. a0dd3e3 Remove mention of fpectl in README. by Georg Brandl · 18 years ago
  9. 9b00a56 Damn Coverity. I can't even sneak in a leak any more. :-) by Neal Norwitz · 18 years ago
  10. 711e7f0 Fix another bug found by Coverty. by Thomas Heller · 18 years ago
  11. e2061dc Fix bug found by Coverty. by Thomas Heller · 18 years ago
  12. cce2267 Plug a leak in the ctypes test suite when tests are run repeatedly. by Thomas Heller · 18 years ago
  13. d59ca8f Accessing unaligned structure fields works now on all architectures. by Thomas Heller · 18 years ago
  14. 6c2f913 The helper is only necessary for wait3/4. by Neal Norwitz · 18 years ago
  15. 46fa48a whitespace n11n by Anthony Baxter · 18 years ago
  16. d5a3754 Try to cleanup a lot of boilerplate #ifdef wrt wait types and make the code by Neal Norwitz · 18 years ago
  17. 49c65d0 Make some functions static, reformat function decl to be consistent and check for error from PyModule_GetDict() by Neal Norwitz · 18 years ago
  18. 3dd8be4 Get Py_DEPRECATED to work with gcc 4.x too by Neal Norwitz · 18 years ago
  19. 24078c5 moved older releases into HISTORY by Anthony Baxter · 18 years ago
  20. 05a4559 Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder. by Neal Norwitz · 18 years ago
  21. 910b5ee experimenting with release stuff. please ignore by Anthony Baxter · 18 years ago
  22. 1747143 replace use of int16_t with a (typedef'd) short, to fix Windows buildbots. by Anthony Baxter · 18 years ago
  23. d48f2b8 ignore the fetched NormalizationTest.txt file by Anthony Baxter · 18 years ago
  24. fa86907 SF [ 1231053 ] audioop - alaw encoding/decoding added, code updated by Anthony Baxter · 18 years ago
  25. d1e0ef6 SF #1445431, fix some leaks in error conditions. by Neal Norwitz · 18 years ago
  26. c3264e5 Get rid of some warnings. by Neal Norwitz · 18 years ago
  27. d5b0c9b Fix problem spotted by Coverity that occurs if tzinfo.tzname().replace() by Neal Norwitz · 18 years ago
  28. 29892cc Update function name to reflect params and stop casting to long to avoid losing data by Neal Norwitz · 18 years ago
  29. 2aa9a5d Use macro versions instead of function versions when we already know the type. by Neal Norwitz · 18 years ago
  30. 70f05c5 Source file f.flush() after writing; trying to avoid lossage if user by Kurt B. Kaiser · 18 years ago
  31. 8a85ac6 Update tutorial wrt PEP 341 try-except-finally statement by Georg Brandl · 18 years ago
  32. c54ae35 Ignore api.{dvi,idx,ind,l2h,log,toc} and modapi.ind, via suffix wildcards. by Barry Warsaw · 18 years ago
  33. fa76224 Ignore *.pyc and *.pyo by Hye-Shik Chang · 18 years ago
  34. 6a7ec7c Change raise statement to PEP 8 style. by Walter Dörwald · 18 years ago
  35. e5c5117 Shim for test_email_renamed.py tests. by Barry Warsaw · 18 years ago
  36. 40ef006 Merge email package 4.0 from the sandbox, including documentation, test cases, by Barry Warsaw · 18 years ago
  37. 9ae019b Add tests for the C APIs PyCodec_IncrementalEncoder() and by Walter Dörwald · 18 years ago
  38. ba8e180 Release codecs variable earlier. by Walter Dörwald · 18 years ago
  39. f4063ca Fix compiler warning. by Thomas Heller · 18 years ago
  40. ddb84d7 Bug #1353433: be conciliant with spaces in redirect URLs by Georg Brandl · 18 years ago
  41. abd1ff8 Previously, Python code had no easy way to access the contents of a by Georg Brandl · 18 years ago
  42. 237037b You need at least one \item by Andrew M. Kuchling · 18 years ago
  43. b182db4 Write section by Andrew M. Kuchling · 18 years ago
  44. bc45a3f RFE #567972: Socket objects' family, type and proto properties are by Georg Brandl · 18 years ago
  45. 5c170fd Fix some missing checks after PyTuple_New, PyList_New, PyDict_New by Georg Brandl · 18 years ago
  46. a5a0704 Remove the lib-old modules from Doc/lib/libundoc.tex. by Georg Brandl · 18 years ago
  47. 7785868 Fix bug 1441408 where a double colon didn't trigger extended slice semantics (applies patch 1452332) by Nick Coghlan · 18 years ago
  48. db815ab More \exception fixes. by Georg Brandl · 18 years ago
  49. da37604 Add two items by Andrew M. Kuchling · 18 years ago
  50. a062270 Markup fix by Andrew M. Kuchling · 18 years ago
  51. b03cb60 Merge changes from the upstream version: by Thomas Heller · 18 years ago
  52. f4b0660 Remove mention of lib-old, and list more deleted modules by Andrew M. Kuchling · 18 years ago
  53. 01e3d26 Add some items by Andrew M. Kuchling · 18 years ago
  54. c72f501 as is on the road to keyword-hood, use a different var name. by Neal Norwitz · 18 years ago
  55. d5f8ec2 Oops, copied the wrong code from keeprefs. Get the right code by Neal Norwitz · 18 years ago
  56. 770a800 Update/expand on comments about leaking tests. by Neal Norwitz · 18 years ago
  57. ddda855 Ignore ctypes leaks, but add a test case so we do not forget. by Neal Norwitz · 18 years ago
  58. 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 · 18 years ago
  59. ae1d0c9 Introduced symbol PY_FORMAT_SIZE_T. See the new comments by Tim Peters · 18 years ago
  60. d53850a Fix wrong argument format in PyCodec_IncrementalEncoder() and by Walter Dörwald · 18 years ago
  61. 23e4086 Fix a test that fails when libGL.so and libGLU.so are not installed (on posix systems). by Thomas Heller · 18 years ago
  62. 0c6b0e9 Fix a leak that would happen under error conditions (found by Coverty). by Thomas Heller · 18 years ago
  63. aa47570 Use int 0 as default defval for LCID if nothing has been supplied. by Thomas Heller · 18 years ago
  64. b216761 Fix compiler warning. by Thomas Heller · 18 years ago
  65. 4c9dfc8 Fixes from Neal Norwitz, plus other small fixes. by Thomas Heller · 18 years ago
  66. 1275516 Rewrite the AllocFunctionCallback function for better error handling. by Thomas Heller · 18 years ago
  67. d71afb2 Set eol-style to native. by Tim Peters · 18 years ago
  68. f8cf13e Update test_winsound to check for a configured sound card (using a VBScript by Trent Mick · 18 years ago
  69. 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 · 18 years ago
  70. 6bed1c1 Add some versionadded info to new incremental codec docs and fix doco nits. by Neal Norwitz · 18 years ago
  71. 922ff4a Don't delete non-autogenerated source files when cleaning up. by Thomas Heller · 18 years ago
  72. c4bd28c Remove some more references to regex that I missed. by Neal Norwitz · 18 years ago
  73. 10be10c Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. by Neal Norwitz · 18 years ago
  74. efbeaef Add a news entry about the sre/re swap. by Neal Norwitz · 18 years ago
  75. f0e2c07 Spel compatibility write. by Neal Norwitz · 18 years ago
  76. f521de6 Add back an sre.py that should be backwards compatible except for the warning. by Neal Norwitz · 18 years ago
  77. 94a9c09 Rename sre.py -> re.py by Neal Norwitz · 18 years ago
  78. 559e88b Remove re.py, in order to rename sre.py -> re.py (svn seems to require 2 steps). by Neal Norwitz · 18 years ago
  79. 04d1513 The pre module has been gone for a while. Need to go through and find other modules that no longer exists, since errors are silently ignored. by Neal Norwitz · 18 years ago
  80. 1a3b248 Oops! Use python_d.exe _before_ it's destroyed :-) by Tim Peters · 18 years ago
  81. 378832c Change the Windows buildbot "clean" step to remove stale .pyc files. by Tim Peters · 18 years ago
  82. cf79aac Merge the tim-obmalloc branch to the trunk. by Tim Peters · 18 years ago
  83. f8480a7 Instead of relative imports, use (implicitly) absolute ones. by Guido van Rossum · 18 years ago
  84. 067db48 Document the other change from patch #1359365. by Walter Dörwald · 18 years ago
  85. 197e832 SF patch #1359365: cStringIO.StringIO.isatty() will raise a ValueError by Walter Dörwald · 18 years ago
  86. 9998f78 Backport from upstream version: compatibility with older Python versions. by Thomas Heller · 18 years ago
  87. f99b816 Whitespace normalization. by Tim Peters · 18 years ago
  88. 13ed60b Fix typo. by Walter Dörwald · 18 years ago
  89. 598f8a0 Don't try to explicitly set path in runpy package tests (tests were broken on Windows) by Nick Coghlan · 18 years ago
  90. 586b83c Don't let cleanup errors mask real errors in the runpy tests by Nick Coghlan · 18 years ago
  91. a2173a1 Catch situations where currentframe() returns None. See SF patch #1447410, this is a different implementation. by Vinay Sajip · 18 years ago
  92. 5424ad8 Make test_runpy close all references to test modules before trying to delete the underlying files by Nick Coghlan · 18 years ago
  93. 21d3a7c Add section by Andrew M. Kuchling · 18 years ago
  94. abb02e5 Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass by Walter Dörwald · 18 years ago
  95. e2ebb2d Implement PEP 338 which has been marked as accepted by GvR by Nick Coghlan · 18 years ago
  96. 8ea61f1 Revert rev 43041, which introduced the "z" format qualifier by Tim Peters · 18 years ago
  97. ab8aeba CField_repr(): PyString_FromFormat() understands the by Tim Peters · 18 years ago
  98. d77eb1f In 'make clean', delete some files that are generated by the _ctypes/libffi by Thomas Heller · 18 years ago
  99. 0af5d93 SF patch #1359365: file and cStringIO raise a ValueError when next() is called by Walter Dörwald · 18 years ago
  100. 4a53dad Move test code out of xxmodule and into _testcapimodule.c where it belongs. by Neal Norwitz · 18 years ago