- 3a5e8b1 More words on patch #837242, since 4 or 5 tests started by Tim Peters · 19 years ago
- 51dd7d9 Add notes to NEWS for other work today. by Phillip J. Eby · 19 years ago
- 85b362f specials(): squash another incorrect hash(x) == id(x) by Tim Peters · 19 years ago
- 678b8ec Forgot to mark up a PEP reference by Phillip J. Eby · 19 years ago
- 4703211 Updated the warnings, linecache, inspect, traceback, site, and doctest modules by Phillip J. Eby · 19 years ago
- 7731dfd Huh. This belonged with the last checkin -- no idea why svn didn't commit it. by Tim Peters · 19 years ago
- 6902b44 Try to repair more new buildbot failures in "x86 OpenBSD trunk", due by Tim Peters · 19 years ago
- 16ed521 Write part of ElementTree section by Andrew M. Kuchling · 19 years ago
- d58baf8 Give SQLite examples by Andrew M. Kuchling · 19 years ago
- 9bdc85f Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot, by Tim Peters · 19 years ago
- 8845935 Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot, due by Tim Peters · 19 years ago
- 3daf304 Whitespace normalization. by Tim Peters · 19 years ago
- 0bc2ab9 Patch #837242: id() for large ptr should return a long. by Martin v. Löwis · 19 years ago
- a19dc0b DecimalContextTestCase: this permanently changed the by Tim Peters · 19 years ago
- bd0c10f test_contextlib wasn't actually being run by regrtest.py. Or more precisely, by Phillip J. Eby · 19 years ago
- 93149d9 Minor clarity edit to contextlib per Guido's request. by Phillip J. Eby · 19 years ago
- 2ba9661 SF Patch #1463867: Improved generator finalization to allow generators by Phillip J. Eby · 19 years ago
- 17de8ff Patch #1467770: Add Popen objects to _active only in __del__. by Martin v. Löwis · 19 years ago
- 3fa6c09 Patch #1441452: Add more AST nodes. by Martin v. Löwis · 19 years ago
- 10acfd0 Patch #1429775: Link Python modules to libpython on linux if by Martin v. Löwis · 19 years ago
- b04dee9 Patch #1462222: Fix Tix.Grid. Closes #1036406. by Martin v. Löwis · 19 years ago
- 84a98e0 Fix warning about ptsname not being a prototype on Solaris. Is this prototype even necessary anymore? by Neal Norwitz · 19 years ago
- 14bc4e4 Use PyObject_* allocator since FutureFeatures is small by Neal Norwitz · 19 years ago
- 2c4e4f9 SF patch #1467512, fix double free with triple quoted string in standard build. by Neal Norwitz · 19 years ago
- 65c05b2 Get rid of warnings about using chars as subscripts by Neal Norwitz · 19 years ago
- b183a25 Fix some warnings on HP-UX when using cc/aCC by Neal Norwitz · 19 years ago
- 6974a51 I wonder if we can be too graceful? One oughta be enough. :-) by Neal Norwitz · 19 years ago
- 8220174 Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c) by Anthony Baxter · 19 years ago
- a50794b Patch #1466993: remove wrong comment in socket.py by Georg Brandl · 19 years ago
- ce4a9c9 Fix tests so they pass in -R mode by Neal Norwitz · 19 years ago
- aa34b6c Get test_optparse to pass in -R mode by stop changing state (COLUMNS env var) by Neal Norwitz · 19 years ago
- 349c0ed Convert test_compare to use unittest. Hopefully we can find out by Neal Norwitz · 19 years ago
- 4c842a4 Fix problem (not checking return result) reported by Coverity by Neal Norwitz · 19 years ago
- c5d0dbd Fix a couple of strings that were no-ops. urllib.open_file was a docstring by Neal Norwitz · 19 years ago
- a31bf18 glob('anything*/') would fail because isdir is in os.path, not os. by Neal Norwitz · 19 years ago
- e0bb597 test_timeout(): This test was added during Bug Day, but disabled by Tim Peters · 19 years ago
- 2f36caf Define WIN32, to get proper struct alignment in WinSock2.h. by Martin v. Löwis · 19 years ago
- 7f5b6f4 Fix bsddb.db.DBError derived exceptions so they can be unpickled. by Gregory P. Smith · 19 years ago
- 795246c Don't try to build ctypes when configuration of libffi fails. by Thomas Heller · 19 years ago
- eba43c1 Configure Modules/_ctypes/libffi just before building the _ctypes extension. by Thomas Heller · 19 years ago
- 6e3a66d Fix a few XXX markers by Andrew M. Kuchling · 19 years ago
- 9fbc44c Adjust compileall -x option to Makefile.pre.in. Fixes #1465093. by Martin v. Löwis · 19 years ago
- ad7c44c Regenerate. by Martin v. Löwis · 19 years ago
- 7846f4d missing 'self' from TextCalendar.prweek. by Anthony Baxter · 19 years ago
- b4e4165 minor error in uudecode main error handling by Anthony Baxter · 19 years ago
- 5fe60e7 Patch #1462080: Conditionalize some NETLINK defines. by Martin v. Löwis · 19 years ago
- 7d6b895 Whitespace normalization. by Tim Peters · 19 years ago
- fff61ea Expose RTLD_LOCAL and RTLD_GLOBAL always from the _ctypes extension module. by Thomas Heller · 19 years ago
- a4d651f Fix unfinished paragraph; markup fix by Andrew M. Kuchling · 19 years ago
- 4d8cd89 Expand the PEP 353 section; various smaller changes by Andrew M. Kuchling · 19 years ago
- 4dce8e4 Bug #1464658: make clear that PyList_GetItem doesn't take negative indices. by Georg Brandl · 19 years ago
- 729156e Bug #1465619: rot13 codec decodes to a Unicode string. by Georg Brandl · 19 years ago
- caf9539 Bug #1465600: note encoding issue in ZipFile.write(). by Georg Brandl · 19 years ago
- 430947a Replace a few more 'char' types with 'signed char', to fix test failures by Thomas Heller · 19 years ago
- b431998 This change shouldn't have any functional effect. Coverity was by Neal Norwitz · 19 years ago
- d126200 Fix unchecked return result from Coverity. by Neal Norwitz · 19 years ago
- 7e957d3 Remove dead code (reported by HP compiler). by Neal Norwitz · 19 years ago
- ffb0d90 Handle ssize_t by Neal Norwitz · 19 years ago
- 915ae41 Handle error conditions from PyString_ConcatAndDel(). by Neal Norwitz · 19 years ago
- b038333 Handle ssize_t by Neal Norwitz · 19 years ago
- 5102c4e Hopefully this makes test_urllib2 have inconsistent leak results by Neal Norwitz · 19 years ago
- a1f9b7f I don't think we know of any tests that really leak anymore by Neal Norwitz · 19 years ago
- 04b9403 Fix for failure of test_urllib2 breaking test_mimetypes (SF bug 1464978) by Anthony Baxter · 19 years ago
- e94e3b4 In some environments (under screen, in a chroot) curses doesn't support by Anthony Baxter · 19 years ago
- d9da722 Bug #1451341: find fuzzy marks correctly. by Georg Brandl · 19 years ago
- 70d044b remove more cruft no longer needed by Fred Drake · 19 years ago
- 9ea179f remove much of the Python-version compatibility cruft; the minimum Python by Fred Drake · 19 years ago
- 8038163 revert incomplete changes committed by accident by Fred Drake · 19 years ago
- ca30e1d update URL to reflect new website by Fred Drake · 19 years ago
- 3c423a0 Explicitely use 'signed char', to avoid problems on platforms with unsigned char type. by Thomas Heller · 19 years ago
- 0890de3 Explicitely use 'signed char', to avoid problems on platforms with unsigned char type. by Thomas Heller · 19 years ago
- fb8f83b One test still fails on the ia64 debian box. by Thomas Heller · 19 years ago
- 3b1c01d Fixed error in comment for new PY_SSIZE_T_MIN. by Tim Peters · 19 years ago
- 8e7b490 upgrade to final version of pysqlite 2.2.0 by Anthony Baxter · 19 years ago
- c48c8db Add PY_SSIZE_T_MIN, as suggested by Ralf W. Grosse-Kunstleve. by Martin v. Löwis · 19 years ago
- 726dcf3 Use 'ldd' to find the libc library to load. Based on an idea from Matthias Klose. by Thomas Heller · 19 years ago
- a2a26b9 whitespace normalisation by Anthony Baxter · 19 years ago
- 51bcb68 blank spots for Misc/NEWS, post alpha1 (plus testing buildbot 0.7.2) by Anthony Baxter · 19 years ago
- 2cdb23e Bump version number after alpha1 release by Andrew M. Kuchling · 19 years ago
- 4bdaa27 Fix refleak in __import__("") (probably the cause of the 2 refleaks in by Thomas Wouters · 19 years ago
- 22495c0 no-one but windows should expect startfile to work by Anthony Baxter · 19 years ago
- c60611d Tagging for release of Python 2.5a1 by Anthony Baxter · 19 years ago
- 9ad18bb we need os.path too for the normal run on windows by Neal Norwitz · 19 years ago
- d96a6ac Reference PEP 356 by Andrew M. Kuchling · 19 years ago
- c3749a9 Add a paragraph about PEP 353; add a few more fixes by Andrew M. Kuchling · 19 years ago
- ed2038b The part checking for the sqlite DLL was looking at, and by Tim Peters · 19 years ago
- 9c67ee0 Tidy up the document in preparation for 2.5alpha1. Hope I didn't break the markup... by Andrew M. Kuchling · 19 years ago
- b882f47 Change the import statement so that the test is skipped when by Thomas Heller · 19 years ago
- 3bd3315 Per Martins request, add empty.vbs to Tools\msi\msi.py. by Thomas Heller · 19 years ago
- 19fd857 Add a simple test for os.startfile(). by Thomas Heller · 19 years ago
- f7bc5f9 Change the example classes UnicodeReader and UnicodeWriter so by Walter Dörwald · 19 years ago
- f4d8f39 Make xrange more Py_ssize_t aware, by assuming a Py_ssize_t is always at by Thomas Wouters · 19 years ago
- 4aaaa49 docstring tweak by Fredrik Lundh · 19 years ago
- e510bd1 Adjust sqlite3 build process to Win64. by Martin v. Löwis · 19 years ago
- 8ddab27 Fix __import__("") to raise ValueError rather than return None. by Thomas Wouters · 19 years ago
- 06853fc Fix test_platform on cygwin. When running from build area, sys.executable by Anthony Baxter · 19 years ago
- b2fc21e sqlite on Windows: by Tim Peters · 19 years ago
- 3b8ff31 SF Bug #1448488 - make collectionsmodule build on Cygwin, using the same by Anthony Baxter · 19 years ago
- cbb9f97 update to correct version of pysqlite by Anthony Baxter · 19 years ago
- ed40ea1 Generate line number table entries for except handlers. by Jeremy Hylton · 19 years ago