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 |
2006-04-04 |
Jeremy Hylton | Remove debugging prints. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Anthony Baxter | aargh. Don't make last minute re-organisations before... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Martin v. Löwis | Fix Debug, Itanium, AMD64 configurations |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Anthony Baxter | PyAPI_FUNC() the PyArg_.*SizeT forms. Without this... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Jeremy Hylton | Make path calculation platform independent |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Neal Norwitz | Fix a couple of memory issues |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Martin v. Löwis | Add sqlite3 to the Windows build process. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Martin v. Löwis | Disable .DLL as an extension for extension modules. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Anthony Baxter | Update to pysqlite 2.2.0 |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Martin v. Löwis | Revert 43615, fixing it properly through quadrigraphs. |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Neal Norwitz | Comment out the prints. These appear to be only for... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Neal Norwitz | Martin's change 43604 broke the Mac builds apparently... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Jeremy Hylton | Add lineno, col_offset to excephandler to enable future... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
David Goodger | added another example of Unicode CSV parsing; reworked... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Martin v. Löwis | Properly support empty woperation in win32_startfile; |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Phillip J. Eby | Fix typos; enhance comments on patch for SF #1462485. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Thomas Heller | Try to fix the build on Mac OS X 10.3. The 'live_suppo... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Thomas Heller | ctypes.macholib is needed. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Phillip J. Eby | Fix SF#1462485: StopIteration raised in body of 'with... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Tim Peters | Looks like someone renamed (or something) md5c.c to... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Martin v. Löwis | Set "not found" value for svnversion to not-found.... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Matthias Klose | - add missing chunk for patch #1117961 |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Skip Montanaro | Make needs to be told to install sqlite |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Matthias Klose | - correct patch number |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Matthias Klose | - Patch #360466: Replace the MD5 implementation from... |
commit | commitdiff | tree | snapshot |
next |