2006-04-11 |
Phillip J. Eby | Add notes to NEWS for other work today. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tim Peters | specials(): squash another incorrect hash(x) == id(x) |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Phillip J. Eby | Forgot to mark up a PEP reference |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Phillip J. Eby | Updated the warnings, linecache, inspect, traceback... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tim Peters | Huh. This belonged with the last checkin -- no idea... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tim Peters | Try to repair more new buildbot failures in "x86 OpenBS... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Andrew M. Kuchling | Write part of ElementTree section |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Andrew M. Kuchling | Give SQLite examples |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Tim Peters | Fix one of the tests that fails on the "x86 OpenBSD... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Tim Peters | Fix one of the tests that fails on the "x86 OpenBSD... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Martin v. Löwis | Patch #837242: id() for large ptr should return a long. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Tim Peters | DecimalContextTestCase: this permanently changed the |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Phillip J. Eby | test_contextlib wasn't actually being run by regrtest... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Phillip J. Eby | Minor clarity edit to contextlib per Guido's request. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Phillip J. Eby | SF Patch #1463867: Improved generator finalization... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Martin v. Löwis | Patch #1467770: Add Popen objects to _active only in... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Martin v. Löwis | Patch #1441452: Add more AST nodes. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Martin v. Löwis | Patch #1429775: Link Python modules to libpython on... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Martin v. Löwis | Patch #1462222: Fix Tix.Grid. Closes #1036406. |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Neal Norwitz | Fix warning about ptsname not being a prototype on... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Neal Norwitz | Use PyObject_* allocator since FutureFeatures is small |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Neal Norwitz | SF patch #1467512, fix double free with triple quoted... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Neal Norwitz | Get rid of warnings about using chars as subscripts |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Neal Norwitz | Fix some warnings on HP-UX when using cc/aCC |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Neal Norwitz | I wonder if we can be too graceful? One oughta be... |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Anthony Baxter | Python on OS X 10.3 and above now uses dlopen() (via... |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Georg Brandl | Patch #1466993: remove wrong comment in socket.py |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Neal Norwitz | Fix tests so they pass in -R mode |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Neal Norwitz | Get test_optparse to pass in -R mode by stop changing... |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Neal Norwitz | Convert test_compare to use unittest. Hopefully we... |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Neal Norwitz | Fix problem (not checking return result) reported by... |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Neal Norwitz | Fix a couple of strings that were no-ops. urllib.open_... |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Neal Norwitz | glob('anything*/') would fail because isdir is in os... |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Tim Peters | test_timeout(): This test was added during Bug Day... |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Martin v. Löwis | Define WIN32, to get proper struct alignment in WinSock2.h. |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Gregory P.... | Fix bsddb.db.DBError derived exceptions so they can... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Thomas Heller | Don't try to build ctypes when configuration of libffi... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Thomas Heller | Configure Modules/_ctypes/libffi just before building... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Andrew M. Kuchling | Fix a few XXX markers |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Martin v. Löwis | Adjust compileall -x option to Makefile.pre.in. Fixes... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Martin v. Löwis | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Anthony Baxter | missing 'self' from TextCalendar.prweek. |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Anthony Baxter | minor error in uudecode main error handling |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Martin v. Löwis | Patch #1462080: Conditionalize some NETLINK defines. |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Thomas Heller | Expose RTLD_LOCAL and RTLD_GLOBAL always from the _ctyp... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Andrew M. Kuchling | Fix unfinished paragraph; markup fix |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Andrew M. Kuchling | Expand the PEP 353 section; various smaller changes |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Georg Brandl | Bug #1464658: make clear that PyList_GetItem doesn... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Georg Brandl | Bug #1465619: rot13 codec decodes to a Unicode string. |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Georg Brandl | Bug #1465600: note encoding issue in ZipFile.write(). |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Thomas Heller | Replace a few more 'char' types with 'signed char'... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Neal Norwitz | This change shouldn't have any functional effect. ... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Neal Norwitz | Fix unchecked return result from Coverity. |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Neal Norwitz | Remove dead code (reported by HP compiler). |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Neal Norwitz | Handle ssize_t |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Neal Norwitz | Handle error conditions from PyString_ConcatAndDel(). |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Neal Norwitz | Handle ssize_t |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Neal Norwitz | Hopefully this makes test_urllib2 have inconsistent... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Neal Norwitz | I don't think we know of any tests that really leak... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Anthony Baxter | Fix for failure of test_urllib2 breaking test_mimetypes... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Anthony Baxter | In some environments (under screen, in a chroot) curses... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Georg Brandl | Bug #1451341: find fuzzy marks correctly. |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Fred Drake | remove more cruft no longer needed |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Fred Drake | remove much of the Python-version compatibility cruft... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Fred Drake | revert incomplete changes committed by accident |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Fred Drake | update URL to reflect new website |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Thomas Heller | Explicitely use 'signed char', to avoid problems on... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Thomas Heller | Explicitely use 'signed char', to avoid problems on... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Thomas Heller | One test still fails on the ia64 debian box. |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Tim Peters | Fixed error in comment for new PY_SSIZE_T_MIN. |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Anthony Baxter | upgrade to final version of pysqlite 2.2.0 |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Martin v. Löwis | Add PY_SSIZE_T_MIN, as suggested by Ralf W. Grosse... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Thomas Heller | Use 'ldd' to find the libc library to load. Based... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Anthony Baxter | whitespace normalisation |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Anthony Baxter | blank spots for Misc/NEWS, post alpha1 (plus testing... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Andrew M. Kuchling | Bump version number after alpha1 release |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Thomas Wouters | Fix refleak in __import__("") (probably the cause of... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Anthony Baxter | no-one but windows should expect startfile to work |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Anthony Baxter | Tagging for release of Python 2.5a1 |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Neal Norwitz | we need os.path too for the normal run on windows v2.5a1 |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Andrew M. Kuchling | Reference PEP 356 |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Andrew M. Kuchling | Add a paragraph about PEP 353; add a few more fixes |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Tim Peters | The part checking for the sqlite DLL was looking at... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Andrew M. Kuchling | Tidy up the document in preparation for 2.5alpha1.... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Thomas Heller | Change the import statement so that the test is skipped... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Thomas Heller | Per Martins request, add empty.vbs to Tools\msi\msi.py. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Thomas Heller | Add a simple test for os.startfile(). |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Walter Dörwald | Change the example classes UnicodeReader and UnicodeWri... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Thomas Wouters | Make xrange more Py_ssize_t aware, by assuming a Py_ssi... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Fredrik Lundh | docstring tweak |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Martin v. Löwis | Adjust sqlite3 build process to Win64. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Thomas Wouters | Fix __import__("") to raise ValueError rather than... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Anthony Baxter | Fix test_platform on cygwin. When running from build... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Tim Peters | sqlite on Windows: |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Anthony Baxter | SF Bug #1448488 - make collectionsmodule build on Cygwi... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Anthony Baxter | update to correct version of pysqlite |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Jeremy Hylton | Generate line number table entries for except handlers. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Anthony Baxter | cygwin's curses support isn't up to scratch to run... |
commit | commitdiff | tree | snapshot |
next |