summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue2564: Prevent a hang in "import test.autotest", which runs the entire testAmaury Forgeot d'Arc2008-04-082-5/+3
* Add itemsAndrew M. Kuchling2008-04-081-2/+65
* Suppress compilation of py3_ files upon installation.Martin v. Löwis2008-04-081-1/+1
* Typographical fix: 32bit -> 32-bit, 64bit -> 64-bitAndrew M. Kuchling2008-04-081-4/+4
* Typo fixAndrew M. Kuchling2008-04-071-2/+2
* Write PEP 3127 section; add itemsAndrew M. Kuchling2008-04-071-8/+82
* #2525: update timezone info examples in the docs.Georg Brandl2008-04-071-8/+38
* Make the "private CRT" case work, by editing theMartin v. Löwis2008-04-071-5/+17
* Drop support for 7.1 CRT.Martin v. Löwis2008-04-071-38/+5
* Make private_crt feature object a global variable.Martin v. Löwis2008-04-071-1/+1
* Delete ALLUSERS property merged from CRT merge module, so that per-user insta...Martin v. Löwis2008-04-071-0/+5
* changed "2500 components" to "several thousand" since the number keepsMark Summerfield2008-04-071-2/+3
* Use the new PyFile_IncUseCount & PyFile_DecUseCount calls appropriatlyGregory P. Smith2008-04-072-0/+19
* Bug #2388: Fix gcc warnings when compiling with --enable-unicode=ucs4.Martin v. Löwis2008-04-073-6/+25
* correct heading underline for new "Cross-compiling on Windows" sectionMark Hammond2008-04-071-1/+1
* Issue #2513: enable 64bit cross compilation on windows.Mark Hammond2008-04-0716-65/+323
* Make file objects as thread safe as the underlying libc FILE* implementation.Gregory P. Smith2008-04-065-83/+373
* Add enough debugging information to diagnose failures where theJeffrey Yasskin2008-04-061-5/+14
* Don't run kill_python as part of the build process. Change the buildbots so ...Trent Nelson2008-04-064-24/+18
* typeSkip Montanaro2008-04-061-1/+1
* From issue 1753245 - better _winreg support for x64.Mark Hammond2008-04-061-0/+133
* Fix test_distutils to not fail when running 'make test' from a Python buildThomas Wouters2008-04-052-1/+23
* Declare inittimezone static.Skip Montanaro2008-04-051-2/+3
* Write PEP 3119 sectionAndrew M. Kuchling2008-04-051-18/+119
* Mention that the tuple returned by __reduce__ is pickled as normal.Georg Brandl2008-04-051-2/+3
* Markup fixes; write PEP 3118 sectionAndrew M. Kuchling2008-04-051-19/+61
* Add script to merge msvcr90.Martin v. Löwis2008-04-051-0/+70
* Add two features to distinguish between private and SxS CRT.Martin v. Löwis2008-04-051-1/+7
* Extend sizes of various fields, to support the CRT90 merge module.Martin v. Löwis2008-04-051-59/+59
* Prevent test_sqlite from hanging on older versions of sqlite.Neal Norwitz2008-04-051-0/+8
* Various editsAndrew M. Kuchling2008-04-051-16/+45
* Markup fix; explain what interval timers do; typo fixAndrew M. Kuchling2008-04-051-2/+8
* Minor editsAndrew M. Kuchling2008-04-051-3/+3
* Revert r62152 (Issue #2550). Being able to observe the results of all the bu...Trent Nelson2008-04-041-76/+0
* News entry for: Sync with files from the just released libffi 3.0.5 version.Thomas Heller2008-04-041-0/+4
* More files from libffi 3.0.5.Thomas Heller2008-04-044-22/+20
* Issue 2550: extend test_socket.py to test SO_REUSEADDR semantics when bind() ...Trent Nelson2008-04-041-0/+76
* Oops again. EINTR is in errno, not signal.Jeffrey Yasskin2008-04-041-1/+1
* Sync with files from the just released libffi 3.0.5 version.Thomas Heller2008-04-045-2/+1246
* stupid, stupid, stupid!Fred Drake2008-04-041-1/+0
* my previous change did what I said it should not: it changed the currentFred Drake2008-04-042-7/+48
* Issue #2544: On HP-UX systems, use 'gcc -shared' for linking when gccThomas Heller2008-04-043-3/+14
* Issue #2543: Make ctypes compatible (again) with Python 2.3, 2.4, and 2.5.Thomas Heller2008-04-043-27/+39
* - Issue #2385: distutils.core.run_script() makes __file__ available, so theFred Drake2008-04-043-1/+46
* Doh! os.read() raises an OSError, not an IOError when it's interrupted.Jeffrey Yasskin2008-04-041-2/+5
* post release updatesBarry Warsaw2008-04-041-1/+25
* #1733757: the interpreter would hang on shutdown, if the function set by sys....Amaury Forgeot d'Arc2008-04-033-7/+41
* Make kill_python a little more forgiving if it can't obtain a snapshot of mod...Trent Nelson2008-04-031-5/+9
* Add the correct OutputFile values for debug builds. Fixes r62129's commit.Trent Nelson2008-04-031-0/+2
* Reimplement kill_python. The existing version had a number of flaws, namely,...Trent Nelson2008-04-0313-99/+513