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