summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Prevent these tests from running on Win64 since they don\'t apply there eitherNeal Norwitz2007-06-112-3/+4
* Ignore config.status.lineno which seems new (new autoconf?)Neal Norwitz2007-06-110-0/+0
* Ignore valgrind problems on Ubuntu from ldNeal Norwitz2007-06-111-0/+9
* Add Atul Varma for patch # 1667860Neal Norwitz2007-06-111-0/+1
* Revert commit 55855.Thomas Heller2007-06-101-0/+6
* Need to set the environment variables, otherwise devenv.com is not found.Thomas Heller2007-06-101-1/+1
* For now, disable the _bsddb, _sqlite3, _ssl, _testcapi, _tkinterThomas Heller2007-06-101-6/+0
* First version of build scripts for Windows/AMD64 (no externalThomas Heller2007-06-103-0/+14
* Provide LLONG_MAX for S390.Martin v. Löwis2007-06-091-0/+7
* Fix Windows build.Martin v. Löwis2007-06-091-1/+1
* Patch #1733960: Allow T_LONGLONG to accept ints.Martin v. Löwis2007-06-096-28/+75
* Use macro version of GET_SIZE to avoid Coverity warning (#150) about a possib...Neal Norwitz2007-06-091-1/+1
* Prevent expandtabs() on string and unicode objects from causing a segfault whenNeal Norwitz2007-06-095-8/+49
* Fix warnings by using proper function prototype.Thomas Heller2007-06-082-8/+8
* Fix wrong documentation, and correct the punktuation.Thomas Heller2007-06-081-2/+2
* Fix gcc warnings intruduced by passing Py_ssize_t to PyErr_Format calls.Thomas Heller2007-06-083-11/+24
* [ 1715718 ] x64 clean compile patch for _ctypes, by Kristj?n ValurThomas Heller2007-06-086-142/+158
* Bug #1733488: Fix compilation of bufferobject.c on AIX.Martin v. Löwis2007-06-082-1/+3
* Make this test work with older Python releases where struct has no 't' format...Thomas Heller2007-06-081-1/+4
* Fixing changes to getbuildinfo.c that broke linux buildsKristján Valur Jónsson2007-06-071-2/+9
* Patch #1667860: Fix UnboundLocalError in urllib2.Georg Brandl2007-06-072-1/+302
* Make reindent.py executable.Georg Brandl2007-06-071-0/+0
* Disallow function calls like foo(None=1).Georg Brandl2007-06-072-0/+7
* Build _ctypes and _ctypes_test in the ReleaseAMD64 configuration.Thomas Heller2007-06-061-0/+2
* Added an optional timeout parameter to function urllib2.urlopen,Facundo Batista2007-06-065-16/+78
* FTP.ntransfercmd method now uses create_connection when passive,Facundo Batista2007-06-062-3/+5
* Patch #1731049: make threading.py use a proper "raise" when checking internal...Collin Winter2007-06-063-39/+102
* Patch by Tim Delany (missing DECREF). SF #1731330.Guido van Rossum2007-06-051-0/+1
* Fix for Windows: close a temporary file before trying to delete it.Hye-Shik Chang2007-06-051-0/+2
* Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when itHye-Shik Chang2007-06-053-2/+18
* Fix build on FreeBSD. Bluetooth HCI API in FreeBSD is quite differentHye-Shik Chang2007-06-051-2/+5
* Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace insteadBrett Cannon2007-06-033-1/+13
* Backout the original 'fix' to 1721309 which had no effect.Neal Norwitz2007-06-031-5/+9
* Update expected birthday of 2.6Neal Norwitz2007-06-021-1/+1
* Have configure raise an error when building on AtheOS. Code specific to AtheOSBrett Cannon2007-06-024-8151/+8347
* Fix wrong issue number.Georg Brandl2007-06-011-1/+1
* Bug #1722484: remove docstrings again when running with -OO.Georg Brandl2007-06-012-1/+4
* SF 1668596/1720897: distutils now copies data filesNeal Norwitz2007-06-014-1/+42
* Mail if there is an installation failure.Neal Norwitz2007-06-011-0/+1
* Have cfmfile raise a DeprecationWarning as per PEP 4.Brett Cannon2007-05-312-0/+5
* Cause buildtools to raise a DeprecationWarning.Brett Cannon2007-05-312-0/+5
* Have the sha module raise a DeprecationWarning as specified in PEP 4.Brett Cannon2007-05-316-7/+19
* Add some spaces in the example code.Neal Norwitz2007-05-311-3/+3
* Have md5 raise a DeprecationWarning as per PEP 4.Brett Cannon2007-05-306-4/+17
* Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed theBrett Cannon2007-05-304-0/+9
* Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation.Brett Cannon2007-05-304-0/+13
* Correct the name of a field in the WIN32_FIND_DATAA and WIN32_FIND_DATAW stru...Thomas Heller2007-05-301-2/+2
* Fix compiler warnings.Thomas Heller2007-05-301-2/+2
* Fix indentation (whitespace only).Neal Norwitz2007-05-301-2/+2
* Fix typo in docNeal Norwitz2007-05-291-1/+1