| Commit message (Expand) | Author | Age | Files | Lines |
* | Since python2.6 must run on Windows 2000, | Amaury Forgeot d'Arc | 2008-06-14 | 1 | -3/+3 |
|
|
* | on windows, r64214 broke compilation with some recent SDKs, | Amaury Forgeot d'Arc | 2008-06-14 | 1 | -2/+3 |
|
|
* | Use the correct URL for sqlite3 sources, and try to fix windows buildbots. | Amaury Forgeot d'Arc | 2008-06-14 | 1 | -3/+3 |
|
|
* | Conservatively restrict support to format 8 repositories. | Martin v. Löwis | 2008-06-14 | 1 | -34/+36 |
|
|
* | Support subversion repositories of version 8. | Martin v. Löwis | 2008-06-14 | 1 | -1/+13 |
|
|
* | Revert eol-style to CRLF. | Martin v. Löwis | 2008-06-14 | 1 | -45/+45 |
|
|
* | Run svneol.py on all sources. | Martin v. Löwis | 2008-06-13 | 36 | -19402/+19402 |
|
|
* | Add a missing file for VS2005 | Amaury Forgeot d'Arc | 2008-06-13 | 1 | -0/+568 |
|
|
* | Typo fixes | Andrew M. Kuchling | 2008-06-13 | 1 | -2/+2 |
|
|
* | darn! I converted half of the files the wrong way. | Benjamin Peterson | 2008-06-13 | 12 | -4726/+4726 |
|
|
* | convert multiprocessing to unix line endings | Benjamin Peterson | 2008-06-13 | 19 | -3201/+3201 |
|
|
* | Pickup sqlite3.dll from binary directory. | Martin v. Löwis | 2008-06-13 | 1 | -3/+3 |
|
|
* | Update AMD64 build for amalgamated sqlite. | Martin v. Löwis | 2008-06-13 | 1 | -4/+4 |
|
|
* | Switch to SQLite 3.5.9. | Martin v. Löwis | 2008-06-13 | 5 | -212/+15 |
|
|
* | Switch to bzip2 1.0.5. | Martin v. Löwis | 2008-06-13 | 4 | -9/+12 |
|
|
* | set svn:ignore on multiprocessing | Benjamin Peterson | 2008-06-13 | 0 | -0/+0 |
|
|
* | platform.uname now tries to fill empty values even when os.uname is present | Benjamin Peterson | 2008-06-13 | 3 | -33/+44 |
|
|
* | Fixed: sys.getsizeof does not take the actual length of the tuples into account. | Robert Schuppenies | 2008-06-13 | 2 | -0/+15 |
|
|
* | Clarification. | Georg Brandl | 2008-06-13 | 1 | -3/+3 |
|
|
* | Make more symbols static. | Martin v. Löwis | 2008-06-13 | 6 | -13/+13 |
|
|
* | Typo. | Georg Brandl | 2008-06-13 | 1 | -1/+1 |
|
|
* | #3095: don't leak values from Py_BuildValue. | Georg Brandl | 2008-06-13 | 1 | -6/+9 |
|
|
* | Fix typo in method name. The LT class implemented less than. The LE class | Neal Norwitz | 2008-06-13 | 1 | -1/+1 |
|
|
* | Fix some memory dealloc problems when exceptions occur. | Neal Norwitz | 2008-06-13 | 1 | -8/+7 |
|
|
* | Check for memory alloc failure | Neal Norwitz | 2008-06-13 | 1 | -0/+2 |
|
|
* | Restore support for Microsoft VC6 compiler. | Amaury Forgeot d'Arc | 2008-06-13 | 8 | -26/+35 |
|
|
* | #1683 prevent forking from interfering in threading storage | Benjamin Peterson | 2008-06-13 | 4 | -0/+37 |
|
|
* | add py3k warnings to rfc822 | Benjamin Peterson | 2008-06-12 | 5 | -3/+10 |
|
|
* | Update VS8.0 build files, using the script vs9to8.py. | Amaury Forgeot d'Arc | 2008-06-12 | 14 | -329/+498 |
|
|
* | It seems that my VS2008 Express does not include a project in the build confi... | Amaury Forgeot d'Arc | 2008-06-12 | 1 | -17/+17 |
|
|
* | Fix Tcl/Tk license file in tcl8*/tk8*, include Tix license. | Martin v. Löwis | 2008-06-12 | 1 | -9/+10 |
|
|
* | Support file names which include '+' (for Tk 8.5). | Martin v. Löwis | 2008-06-12 | 1 | -1/+2 |
|
|
* | Split Tcl make targets into separate ones. | Martin v. Löwis | 2008-06-12 | 1 | -4/+8 |
|
|
* | Revert bogus disabling of Tcl and Tk. | Martin v. Löwis | 2008-06-12 | 1 | -2/+2 |
|
|
* | Switch to Tcl/Tk 8.5. | Martin v. Löwis | 2008-06-12 | 5 | -16/+21 |
|
|
* | Switch to Tcl/Tk 8.5.2. | Martin v. Löwis | 2008-06-12 | 1 | -20/+15 |
|
|
* | deprecated mimetools | Benjamin Peterson | 2008-06-12 | 5 | -3/+12 |
|
|
* | Sounds obvious, but I didn't even realize that you can put non-string | Armin Rigo | 2008-06-12 | 1 | -4/+3 |
|
|
* | Can we agree to put dots at entry ends? Thanks. | Georg Brandl | 2008-06-11 | 1 | -4/+4 |
|
|
* | update ACKS and NEWs for multiprocessing | Benjamin Peterson | 2008-06-11 | 2 | -0/+4 |
|
|
* | Markup fixes, thanks Georg for the help. | Thomas Heller | 2008-06-11 | 1 | -47/+70 |
|
|
* | Add versionadded marker to ctypes.c_longdouble. | Thomas Heller | 2008-06-11 | 1 | -0/+1 |
|
|
* | Add future_builtins.ascii(). | Georg Brandl | 2008-06-11 | 3 | -0/+24 |
|
|
* | Smaller doc fixes. | Thomas Heller | 2008-06-11 | 1 | -19/+16 |
|
|
* | More doc fixes. | Thomas Heller | 2008-06-11 | 1 | -15/+6 |
|
|
* | add old names back into __all__ | Benjamin Peterson | 2008-06-11 | 1 | -1/+2 |
|
|
* | Correct an incorrect comment about our #include of stddef.h. | Gregory P. Smith | 2008-06-11 | 1 | -1/+1 |
|
|
* | Markup fixes, spelling corrections, and better wordings. Hopefully. | Thomas Heller | 2008-06-11 | 1 | -9/+8 |
|
|
* | Clarify what ":errorhandler" refers to. | Georg Brandl | 2008-06-11 | 1 | -1/+2 |
|
|
* | Fix typos. | Georg Brandl | 2008-06-11 | 1 | -3/+2 |
|
|