1. 6ea6e20 For x86 Release and Debug builds, remove the /Wp64 compiler flag, it by Thomas Heller · 18 years ago
  2. fe8f862 Integrate patch from Neal Norwitz. He writes: by Thomas Heller · 18 years ago
  3. cb35b95 Teach the compiler module about augmented assignment to tuple subscripts by Nick Coghlan · 18 years ago
  4. 7580146 Fix and test (manually w/xx module) passing NULLs to PyObject_Str() and by Neal Norwitz · 18 years ago
  5. 3daf758 Fix bug found by Coverity: don't allow NULL argument to PyUnicode_CheckExact by Georg Brandl · 18 years ago
  6. d364a07 Added logThreads and logProcesses to allow conditional omission of logging this information by Vinay Sajip · 18 years ago
  7. 6da8ceb It's necessary to do a Debug build of the bsddb project too. by Tim Peters · 18 years ago
  8. 7ccbb07 Minor changes. by Tim Peters · 18 years ago
  9. 32d996f Trimmed trailing whitespace. by Tim Peters · 18 years ago
  10. b091241 Fix build process of bsddb for IA64 and AMD64. by Martin v. Löwis · 18 years ago
  11. fcddd29 Initialize VS environment in external.bat as well. by Martin v. Löwis · 18 years ago
  12. f6f7925 Update to bsddb 4.4.20. by Martin v. Löwis · 18 years ago
  13. eadee9a Fix SF bug #1448804 and ad a test to ensure that all subscript operations continue to be handled correctly by Nick Coghlan · 18 years ago
  14. bfa8bd7 Let the buildbot make a single pass in the test suite only. by Martin v. Löwis · 18 years ago
  15. 14c1cf8 Update to bzip2 1.0.3 Make buildbot slaves automatically fetch bzip2 1.0.3. by Martin v. Löwis · 18 years ago
  16. a022789 Plug some refcount leaks when tests are run repeatedly. by Thomas Heller · 18 years ago
  17. abb903f Bug #1448490: Fix a bug that ISO-2022 codecs could not handle by Hye-Shik Chang · 18 years ago
  18. 6058aa4 Remove the slightly broken test_leaks.py. by Thomas Heller · 18 years ago
  19. b138677 Adding the /useenv means that one's PATH actually gets through. This is by Trent Mick · 18 years ago
  20. 44ed4db merged with cElementTree development trunk (1.0.6 snapshot): by Fredrik Lundh · 18 years ago
  21. d39ab5b Move buildbot scripts to Tools/buildbot. by Martin v. Löwis · 18 years ago
  22. 539056a Added brief comment. by Tim Peters · 18 years ago
  23. 1777ada Added brief comments. by Tim Peters · 18 years ago
  24. a96affe - Reindent a confusingly indented piece of code (no intended code changes by Thomas Wouters · 18 years ago
  25. 318af47 Plug the last 657 referenceleaks in test_bsddb3: a circular reference by Thomas Wouters · 18 years ago
  26. b2820ae Fix another leak in bsddb, and avoid use of uninitialized value -- funny how by Thomas Wouters · 18 years ago
  27. 9fe582c Add buildbot test script. by Martin v. Löwis · 18 years ago
  28. 3f2723d Give the _ssl project a harmless command to perform by Tim Peters · 18 years ago
  29. 43179c8 Add changelog entry. by Martin v. Löwis · 18 years ago
  30. c350912 Adjust CJK Ideograph range to Unicode 4.1. by Martin v. Löwis · 18 years ago
  31. 88ca467 Whitespace normalization. by Tim Peters · 18 years ago
  32. 922dd7d When the new -w option (yay! great idea) reruns a by Tim Peters · 18 years ago
  33. 04824ce Add regrtest -w option. by Martin v. Löwis · 18 years ago
  34. f688cc5 Unicode database updated; use SVN instead of CVS by Andrew M. Kuchling · 18 years ago
  35. 1a4a640 Add AMD64 and Itanium configurationgs to ctypes; by Martin v. Löwis · 18 years ago
  36. a09655e Add ctypes. by Martin v. Löwis · 18 years ago
  37. 4196296 Update test data to 4.1; disable PRI #29 for now. by Martin v. Löwis · 18 years ago
  38. 0e2f9b2 Fix refcounting bug. by Martin v. Löwis · 18 years ago
  39. 5bd7c02 Avoid forward-declaring the methods array. by Martin v. Löwis · 18 years ago
  40. f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 18 years ago
  41. 692cdbc Fix three nits found by Coverity, adding null checks and comments. by Guido van Rossum · 18 years ago
  42. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 18 years ago
  43. e2b4677 Move entry to correct section. by Georg Brandl · 18 years ago
  44. 24cb053 Patch #1446372: quit and exit can now be called from the interactive by Georg Brandl · 18 years ago
  45. ca4d08b NodeInfo.__gen_init(): Fiddle so that reindent.py is by Tim Peters · 18 years ago
  46. 51f77b5 Remove the magic to run an uninstalled ctypes version from a CVS sandbox. by Thomas Heller · 18 years ago
  47. aeadf95 Write a section by Andrew M. Kuchling · 18 years ago
  48. 3b9e9ae Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln. by Thomas Heller · 18 years ago
  49. a16bb0c Added VC project files to build _ctypes.pyd and _ctypes_test.pyd on Windows. by Thomas Heller · 18 years ago
  50. d0fcc02 Markup fix by Andrew M. Kuchling · 18 years ago
  51. e362d93 Write a section by Andrew M. Kuchling · 18 years ago
  52. d09def3 Bug #1442874: handle "<!>", the empty SGML comment by Georg Brandl · 18 years ago
  53. 8f4b4db typo by Georg Brandl · 18 years ago
  54. 57e881e Disable the testcase that crashes solaris. by Thomas Heller · 18 years ago
  55. e317d0e Replace the trivial ctypes test (did only an import) with the real test suite. by Thomas Heller · 18 years ago
  56. 72c2c06 Try to be a bit more consistent on all platforms: python . python < . by Neal Norwitz · 18 years ago
  57. 8ff2120 Directly read working copy data to obtain list of properties. by Martin v. Löwis · 18 years ago
  58. 84457af Taught svneol to look at .c and .h files too, and by Tim Peters · 18 years ago
  59. d87f81f Simple utility to add svn:eol-style to text files under by Tim Peters · 18 years ago
  60. 685e954 Set auto-props by Martin v. Löwis · 18 years ago
  61. e8d09e5 Whitespace normalization. by Tim Peters · 18 years ago
  62. b31c814 These text files were all missing the svn:eol-style property. by Tim Peters · 18 years ago
  63. d758d3d Remove .cvsignore and set svn:ignore for *.pyc *.pyo. by Hye-Shik Chang · 18 years ago
  64. ddb73fe Bug #1445901: os.path.realpath() is available on Win/Mac too. by Georg Brandl · 18 years ago
  65. 200af39 Trivial test for ctypes, more to come by Thomas Heller · 18 years ago
  66. babddfc Copy ctypes-0.9.9.4 Python modules from external into the trunk. by Thomas Heller · 18 years ago
  67. cf567c1 Changes to build the _ctypes extension module. by Thomas Heller · 18 years ago
  68. d4c9320 Copy ctypes-0.9.9.4 sources from external into the trunk. by Thomas Heller · 18 years ago
  69. 533ff6f Patch #1434038: property() now uses the getter's docstring if there is by Georg Brandl · 18 years ago
  70. f3c4ad1 typo by Georg Brandl · 18 years ago
  71. 26fd2e1 Fix pydoc.synopsis() so that it doesn't error out with an unreadable module. by Georg Brandl · 18 years ago
  72. 2f5e990 Fix logic error and DECREF reported by Coverity. by Neal Norwitz · 18 years ago
  73. 025f14b Move version added tag from PyObject_Length/Size to PyNumber_Index. by Neal Norwitz · 18 years ago
  74. 8f4d255 Add section by Andrew M. Kuchling · 18 years ago
  75. b315383 Clean up _bsddb.c: add a couple dozen missing Py_DECREF()'s, a handful of by Thomas Wouters · 18 years ago
  76. e920f0d Reformulate 42903 using an if statement. by Martin v. Löwis · 18 years ago
  77. df44ab7 _hotshot hotshot_profiler(): If write_header() returned by Tim Peters · 18 years ago
  78. 516999e Fix bug introduced in rev. 42884. by Georg Brandl · 18 years ago
  79. 437567c Some edits; add empty sections by Andrew M. Kuchling · 18 years ago
  80. 9aa37ab Add note about PEP 357. by Guido van Rossum · 18 years ago
  81. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  82. 9d78550 Address an coverity issue. Coverity was complaining about a line that's fine, by Guido van Rossum · 18 years ago
  83. ec73cd4 Typo fix by Andrew M. Kuchling · 18 years ago
  84. 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 18 years ago
  85. ef1701f Add additional missing checks for return vals of PyTuple_New(). by Georg Brandl · 18 years ago
  86. 89ba381 Fix gcc 4.0.x warning about use of uninitialized value. by Thomas Wouters · 18 years ago
  87. 098f694 Coverity found bug: test result of PyTuple_New() against NULL before use. by Thomas Wouters · 18 years ago
  88. a74a84d Coverity found refleak: need to free 'v' after calling Tkinter_Error(). by Thomas Wouters · 18 years ago
  89. 58780d2 Bug #1440831: fix csv UnicodeWriter example by Georg Brandl · 18 years ago
  90. 47f003d Coverity-found bug: don't use temp->next *before* checking it for NULL. Also by Thomas Wouters · 18 years ago
  91. 622927b Bug #1432525: os.listdir now releases the GIL while calling readdir(). by Georg Brandl · 18 years ago
  92. 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 18 years ago
  93. 8eb8a82 Don't DECREF a borrowed reference. by Thomas Wouters · 18 years ago
  94. d3c38ff SF patch #1443865; gc.get_count() added and optional argument 'generation' by Barry Warsaw · 18 years ago
  95. 995acdf Add a note about the bug fixes by Neal Norwitz · 18 years ago
  96. 60da316 Thanks to Coverity, these were all reported by their Prevent tool. by Neal Norwitz · 18 years ago
  97. e22373d Fix warnings on x86 (32-bit) and support Win64. by Neal Norwitz · 18 years ago
  98. f2e0c45 Fix warnings on x86 (32-bit). by Neal Norwitz · 18 years ago
  99. 3e90fa5 Try to cleanup the error handling a bit so there aren't false positives by Neal Norwitz · 18 years ago
  100. 4dc4a84 Ignore leaks from the socket test too. Sigh, this list is getting long. :-( by Neal Norwitz · 18 years ago