1. d9da722 Bug #1451341: find fuzzy marks correctly. by Georg Brandl · 19 years ago
  2. 70d044b remove more cruft no longer needed by Fred Drake · 19 years ago
  3. 9ea179f remove much of the Python-version compatibility cruft; the minimum Python by Fred Drake · 19 years ago
  4. 8038163 revert incomplete changes committed by accident by Fred Drake · 19 years ago
  5. ca30e1d update URL to reflect new website by Fred Drake · 19 years ago
  6. 3c423a0 Explicitely use 'signed char', to avoid problems on platforms with unsigned char type. by Thomas Heller · 19 years ago
  7. 0890de3 Explicitely use 'signed char', to avoid problems on platforms with unsigned char type. by Thomas Heller · 19 years ago
  8. fb8f83b One test still fails on the ia64 debian box. by Thomas Heller · 19 years ago
  9. 3b1c01d Fixed error in comment for new PY_SSIZE_T_MIN. by Tim Peters · 19 years ago
  10. 8e7b490 upgrade to final version of pysqlite 2.2.0 by Anthony Baxter · 19 years ago
  11. c48c8db Add PY_SSIZE_T_MIN, as suggested by Ralf W. Grosse-Kunstleve. by Martin v. Löwis · 19 years ago
  12. 726dcf3 Use 'ldd' to find the libc library to load. Based on an idea from Matthias Klose. by Thomas Heller · 19 years ago
  13. a2a26b9 whitespace normalisation by Anthony Baxter · 19 years ago
  14. 51bcb68 blank spots for Misc/NEWS, post alpha1 (plus testing buildbot 0.7.2) by Anthony Baxter · 19 years ago
  15. 2cdb23e Bump version number after alpha1 release by Andrew M. Kuchling · 19 years ago
  16. 4bdaa27 Fix refleak in __import__("") (probably the cause of the 2 refleaks in by Thomas Wouters · 19 years ago
  17. 22495c0 no-one but windows should expect startfile to work by Anthony Baxter · 19 years ago
  18. c60611d Tagging for release of Python 2.5a1 by Anthony Baxter · 19 years ago
  19. 9ad18bb we need os.path too for the normal run on windows by Neal Norwitz · 19 years ago
  20. d96a6ac Reference PEP 356 by Andrew M. Kuchling · 19 years ago
  21. c3749a9 Add a paragraph about PEP 353; add a few more fixes by Andrew M. Kuchling · 19 years ago
  22. ed2038b The part checking for the sqlite DLL was looking at, and by Tim Peters · 19 years ago
  23. 9c67ee0 Tidy up the document in preparation for 2.5alpha1. Hope I didn't break the markup... by Andrew M. Kuchling · 19 years ago
  24. b882f47 Change the import statement so that the test is skipped when by Thomas Heller · 19 years ago
  25. 3bd3315 Per Martins request, add empty.vbs to Tools\msi\msi.py. by Thomas Heller · 19 years ago
  26. 19fd857 Add a simple test for os.startfile(). by Thomas Heller · 19 years ago
  27. f7bc5f9 Change the example classes UnicodeReader and UnicodeWriter so by Walter Dörwald · 19 years ago
  28. f4d8f39 Make xrange more Py_ssize_t aware, by assuming a Py_ssize_t is always at by Thomas Wouters · 19 years ago
  29. 4aaaa49 docstring tweak by Fredrik Lundh · 19 years ago
  30. e510bd1 Adjust sqlite3 build process to Win64. by Martin v. Löwis · 19 years ago
  31. 8ddab27 Fix __import__("") to raise ValueError rather than return None. by Thomas Wouters · 19 years ago
  32. 06853fc Fix test_platform on cygwin. When running from build area, sys.executable by Anthony Baxter · 19 years ago
  33. b2fc21e sqlite on Windows: by Tim Peters · 19 years ago
  34. 3b8ff31 SF Bug #1448488 - make collectionsmodule build on Cygwin, using the same by Anthony Baxter · 19 years ago
  35. cbb9f97 update to correct version of pysqlite by Anthony Baxter · 19 years ago
  36. ed40ea1 Generate line number table entries for except handlers. by Jeremy Hylton · 19 years ago
  37. 7680185 cygwin's curses support isn't up to scratch to run the tests. by Anthony Baxter · 19 years ago
  38. 1b6cab6 Remove debugging prints. by Jeremy Hylton · 19 years ago
  39. 36458ee aargh. Don't make last minute re-organisations before checkin! by Anthony Baxter · 19 years ago
  40. cecb885 Fix Debug, Itanium, AMD64 configurations by Martin v. Löwis · 19 years ago
  41. 46854bc PyAPI_FUNC() the PyArg_.*SizeT forms. Without this, cygwin has hysterics. by Anthony Baxter · 19 years ago
  42. 76c21bd Make path calculation platform independent by Jeremy Hylton · 19 years ago
  43. c410d6c Fix a couple of memory issues by Neal Norwitz · 19 years ago
  44. 1a494bd Add sqlite3 to the Windows build process. by Martin v. Löwis · 19 years ago
  45. c95dd94 Disable .DLL as an extension for extension modules. by Martin v. Löwis · 19 years ago
  46. 72289a6 Update to pysqlite 2.2.0 by Anthony Baxter · 19 years ago
  47. a058836 Revert 43615, fixing it properly through quadrigraphs. by Martin v. Löwis · 19 years ago
  48. a7a3cfe Comment out the prints. These appear to be only for debugging purposes. by Neal Norwitz · 19 years ago
  49. e8fb992 Martin's change 43604 broke the Mac builds apparently due to an autoconf by Neal Norwitz · 19 years ago
  50. 2f327c1 Add lineno, col_offset to excephandler to enable future fix for by Jeremy Hylton · 19 years ago
  51. 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 · 19 years ago
  52. 5fe715f Properly support empty woperation in win32_startfile; by Martin v. Löwis · 19 years ago
  53. 9388020 Fix typos; enhance comments on patch for SF #1462485. by Phillip J. Eby · 19 years ago
  54. cdab455 Try to fix the build on Mac OS X 10.3. The 'live_support' segment by Thomas Heller · 19 years ago
  55. fc9fc47 ctypes.macholib is needed. by Thomas Heller · 19 years ago
  56. 9444bd5 Fix SF#1462485: StopIteration raised in body of 'with' statement suppressed by Phillip J. Eby · 19 years ago
  57. 9161a0d Looks like someone renamed (or something) md5c.c to md5.c. by Tim Peters · 19 years ago
  58. ff60023 Set "not found" value for svnversion to not-found. Fixes #1463559. by Martin v. Löwis · 19 years ago
  59. 7392811 - add missing chunk for patch #1117961 by Matthias Klose · 19 years ago
  60. 353aa87 Make needs to be told to install sqlite by Skip Montanaro · 19 years ago
  61. d77f8b3 - correct patch number by Matthias Klose · 19 years ago
  62. 8e39ec7 - Patch #360466: Replace the MD5 implementation from RSA Data Security Inc by Matthias Klose · 19 years ago
  63. db5483b Try to fix the tests on OpenBSD. Apparently OpenBSD passes by Thomas Heller · 19 years ago
  64. 2a1b4a6 For backwards compatibility reasons the global function by Walter Dörwald · 19 years ago
  65. 72d84af Always return firstweekday % 7 instead of complaining on setting. by Walter Dörwald · 19 years ago
  66. aba10cf Turn firstweekday into a property. by Walter Dörwald · 19 years ago
  67. ebed3f6 preparation for 2.5a1 by Anthony Baxter · 19 years ago
  68. 70e0796 added sqlite3 section by Anthony Baxter · 19 years ago
  69. af7ee99 Add sections for new modules; will write tutorial later by Andrew M. Kuchling · 19 years ago
  70. ad89dc8 Bug #1451503: allow unicode filenames in os.startfile(). by Georg Brandl · 19 years ago
  71. 59c3acc Add check_soundcard.vbs. Will backport by Martin v. Löwis · 19 years ago
  72. 54b42f1 Allow long integers in PySlice_GetIndices. by Martin v. Löwis · 19 years ago
  73. a8cd7a2 Add test case for #43581. by Martin v. Löwis · 19 years ago
  74. ea62d25 Bug #1421664: Set sys.stderr.encoding by Martin v. Löwis · 19 years ago
  75. cf0a2a8 Deal with openbsd's different style of default /etc/hosts by forcing the fqdn by Anthony Baxter · 19 years ago
  76. 93f5b93 The email module's parsedate_tz function now sets the daylight savings by Anthony Baxter · 19 years ago
  77. 9e5eb4f I could have sworn this was part of the change to not abbreviate ABSOLUTE by Neal Norwitz · 19 years ago
  78. b0b20a1 Get ctypes loader working on OSF1 (Tru64) by Neal Norwitz · 19 years ago
  79. cbce280 Don't abbreviate ABS, use long name ABSOLUTE. by Neal Norwitz · 19 years ago
  80. f5af2aa Patch #1462700: Make _ctypes_test depend on _ctypes. by Martin v. Löwis · 19 years ago
  81. 84c95b9 Fix test_pty on OSF/1 (Tru64). The problem is that the newline gets by Neal Norwitz · 19 years ago
  82. 9cdfa4c Skip the test for sys.stdin.seek(-1) on OSF/1 (Tru64) since it does Bad Things by Neal Norwitz · 19 years ago
  83. 3e1ec3a Remove some duplicated code for handling Mac modules. No functional change (intended). Also stoped setting srcdir twice. by Neal Norwitz · 19 years ago
  84. 19379f1 * Fix a refleak of *_attributes. by Neal Norwitz · 19 years ago
  85. 92e212f Accept keyword arguments for __import__ and doc the addition of the level param from PEP 328. by Neal Norwitz · 19 years ago
  86. 92a6be4 Whitespace: break long line by Neal Norwitz · 19 years ago
  87. d08eaf4 Use Py_ssize_t in slices by Neal Norwitz · 19 years ago
  88. b902f4e Use absolute imports by Neal Norwitz · 19 years ago
  89. 480725d Whitespace normalization. by Tim Peters · 19 years ago
  90. 3dc6bb3 cleaned up setup.py code for sqlite3, based on patch from Gerhard Haering. by Anthony Baxter · 19 years ago
  91. 04ee870 Always use firstweekday module 7. by Walter Dörwald · 19 years ago
  92. 5f284da Document recent fdopen() change. by Georg Brandl · 19 years ago
  93. 7fff58c Readd urllib.quote import as it doesn't cause any harm. by Georg Brandl · 19 years ago
  94. 4696ffb Remove "disgusting hack" in favour of closure (patch #1462235) by Georg Brandl · 19 years ago
  95. c5ffd91 Patch #1463012: remove not working undocumented classes from urllib2 by Georg Brandl · 19 years ago
  96. 720096a Patch #1462790: fix urllib2 ProxyHandler for host:port proxies by Georg Brandl · 19 years ago
  97. 4eb521e bug #1462706: guard against host not having FQDN hostname by Georg Brandl · 19 years ago
  98. 31fe35b end the sentence... by Fredrik Lundh · 19 years ago
  99. 1c0e328 fix markup error by Fred Drake · 19 years ago
  100. e805829 Grammar fix by Andrew M. Kuchling · 19 years ago