2006-03-12 |
Thomas Wouters | Fix another leak in bsddb, and avoid use of uninitializ... |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Martin v. Löwis | Add buildbot test script. |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Tim Peters | Give the _ssl project a harmless command to perform |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Martin v. Löwis | Add changelog entry. |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Martin v. Löwis | Adjust CJK Ideograph range to Unicode 4.1. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Tim Peters | When the new -w option (yay! great idea) reruns a |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Martin v. Löwis | Add regrtest -w option. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Andrew M. Kuchling | Unicode database updated; use SVN instead of CVS |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Martin v. Löwis | Add AMD64 and Itanium configurationgs to ctypes; |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Martin v. Löwis | Add ctypes. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Martin v. Löwis | Update test data to 4.1; disable PRI #29 for now. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Martin v. Löwis | Fix refcounting bug. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Martin v. Löwis | Avoid forward-declaring the methods array. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Guido van Rossum | Um, I thought I'd already checked this in. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Guido van Rossum | Fix three nits found by Coverity, adding null checks... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Martin v. Löwis | Update Unicode database to Unicode 4.1. |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Georg Brandl | Move entry to correct section. |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Georg Brandl | Patch #1446372: quit and exit can now be called from... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Tim Peters | NodeInfo.__gen_init(): Fiddle so that reindent.py is |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Thomas Heller | Remove the magic to run an uninstalled ctypes version... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Andrew M. Kuchling | Write a section |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Thomas Heller | Deleted the svn_mime-type application/octet-stream... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Thomas Heller | Added VC project files to build _ctypes.pyd and _ctypes... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Andrew M. Kuchling | Markup fix |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Andrew M. Kuchling | Write a section |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Georg Brandl | Bug #1442874: handle "<!>", the empty SGML comment |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Georg Brandl | typo |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Thomas Heller | Disable the testcase that crashes solaris. |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Thomas Heller | Replace the trivial ctypes test (did only an import... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Neal Norwitz | Try to be a bit more consistent on all platforms: |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Martin v. Löwis | Directly read working copy data to obtain list of prope... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Tim Peters | Taught svneol to look at .c and .h files too, and |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Tim Peters | Simple utility to add svn:eol-style to text files under |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Martin v. Löwis | Set auto-props |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Tim Peters | These text files were all missing the svn:eol-style... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Hye-Shik Chang | Remove .cvsignore and set svn:ignore for *.pyc *.pyo. |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Georg Brandl | Bug #1445901: os.path.realpath() is available on Win... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Thomas Heller | Trivial test for ctypes, more to come |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Thomas Heller | Copy ctypes-0.9.9.4 Python modules from external into... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Thomas Heller | Changes to build the _ctypes extension module. |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Thomas Heller | Copy ctypes-0.9.9.4 sources from external into the... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Georg Brandl | Patch #1434038: property() now uses the getter's docstr... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Georg Brandl | typo |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Georg Brandl | Fix pydoc.synopsis() so that it doesn't error out with... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Neal Norwitz | Fix logic error and DECREF reported by Coverity. |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Neal Norwitz | Move version added tag from PyObject_Length/Size to... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Andrew M. Kuchling | Add section |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Thomas Wouters | Clean up _bsddb.c: add a couple dozen missing Py_DECREF... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Martin v. Löwis | Reformulate 42903 using an if statement. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Tim Peters | _hotshot hotshot_profiler(): If write_header() returned |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Georg Brandl | Fix bug introduced in rev. 42884. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Andrew M. Kuchling | Some edits; add empty sections |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Guido van Rossum | Add note about PEP 357. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Guido van Rossum | Checking in the code for PEP 357. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Guido van Rossum | Address an coverity issue. Coverity was complaining... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Hye-Shik Chang | SF #1444030: Fix several potential defects found by... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Georg Brandl | Add additional missing checks for return vals of PyTupl... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Thomas Wouters | Fix gcc 4.0.x warning about use of uninitialized value. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Thomas Wouters | Coverity found bug: test result of PyTuple_New() agains... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Thomas Wouters | Coverity found refleak: need to free 'v' after calling... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Georg Brandl | Bug #1440831: fix csv UnicodeWriter example |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Thomas Wouters | Coverity-found bug: don't use temp->next *before* check... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Georg Brandl | Bug #1432525: os.listdir now releases the GIL while... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Martin v. Löwis | Change int to Py_ssize_t in several places. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Thomas Wouters | Don't DECREF a borrowed reference. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Barry Warsaw | SF patch #1443865; gc.get_count() added and optional... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Neal Norwitz | Add a note about the bug fixes |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Neal Norwitz | Thanks to Coverity, these were all reported by their... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Neal Norwitz | Fix warnings on x86 (32-bit) and support Win64. |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Neal Norwitz | Fix warnings on x86 (32-bit). |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Neal Norwitz | Try to cleanup the error handling a bit so there aren... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Neal Norwitz | Ignore leaks from the socket test too. Sigh, this... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Walter Dörwald | If size is specified, try to read at least size characters. |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Martin v. Löwis | lower-case time_t. |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Martin v. Löwis | Patch #1437769: notice that time_t is a 64-bit type... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Hye-Shik Chang | Check NULL if Py_InitModule fails. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Martin v. Löwis | Use devenv.com to better obtain output. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Martin v. Löwis | Add buildbot support scripts. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Martin v. Löwis | Add _msi.pyd. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Martin v. Löwis | Open dll file in binary. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Martin v. Löwis | Update copyright notice. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Martin v. Löwis | Import bdist_msi |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Martin v. Löwis | Use %Id for size_t-ish things on Win64. |
commit | commitdiff | tree | snapshot |
2006-03-05 |
Neal Norwitz | Backout the last hack and add in this new one. |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Oops, urllib may or may not already be loaded. |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Fix SF #1442937, Bad Coroutine link |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Fix spurious test failure of test_socket_ssl when run... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Make PyGC_Collect() use Py_ssize_t. |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Oops, forgot to include this in the last checkin. |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Use Py_ssize_t for _Py_RefTotal. |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Tabify |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Get rid of run_err_mod(). It was only used in two... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Change some sequnce APIs to use Py_ssize_t. |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Use Py_ssize_t for PySet_Size() like all the other... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Neal Norwitz | Remove test for timing (already not built since comment... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Hye-Shik Chang | - Modernize code to use Py_ssize_t more intensively. |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Barry Warsaw | Actually this file should have svn:eol-style CRLF since... |
commit | commitdiff | tree | snapshot |
next |