1. 692cdbc Fix three nits found by Coverity, adding null checks and comments. by Guido van Rossum · 18 years ago
  2. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 18 years ago
  3. e2b4677 Move entry to correct section. by Georg Brandl · 18 years ago
  4. 24cb053 Patch #1446372: quit and exit can now be called from the interactive by Georg Brandl · 18 years ago
  5. ca4d08b NodeInfo.__gen_init(): Fiddle so that reindent.py is by Tim Peters · 18 years ago
  6. 51f77b5 Remove the magic to run an uninstalled ctypes version from a CVS sandbox. by Thomas Heller · 18 years ago
  7. aeadf95 Write a section by Andrew M. Kuchling · 18 years ago
  8. 3b9e9ae Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln. by Thomas Heller · 18 years ago
  9. a16bb0c Added VC project files to build _ctypes.pyd and _ctypes_test.pyd on Windows. by Thomas Heller · 18 years ago
  10. d0fcc02 Markup fix by Andrew M. Kuchling · 18 years ago
  11. e362d93 Write a section by Andrew M. Kuchling · 18 years ago
  12. d09def3 Bug #1442874: handle "<!>", the empty SGML comment by Georg Brandl · 18 years ago
  13. 8f4b4db typo by Georg Brandl · 18 years ago
  14. 57e881e Disable the testcase that crashes solaris. by Thomas Heller · 18 years ago
  15. e317d0e Replace the trivial ctypes test (did only an import) with the real test suite. by Thomas Heller · 18 years ago
  16. 72c2c06 Try to be a bit more consistent on all platforms: python . python < . by Neal Norwitz · 18 years ago
  17. 8ff2120 Directly read working copy data to obtain list of properties. by Martin v. Löwis · 18 years ago
  18. 84457af Taught svneol to look at .c and .h files too, and by Tim Peters · 18 years ago
  19. d87f81f Simple utility to add svn:eol-style to text files under by Tim Peters · 18 years ago
  20. 685e954 Set auto-props by Martin v. Löwis · 18 years ago
  21. e8d09e5 Whitespace normalization. by Tim Peters · 18 years ago
  22. b31c814 These text files were all missing the svn:eol-style property. by Tim Peters · 18 years ago
  23. d758d3d Remove .cvsignore and set svn:ignore for *.pyc *.pyo. by Hye-Shik Chang · 18 years ago
  24. ddb73fe Bug #1445901: os.path.realpath() is available on Win/Mac too. by Georg Brandl · 18 years ago
  25. 200af39 Trivial test for ctypes, more to come by Thomas Heller · 18 years ago
  26. babddfc Copy ctypes-0.9.9.4 Python modules from external into the trunk. by Thomas Heller · 18 years ago
  27. cf567c1 Changes to build the _ctypes extension module. by Thomas Heller · 18 years ago
  28. d4c9320 Copy ctypes-0.9.9.4 sources from external into the trunk. by Thomas Heller · 18 years ago
  29. 533ff6f Patch #1434038: property() now uses the getter's docstring if there is by Georg Brandl · 18 years ago
  30. f3c4ad1 typo by Georg Brandl · 18 years ago
  31. 26fd2e1 Fix pydoc.synopsis() so that it doesn't error out with an unreadable module. by Georg Brandl · 18 years ago
  32. 2f5e990 Fix logic error and DECREF reported by Coverity. by Neal Norwitz · 18 years ago
  33. 025f14b Move version added tag from PyObject_Length/Size to PyNumber_Index. by Neal Norwitz · 18 years ago
  34. 8f4d255 Add section by Andrew M. Kuchling · 18 years ago
  35. b315383 Clean up _bsddb.c: add a couple dozen missing Py_DECREF()'s, a handful of by Thomas Wouters · 18 years ago
  36. e920f0d Reformulate 42903 using an if statement. by Martin v. Löwis · 18 years ago
  37. df44ab7 _hotshot hotshot_profiler(): If write_header() returned by Tim Peters · 18 years ago
  38. 516999e Fix bug introduced in rev. 42884. by Georg Brandl · 18 years ago
  39. 437567c Some edits; add empty sections by Andrew M. Kuchling · 18 years ago
  40. 9aa37ab Add note about PEP 357. by Guido van Rossum · 18 years ago
  41. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  42. 9d78550 Address an coverity issue. Coverity was complaining about a line that's fine, by Guido van Rossum · 18 years ago
  43. ec73cd4 Typo fix by Andrew M. Kuchling · 18 years ago
  44. 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 18 years ago
  45. ef1701f Add additional missing checks for return vals of PyTuple_New(). by Georg Brandl · 18 years ago
  46. 89ba381 Fix gcc 4.0.x warning about use of uninitialized value. by Thomas Wouters · 18 years ago
  47. 098f694 Coverity found bug: test result of PyTuple_New() against NULL before use. by Thomas Wouters · 18 years ago
  48. a74a84d Coverity found refleak: need to free 'v' after calling Tkinter_Error(). by Thomas Wouters · 18 years ago
  49. 58780d2 Bug #1440831: fix csv UnicodeWriter example by Georg Brandl · 18 years ago
  50. 47f003d Coverity-found bug: don't use temp->next *before* checking it for NULL. Also by Thomas Wouters · 18 years ago
  51. 622927b Bug #1432525: os.listdir now releases the GIL while calling readdir(). by Georg Brandl · 18 years ago
  52. 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 18 years ago
  53. 8eb8a82 Don't DECREF a borrowed reference. by Thomas Wouters · 18 years ago
  54. d3c38ff SF patch #1443865; gc.get_count() added and optional argument 'generation' by Barry Warsaw · 18 years ago
  55. 995acdf Add a note about the bug fixes by Neal Norwitz · 18 years ago
  56. 60da316 Thanks to Coverity, these were all reported by their Prevent tool. by Neal Norwitz · 18 years ago
  57. e22373d Fix warnings on x86 (32-bit) and support Win64. by Neal Norwitz · 18 years ago
  58. f2e0c45 Fix warnings on x86 (32-bit). by Neal Norwitz · 18 years ago
  59. 3e90fa5 Try to cleanup the error handling a bit so there aren't false positives by Neal Norwitz · 18 years ago
  60. 4dc4a84 Ignore leaks from the socket test too. Sigh, this list is getting long. :-( by Neal Norwitz · 18 years ago
  61. ca19943 If size is specified, try to read at least size characters. by Walter Dörwald · 18 years ago
  62. f8d7671 lower-case time_t. by Martin v. Löwis · 18 years ago
  63. a2d4d6c Patch #1437769: notice that time_t is a 64-bit type in VS2005 by Martin v. Löwis · 18 years ago
  64. 32feb85 Check NULL if Py_InitModule fails. by Hye-Shik Chang · 18 years ago
  65. 82f6cc4 Use devenv.com to better obtain output. by Martin v. Löwis · 18 years ago
  66. 350a872 Add buildbot support scripts. by Martin v. Löwis · 18 years ago
  67. 8c7c56e Add _msi.pyd. Add warning on Win9x. by Martin v. Löwis · 18 years ago
  68. d149c21 Open dll file in binary. by Martin v. Löwis · 18 years ago
  69. dd860ca Update copyright notice. by Martin v. Löwis · 18 years ago
  70. fbab90e Import bdist_msi by Martin v. Löwis · 18 years ago
  71. 99b93c2 Use %Id for size_t-ish things on Win64. by Martin v. Löwis · 18 years ago
  72. 5bab0f8 Backout the last hack and add in this new one. by Neal Norwitz · 18 years ago
  73. 83cbb24 Oops, urllib may or may not already be loaded. by Neal Norwitz · 18 years ago
  74. 0917988 Fix SF #1442937, Bad Coroutine link by Neal Norwitz · 18 years ago
  75. d8cea79 Fix spurious test failure of test_socket_ssl when run in this order: by Neal Norwitz · 18 years ago
  76. 7b216c5 Make PyGC_Collect() use Py_ssize_t. by Neal Norwitz · 18 years ago
  77. 84632ee Oops, forgot to include this in the last checkin. by Neal Norwitz · 18 years ago
  78. 4281cef Use Py_ssize_t for _Py_RefTotal. by Neal Norwitz · 18 years ago
  79. 9589ee2 Tabify by Neal Norwitz · 18 years ago
  80. e92fba0 Get rid of run_err_mod(). It was only used in two places. by Neal Norwitz · 18 years ago
  81. 1fc4b77 Change some sequnce APIs to use Py_ssize_t. by Neal Norwitz · 18 years ago
  82. 8c49c82 Use Py_ssize_t for PySet_Size() like all the other Py*_Size() functions. by Neal Norwitz · 18 years ago
  83. b62c433 Remove test for timing (already not built since commented out in setup.py). by Neal Norwitz · 18 years ago
  84. 4b96c13 - Modernize code to use Py_ssize_t more intensively. by Hye-Shik Chang · 18 years ago
  85. ad9afcf Actually this file should have svn:eol-style CRLF since it's specifically by Barry Warsaw · 18 years ago
  86. c32886d Set eol-style to native -- doesn't appear to be any reason by Tim Peters · 18 years ago
  87. 39e11fb Whitespace normalization. by Tim Peters · 18 years ago
  88. 7356dcb SF #1442767, docs for os.statvfs miss f_bsize parameter. Will backport. by Neal Norwitz · 18 years ago
  89. 67dfb6f I think the test_logging failure on Solaris is timing related. We don't by Neal Norwitz · 18 years ago
  90. 10be2ea SF bug 1442442: LIST_APPEND optimization got lost in the AST merge. Add it back. by Neal Norwitz · 18 years ago
  91. d4e3035 Fix compiler breakage related to absolute imports by Neal Norwitz · 18 years ago
  92. 9742f27 Remove commented code by Neal Norwitz · 18 years ago
  93. eaed39f Hopefully this removes all vestiges of CO_GENERATOR_ALLOWED that can by Neal Norwitz · 18 years ago
  94. fa0cf4f Add support for absolute/relative imports and if/else expressions: by Thomas Wouters · 18 years ago
  95. 7e2ac25 Update for absolute/relative imports and ifelse-expressions. by Thomas Wouters · 18 years ago
  96. 7b4d6d5 Provide checkin access to Ronald and Bob by Neal Norwitz · 18 years ago
  97. 6143c54 Stop building timing module, it's old and deprecated by Neal Norwitz · 18 years ago
  98. 26f55a1 Add test_quopri to know spurious leakers by Neal Norwitz · 18 years ago
  99. 3909ff6 Text moved to PEP 339. by Brett Cannon · 18 years ago
  100. 5118517 Fix minor docstring typo. by Brett Cannon · 18 years ago