summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add Jeroen.Georg Brandl2008-04-121-0/+3
* #2615: small consistency update by Jeroen Ruigrok van der Werven.Georg Brandl2008-04-121-4/+4
* Use absolute path in sys.path.Georg Brandl2008-04-121-1/+1
* Applied patch #2617 from Frank Wierzbicki wit some extras from meChristian Heimes2008-04-123-2/+20
* Performance improvements.Thomas Heller2008-04-111-3/+3
* Move backwards compatibility macro to the correct place;Thomas Heller2008-04-111-1/+1
* Use issue directiveAndrew M. Kuchling2008-04-101-181/+106
* Add punctuationAndrew M. Kuchling2008-04-101-1/+1
* Remove forward-looking statementAndrew M. Kuchling2008-04-101-3/+3
* get rid of assert (size >= 0) now that an explicit if (size < 0) is in the code.Gregory P. Smith2008-04-103-3/+0
* Remove the test file before writing it in case there is no write permission.Neal Norwitz2008-04-104-5/+7
* Merged revisions 62080-62262 via svnmerge fromMartin v. Löwis2008-04-106-13/+119
* Raise SystemError when size < 0 is passed into PyString_FromStringAndSize,Gregory P. Smith2008-04-093-0/+18
* better diagnosticsGregory P. Smith2008-04-091-2/+2
* Try out the new issue role. Thanks, Georg!Andrew M. Kuchling2008-04-091-1/+1
* Package wininst*.exe from distutils/command.Martin v. Löwis2008-04-091-4/+1
* Add a note about the zlib.decompressobj().flush() fix.Gregory P. Smith2008-04-091-0/+3
* Add :issue: directive for easy linking to bugs.python.org.Georg Brandl2008-04-092-1/+25
* #2585: initialize code attribute of HTTPError.Georg Brandl2008-04-091-1/+1
* Changed test so it no longer runs as a side effect of importing.Jerry Seutter2008-04-091-110/+115
* Add itemsAndrew M. Kuchling2008-04-091-3/+13
* Fix typo with regards to self.PORT shadowing class variables with the same name.Trent Nelson2008-04-092-7/+8
* Fix zlib crash from zlib.decompressobj().flush(val) when val was not positive.Gregory P. Smith2008-04-092-0/+9
* - Issue #2550: The approach used by client/server code for obtaining portsTrent Nelson2008-04-0813-651/+716
* Add a NEWS entry for previous checkinAmaury Forgeot d'Arc2008-04-081-0/+4
* Issue 2408: remove the _types moduleAmaury Forgeot d'Arc2008-04-0810-136/+13
* Prevent an error when inspect.isabstract() is called with something else than...Amaury Forgeot d'Arc2008-04-081-1/+1
* 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