1. 8220174 Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c) by Anthony Baxter · 18 years ago
  2. a50794b Patch #1466993: remove wrong comment in socket.py by Georg Brandl · 18 years ago
  3. ce4a9c9 Fix tests so they pass in -R mode by Neal Norwitz · 18 years ago
  4. aa34b6c Get test_optparse to pass in -R mode by stop changing state (COLUMNS env var) by Neal Norwitz · 18 years ago
  5. 349c0ed Convert test_compare to use unittest. Hopefully we can find out by Neal Norwitz · 18 years ago
  6. 4c842a4 Fix problem (not checking return result) reported by Coverity by Neal Norwitz · 18 years ago
  7. c5d0dbd Fix a couple of strings that were no-ops. urllib.open_file was a docstring by Neal Norwitz · 18 years ago
  8. a31bf18 glob('anything*/') would fail because isdir is in os.path, not os. by Neal Norwitz · 18 years ago
  9. e0bb597 test_timeout(): This test was added during Bug Day, but disabled by Tim Peters · 18 years ago
  10. 2f36caf Define WIN32, to get proper struct alignment in WinSock2.h. by Martin v. Löwis · 18 years ago
  11. 7f5b6f4 Fix bsddb.db.DBError derived exceptions so they can be unpickled. by Gregory P. Smith · 18 years ago
  12. 795246c Don't try to build ctypes when configuration of libffi fails. by Thomas Heller · 18 years ago
  13. eba43c1 Configure Modules/_ctypes/libffi just before building the _ctypes extension. by Thomas Heller · 18 years ago
  14. 6e3a66d Fix a few XXX markers by Andrew M. Kuchling · 18 years ago
  15. 9fbc44c Adjust compileall -x option to Makefile.pre.in. Fixes #1465093. by Martin v. Löwis · 18 years ago
  16. ad7c44c Regenerate. by Martin v. Löwis · 18 years ago
  17. 7846f4d missing 'self' from TextCalendar.prweek. by Anthony Baxter · 18 years ago
  18. b4e4165 minor error in uudecode main error handling by Anthony Baxter · 18 years ago
  19. 5fe60e7 Patch #1462080: Conditionalize some NETLINK defines. by Martin v. Löwis · 18 years ago
  20. 7d6b895 Whitespace normalization. by Tim Peters · 18 years ago
  21. fff61ea Expose RTLD_LOCAL and RTLD_GLOBAL always from the _ctypes extension module. by Thomas Heller · 18 years ago
  22. a4d651f Fix unfinished paragraph; markup fix by Andrew M. Kuchling · 18 years ago
  23. 4d8cd89 Expand the PEP 353 section; various smaller changes by Andrew M. Kuchling · 18 years ago
  24. 4dce8e4 Bug #1464658: make clear that PyList_GetItem doesn't take negative indices. by Georg Brandl · 18 years ago
  25. 729156e Bug #1465619: rot13 codec decodes to a Unicode string. by Georg Brandl · 18 years ago
  26. caf9539 Bug #1465600: note encoding issue in ZipFile.write(). by Georg Brandl · 18 years ago
  27. 430947a Replace a few more 'char' types with 'signed char', to fix test failures by Thomas Heller · 18 years ago
  28. b431998 This change shouldn't have any functional effect. Coverity was by Neal Norwitz · 18 years ago
  29. d126200 Fix unchecked return result from Coverity. by Neal Norwitz · 18 years ago
  30. 7e957d3 Remove dead code (reported by HP compiler). by Neal Norwitz · 18 years ago
  31. ffb0d90 Handle ssize_t by Neal Norwitz · 18 years ago
  32. 915ae41 Handle error conditions from PyString_ConcatAndDel(). by Neal Norwitz · 18 years ago
  33. b038333 Handle ssize_t by Neal Norwitz · 18 years ago
  34. 5102c4e Hopefully this makes test_urllib2 have inconsistent leak results by Neal Norwitz · 18 years ago
  35. a1f9b7f I don't think we know of any tests that really leak anymore by Neal Norwitz · 18 years ago
  36. 04b9403 Fix for failure of test_urllib2 breaking test_mimetypes (SF bug 1464978) by Anthony Baxter · 18 years ago
  37. e94e3b4 In some environments (under screen, in a chroot) curses doesn't support by Anthony Baxter · 18 years ago
  38. d9da722 Bug #1451341: find fuzzy marks correctly. by Georg Brandl · 18 years ago
  39. 70d044b remove more cruft no longer needed by Fred Drake · 18 years ago
  40. 9ea179f remove much of the Python-version compatibility cruft; the minimum Python by Fred Drake · 18 years ago
  41. 8038163 revert incomplete changes committed by accident by Fred Drake · 18 years ago
  42. ca30e1d update URL to reflect new website by Fred Drake · 18 years ago
  43. 3c423a0 Explicitely use 'signed char', to avoid problems on platforms with unsigned char type. by Thomas Heller · 18 years ago
  44. 0890de3 Explicitely use 'signed char', to avoid problems on platforms with unsigned char type. by Thomas Heller · 18 years ago
  45. fb8f83b One test still fails on the ia64 debian box. by Thomas Heller · 18 years ago
  46. 3b1c01d Fixed error in comment for new PY_SSIZE_T_MIN. by Tim Peters · 18 years ago
  47. 8e7b490 upgrade to final version of pysqlite 2.2.0 by Anthony Baxter · 18 years ago
  48. c48c8db Add PY_SSIZE_T_MIN, as suggested by Ralf W. Grosse-Kunstleve. by Martin v. Löwis · 18 years ago
  49. 726dcf3 Use 'ldd' to find the libc library to load. Based on an idea from Matthias Klose. by Thomas Heller · 18 years ago
  50. a2a26b9 whitespace normalisation by Anthony Baxter · 18 years ago
  51. 51bcb68 blank spots for Misc/NEWS, post alpha1 (plus testing buildbot 0.7.2) by Anthony Baxter · 18 years ago
  52. 2cdb23e Bump version number after alpha1 release by Andrew M. Kuchling · 18 years ago
  53. 4bdaa27 Fix refleak in __import__("") (probably the cause of the 2 refleaks in by Thomas Wouters · 18 years ago
  54. 22495c0 no-one but windows should expect startfile to work by Anthony Baxter · 18 years ago
  55. c60611d Tagging for release of Python 2.5a1 by Anthony Baxter · 18 years ago
  56. 9ad18bb we need os.path too for the normal run on windows by Neal Norwitz · 18 years ago
  57. d96a6ac Reference PEP 356 by Andrew M. Kuchling · 18 years ago
  58. c3749a9 Add a paragraph about PEP 353; add a few more fixes by Andrew M. Kuchling · 18 years ago
  59. ed2038b The part checking for the sqlite DLL was looking at, and by Tim Peters · 18 years ago
  60. 9c67ee0 Tidy up the document in preparation for 2.5alpha1. Hope I didn't break the markup... by Andrew M. Kuchling · 18 years ago
  61. b882f47 Change the import statement so that the test is skipped when by Thomas Heller · 18 years ago
  62. 3bd3315 Per Martins request, add empty.vbs to Tools\msi\msi.py. by Thomas Heller · 18 years ago
  63. 19fd857 Add a simple test for os.startfile(). by Thomas Heller · 18 years ago
  64. f7bc5f9 Change the example classes UnicodeReader and UnicodeWriter so by Walter Dörwald · 18 years ago
  65. f4d8f39 Make xrange more Py_ssize_t aware, by assuming a Py_ssize_t is always at by Thomas Wouters · 18 years ago
  66. 4aaaa49 docstring tweak by Fredrik Lundh · 18 years ago
  67. e510bd1 Adjust sqlite3 build process to Win64. by Martin v. Löwis · 18 years ago
  68. 8ddab27 Fix __import__("") to raise ValueError rather than return None. by Thomas Wouters · 18 years ago
  69. 06853fc Fix test_platform on cygwin. When running from build area, sys.executable by Anthony Baxter · 18 years ago
  70. b2fc21e sqlite on Windows: by Tim Peters · 18 years ago
  71. 3b8ff31 SF Bug #1448488 - make collectionsmodule build on Cygwin, using the same by Anthony Baxter · 18 years ago
  72. cbb9f97 update to correct version of pysqlite by Anthony Baxter · 18 years ago
  73. ed40ea1 Generate line number table entries for except handlers. by Jeremy Hylton · 18 years ago
  74. 7680185 cygwin's curses support isn't up to scratch to run the tests. by Anthony Baxter · 18 years ago
  75. 1b6cab6 Remove debugging prints. by Jeremy Hylton · 18 years ago
  76. 36458ee aargh. Don't make last minute re-organisations before checkin! by Anthony Baxter · 18 years ago
  77. cecb885 Fix Debug, Itanium, AMD64 configurations by Martin v. Löwis · 18 years ago
  78. 46854bc PyAPI_FUNC() the PyArg_.*SizeT forms. Without this, cygwin has hysterics. by Anthony Baxter · 18 years ago
  79. 76c21bd Make path calculation platform independent by Jeremy Hylton · 18 years ago
  80. c410d6c Fix a couple of memory issues by Neal Norwitz · 18 years ago
  81. 1a494bd Add sqlite3 to the Windows build process. by Martin v. Löwis · 18 years ago
  82. c95dd94 Disable .DLL as an extension for extension modules. by Martin v. Löwis · 18 years ago
  83. 72289a6 Update to pysqlite 2.2.0 by Anthony Baxter · 18 years ago
  84. a058836 Revert 43615, fixing it properly through quadrigraphs. by Martin v. Löwis · 18 years ago
  85. a7a3cfe Comment out the prints. These appear to be only for debugging purposes. by Neal Norwitz · 18 years ago
  86. e8fb992 Martin's change 43604 broke the Mac builds apparently due to an autoconf by Neal Norwitz · 18 years ago
  87. 2f327c1 Add lineno, col_offset to excephandler to enable future fix for by Jeremy Hylton · 18 years ago
  88. cb30f97 added another example of Unicode CSV parsing; reworked the example text a bit; corrected notice in the intro and added a link to the examples by David Goodger · 18 years ago
  89. 5fe715f Properly support empty woperation in win32_startfile; by Martin v. Löwis · 18 years ago
  90. 9388020 Fix typos; enhance comments on patch for SF #1462485. by Phillip J. Eby · 18 years ago
  91. cdab455 Try to fix the build on Mac OS X 10.3. The 'live_support' segment by Thomas Heller · 18 years ago
  92. fc9fc47 ctypes.macholib is needed. by Thomas Heller · 18 years ago
  93. 9444bd5 Fix SF#1462485: StopIteration raised in body of 'with' statement suppressed by Phillip J. Eby · 18 years ago
  94. 9161a0d Looks like someone renamed (or something) md5c.c to md5.c. by Tim Peters · 18 years ago
  95. ff60023 Set "not found" value for svnversion to not-found. Fixes #1463559. by Martin v. Löwis · 18 years ago
  96. 7392811 - add missing chunk for patch #1117961 by Matthias Klose · 18 years ago
  97. 353aa87 Make needs to be told to install sqlite by Skip Montanaro · 18 years ago
  98. d77f8b3 - correct patch number by Matthias Klose · 18 years ago
  99. 8e39ec7 - Patch #360466: Replace the MD5 implementation from RSA Data Security Inc by Matthias Klose · 18 years ago
  100. db5483b Try to fix the tests on OpenBSD. Apparently OpenBSD passes by Thomas Heller · 18 years ago