| Commit message (Expand) | Author | Age | Files | Lines |
* | In response to this SF bug: | Barry Warsaw | 2007-07-13 | 2 | -0/+23 |
|
|
* | PyType_stgdict() returns a borrowed reference which must not be | Thomas Heller | 2007-07-13 | 1 | -2/+0 |
|
|
* | Fix for SF# 1649098: avoid zero-sized array declaration in structure. | Thomas Heller | 2007-07-13 | 3 | -2/+5 |
|
|
* | Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr output | Thomas Heller | 2007-07-13 | 2 | -0/+12 |
|
|
* | Do not try to load the GLUT library in the ctypes tests. This test | Thomas Heller | 2007-07-13 | 1 | -24/+2 |
|
|
* | Add tests for _ctypes.COMError. | Thomas Heller | 2007-07-13 | 1 | -0/+9 |
|
|
* | Repair COMError. Since exceptions are new style classes now, setting | Thomas Heller | 2007-07-13 | 1 | -7/+13 |
|
|
* | Correct the docs for takewhile(). Improve the recipe for nth(). Should be b... | Raymond Hettinger | 2007-07-13 | 1 | -3/+3 |
|
|
* | Added tests for basic behavior of DateTime, Binary, and Fault classes | Facundo Batista | 2007-07-13 | 1 | -1/+134 |
|
|
* | Patch #1675424: Added tests for uncovered code in the zipfile module. | Georg Brandl | 2007-07-12 | 4 | -21/+171 |
|
|
* | Bug #1637365: add subsection about "__name__ == __main__" to the | Georg Brandl | 2007-07-12 | 2 | -0/+41 |
|
|
* | Patch #1731169: clean up expected skips list. | Georg Brandl | 2007-07-12 | 1 | -214/+18 |
|
|
* | Patch #1731659: improve time.strptime docs. | Georg Brandl | 2007-07-12 | 1 | -9/+17 |
|
|
* | Patch #1673759: add a missing overflow check when formatting floats | Georg Brandl | 2007-07-12 | 4 | -5/+24 |
|
|
* | Patch #1739696: use code.co_code only if really necessary | Georg Brandl | 2007-07-12 | 1 | -4/+3 |
|
|
* | Patch #1752270, #1750931: complain if urllib2 add_handler called | Georg Brandl | 2007-07-12 | 2 | -0/+10 |
|
|
* | Fix #1752132: wrong comment in opcode description. | Georg Brandl | 2007-07-11 | 1 | -1/+1 |
|
|
* | Patch 1673122: be explicit about which libtool to use, to avoid name clashes | Ronald Oussoren | 2007-07-09 | 1 | -1/+1 |
|
|
* | Patch 1693258: Fix for duplicate "preferences" menu-OS X | Ronald Oussoren | 2007-07-09 | 1 | -18/+31 |
|
|
* | Fix typo in comment | Neal Norwitz | 2007-07-06 | 1 | -1/+1 |
|
|
* | Many calls to tk.call involve an arglist containing a single tuple. | Kurt B. Kaiser | 2007-07-05 | 1 | -0/+6 |
|
|
* | copy built files to the PCBuild directory, where tools like | Mark Hammond | 2007-07-04 | 1 | -1/+12 |
|
|
* | Remove duplicate sentence from alarm() doc. | Georg Brandl | 2007-07-02 | 1 | -2/+1 |
|
|
* | Fix a few webbrowser.py problems. | Georg Brandl | 2007-07-01 | 1 | -0/+2 |
|
|
* | Document smtp.SMTPAuthenticationError. | Georg Brandl | 2007-06-30 | 1 | -0/+4 |
|
|
* | Fix a variable name in winreg docs. | Georg Brandl | 2007-06-27 | 1 | -1/+1 |
|
|
* | Bug #1742901: document None behavior of shlex.split. | Georg Brandl | 2007-06-25 | 1 | -0/+3 |
|
|
* | Bug #1739115: make shutil.rmtree docs clear wrt. file deletion. | Georg Brandl | 2007-06-19 | 1 | -5/+6 |
|
|
* | Bug #1737864: allow empty message in logging format routines. | Georg Brandl | 2007-06-19 | 1 | -2/+2 |
|
|
* | Added missing \versionchanged tag for the new exclude | Lars Gustäbel | 2007-06-18 | 1 | -0/+1 |
|
|
* | Added exclude keyword argument to the TarFile.add() method. | Lars Gustäbel | 2007-06-18 | 4 | -7/+39 |
|
|
* | Revert last change for SF #1738754, there's no print in there. | Neal Norwitz | 2007-06-18 | 1 | -1/+1 |
|
|
* | SF #1738754, remove extra backslash in string | Neal Norwitz | 2007-06-18 | 1 | -1/+1 |
|
|
* | SF #1738670, make example in doc work | Neal Norwitz | 2007-06-17 | 1 | -0/+6 |
|
|
* | Add missing \versionadded. | Georg Brandl | 2007-06-16 | 1 | -0/+1 |
|
|
* | Mention Senthil Kumaran. | Martin v. Löwis | 2007-06-16 | 1 | -0/+4 |
|
|
* | Add a word | Andrew M. Kuchling | 2007-06-15 | 1 | -1/+1 |
|
|
* | urllib2_localnet says it leaks probably due to threads. So ignore it. | Neal Norwitz | 2007-06-15 | 1 | -2/+1 |
|
|
* | Patch #1734014: Use _I64_MAX instead of LLONG_MAX. | Martin v. Löwis | 2007-06-14 | 1 | -3/+3 |
|
|
* | Add T_PYSSIZET in structmember.h: This can be used for | Walter Dörwald | 2007-06-13 | 5 | -168/+120 |
|
|
* | Build bzip2. | Thomas Heller | 2007-06-13 | 1 | -0/+5 |
|
|
* | Notes about building tcl/tk for windows/AMD64. | Thomas Heller | 2007-06-13 | 1 | -0/+36 |
|
|
* | Do not hardcode the buildbot's directory name. | Thomas Heller | 2007-06-13 | 1 | -3/+4 |
|
|
* | Provide PY_LLONG_MAX on all systems having long long. | Martin v. Löwis | 2007-06-13 | 1 | -4/+10 |
|
|
* | Don't rebuild Berkeley DB if not needed (this was committed by accident). | Thomas Heller | 2007-06-12 | 1 | -1/+1 |
|
|
* | Add bufferoverflowU.lib to PCBuild\_bsddb.vcproj. | Thomas Heller | 2007-06-12 | 2 | -4/+19 |
|
|
* | Specify the bufferoverflowU.lib to the makefile on the command line | Thomas Heller | 2007-06-12 | 2 | -3/+4 |
|
|
* | Revert this change, since it breaks the win32 build: | Thomas Heller | 2007-06-12 | 1 | -2/+2 |
|
|
* | Add bufferoverflowU.lib to the libraries needed by _ssl (is this the | Thomas Heller | 2007-06-12 | 2 | -2/+4 |
|
|
* | Checkout, but do not yet try to build, exernal sources. | Thomas Heller | 2007-06-12 | 2 | -1/+31 |
|
|