| Commit message (Expand) | Author | Age | Files | Lines |
* | changed "2500 components" to "several thousand" since the number keeps | Mark Summerfield | 2008-04-07 | 1 | -2/+3 |
|
|
* | Use the new PyFile_IncUseCount & PyFile_DecUseCount calls appropriatly | Gregory P. Smith | 2008-04-07 | 2 | -0/+19 |
|
|
* | Bug #2388: Fix gcc warnings when compiling with --enable-unicode=ucs4. | Martin v. Löwis | 2008-04-07 | 3 | -6/+25 |
|
|
* | correct heading underline for new "Cross-compiling on Windows" section | Mark Hammond | 2008-04-07 | 1 | -1/+1 |
|
|
* | Issue #2513: enable 64bit cross compilation on windows. | Mark Hammond | 2008-04-07 | 16 | -65/+323 |
|
|
* | Make file objects as thread safe as the underlying libc FILE* implementation. | Gregory P. Smith | 2008-04-06 | 5 | -83/+373 |
|
|
* | Add enough debugging information to diagnose failures where the | Jeffrey Yasskin | 2008-04-06 | 1 | -5/+14 |
|
|
* | Don't run kill_python as part of the build process. Change the buildbots so ... | Trent Nelson | 2008-04-06 | 4 | -24/+18 |
|
|
* | type | Skip Montanaro | 2008-04-06 | 1 | -1/+1 |
|
|
* | From issue 1753245 - better _winreg support for x64. | Mark Hammond | 2008-04-06 | 1 | -0/+133 |
|
|
* | Fix test_distutils to not fail when running 'make test' from a Python build | Thomas Wouters | 2008-04-05 | 2 | -1/+23 |
|
|
* | Declare inittimezone static. | Skip Montanaro | 2008-04-05 | 1 | -2/+3 |
|
|
* | Write PEP 3119 section | Andrew M. Kuchling | 2008-04-05 | 1 | -18/+119 |
|
|
* | Mention that the tuple returned by __reduce__ is pickled as normal. | Georg Brandl | 2008-04-05 | 1 | -2/+3 |
|
|
* | Markup fixes; write PEP 3118 section | Andrew M. Kuchling | 2008-04-05 | 1 | -19/+61 |
|
|
* | Add script to merge msvcr90. | Martin v. Löwis | 2008-04-05 | 1 | -0/+70 |
|
|
* | Add two features to distinguish between private and SxS CRT. | Martin v. Löwis | 2008-04-05 | 1 | -1/+7 |
|
|
* | Extend sizes of various fields, to support the CRT90 merge module. | Martin v. Löwis | 2008-04-05 | 1 | -59/+59 |
|
|
* | Prevent test_sqlite from hanging on older versions of sqlite. | Neal Norwitz | 2008-04-05 | 1 | -0/+8 |
|
|
* | Various edits | Andrew M. Kuchling | 2008-04-05 | 1 | -16/+45 |
|
|
* | Markup fix; explain what interval timers do; typo fix | Andrew M. Kuchling | 2008-04-05 | 1 | -2/+8 |
|
|
* | Minor edits | Andrew M. Kuchling | 2008-04-05 | 1 | -3/+3 |
|
|
* | Revert r62152 (Issue #2550). Being able to observe the results of all the bu... | Trent Nelson | 2008-04-04 | 1 | -76/+0 |
|
|
* | News entry for: Sync with files from the just released libffi 3.0.5 version. | Thomas Heller | 2008-04-04 | 1 | -0/+4 |
|
|
* | More files from libffi 3.0.5. | Thomas Heller | 2008-04-04 | 4 | -22/+20 |
|
|
* | Issue 2550: extend test_socket.py to test SO_REUSEADDR semantics when bind() ... | Trent Nelson | 2008-04-04 | 1 | -0/+76 |
|
|
* | Oops again. EINTR is in errno, not signal. | Jeffrey Yasskin | 2008-04-04 | 1 | -1/+1 |
|
|
* | Sync with files from the just released libffi 3.0.5 version. | Thomas Heller | 2008-04-04 | 5 | -2/+1246 |
|
|
* | stupid, stupid, stupid! | Fred Drake | 2008-04-04 | 1 | -1/+0 |
|
|
* | my previous change did what I said it should not: it changed the current | Fred Drake | 2008-04-04 | 2 | -7/+48 |
|
|
* | Issue #2544: On HP-UX systems, use 'gcc -shared' for linking when gcc | Thomas Heller | 2008-04-04 | 3 | -3/+14 |
|
|
* | Issue #2543: Make ctypes compatible (again) with Python 2.3, 2.4, and 2.5. | Thomas Heller | 2008-04-04 | 3 | -27/+39 |
|
|
* | - Issue #2385: distutils.core.run_script() makes __file__ available, so the | Fred Drake | 2008-04-04 | 3 | -1/+46 |
|
|
* | Doh! os.read() raises an OSError, not an IOError when it's interrupted. | Jeffrey Yasskin | 2008-04-04 | 1 | -2/+5 |
|
|
* | post release updates | Barry Warsaw | 2008-04-04 | 1 | -1/+25 |
|
|
* | #1733757: the interpreter would hang on shutdown, if the function set by sys.... | Amaury Forgeot d'Arc | 2008-04-03 | 3 | -7/+41 |
|
|
* | Make kill_python a little more forgiving if it can't obtain a snapshot of mod... | Trent Nelson | 2008-04-03 | 1 | -5/+9 |
|
|
* | Add the correct OutputFile values for debug builds. Fixes r62129's commit. | Trent Nelson | 2008-04-03 | 1 | -0/+2 |
|
|
* | Reimplement kill_python. The existing version had a number of flaws, namely,... | Trent Nelson | 2008-04-03 | 13 | -99/+513 |
|
|
* | Remove the building of Berkeley DB step; _bsddb44.vcproj takes care of this f... | Trent Nelson | 2008-04-03 | 1 | -3/+0 |
|
|
* | Post tag version tweak | Barry Warsaw | 2008-04-03 | 1 | -1/+1 |
|
|
* | Create the tag for 2.6a2 | Barry Warsaw | 2008-04-03 | 1 | -0/+1 |
|
|
* | Updating for 2.6a2v2.6a2 | Barry Warsaw | 2008-04-03 | 5 | -7/+14 |
|
|
* | Suggested proposed changes to Python be considered on some mailing lists first | Benjamin Peterson | 2008-04-02 | 1 | -3/+5 |
|
|
* | Remove debug prints; the buildbot now passes the tests | Amaury Forgeot d'Arc | 2008-04-02 | 1 | -14/+0 |
|
|
* | Added updates with respect to recent changes to TimedRotatingFileHandler. | Vinay Sajip | 2008-04-02 | 1 | -4/+5 |
|
|
* | Added updates with respect to recent changes to TimedRotatingFileHandler. | Vinay Sajip | 2008-04-02 | 1 | -8/+17 |
|
|
* | Fix: #2315, #2316, #2317: TimedRotatingFileHandler - changed logic to better ... | Vinay Sajip | 2008-04-02 | 1 | -10/+62 |
|
|
* | Update information pertaining to building external components, as well as not... | Trent Nelson | 2008-04-02 | 1 | -134/+95 |
|
|
* | Apply same patch from 3k branch to try and prevent this test from hanging | Neal Norwitz | 2008-04-02 | 1 | -0/+1 |
|
|