2006-04-11 |
Anthony Baxter | Some more changes to make code compile under a C++... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Anthony Baxter | more low-hanging fruit to make code compile under a... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Martin v. Löwis | Patch #1464444: Add --with-system-ffi. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Martin v. Löwis | Convert 0 to their respective enum types. Convert |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Martin v. Löwis | Correct casts to char*. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Martin v. Löwis | Remove "static forward" declaration. Move constructors |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Martin v. Löwis | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Neal Norwitz | As discussed on python-dev, really fix the PyMem_*... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Martin v. Löwis | Make _kind types global for C++ compilation. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Neal Norwitz | Get compiling again |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Anthony Baxter | low-hanging fruit in Python/ - g++ still hates all... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Anthony Baxter | More low-hanging fruit. Still need to re-arrange some... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Anthony Baxter | C++ already defines a perfectly good 'bool'. Use that. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Neal Norwitz | Adjust whitespace. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Neal Norwitz | Add whitespace after comma |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Martin v. Löwis | Correct test whether wchar_t is unsigned. Fixed crash |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Georg Brandl | Clear errno before calling opendir() and readdir(). |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Anthony Baxter | More C++-compliance. Note especially listobject.c ... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Georg Brandl | Bug #1467952: os.listdir() now correctly raises an... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Georg Brandl | Typo fix. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Anthony Baxter | Fix the code in Parser/ to also compile with C++. This... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tim Peters | Try to repair what may be the last new test failure... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tim Peters | subclasspropagation(): Squash two more bogus hash... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tim Peters | Typo repair. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Tim Peters | More words on patch #837242, since 4 or 5 tests started |
commit | commitdiff | tree | snapshot |
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 |
next |