summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use PyInt_AsLong instead of PyInt_AS_LONG after the call toWalter Dörwald2002-11-121-1/+1
* Don't define _XOPEN_SOURCE and _POSIX_C_SOURCE on FreeBSD 5.0. Fixes #636318.Martin v. Löwis2002-11-123-44/+43
* Forgot a paren in the MSVC + 64-bit + Intel case.Tim Peters2002-11-111-1/+1
* Added a blurb about the change to sys.version under MSVC.Tim Peters2002-11-111-0/+5
* Some help for SF 614770: MSVC 7.0 compiler supportTim Peters2002-11-111-20/+33
* Use new-style CHECK_TYPE to avoid modifying confdefs.h. Include sys/types.hMartin v. Löwis2002-11-113-38/+19
* Protect pyconfig.h from multiple inclusions.Martin v. Löwis2002-11-113-1/+16
* Do not define _XOPEN_SOURCE on OpenBSD 2.x and 3.[012]. Fixes #635034Martin v. Löwis2002-11-111-2/+25
* Don't define _XOPEN_SOURCE on OpenBSD 2.x and 3.[012].Martin v. Löwis2002-11-112-5/+27
* Check whether we can take the address of chown, link, and symlink.Martin v. Löwis2002-11-113-13/+175
* - Use imp to find appletrawmain.py in stead of hand-crafting the pathJack Jansen2002-11-111-2/+5
* - Building IDE is optional on waste being available, similar to buildingJack Jansen2002-11-111-21/+28
* Make private functions static so we don't pollute the namespaceNeal Norwitz2002-11-102-2/+3
* Allow both string and Unicode objects in levels.Martin v. Löwis2002-11-091-2/+2
* Don't try to convert the test filename to Unicode with -U.Martin v. Löwis2002-11-091-1/+6
* Fix typo.Martin v. Löwis2002-11-091-1/+1
* Look in db4 directories when checking for db4.Martin v. Löwis2002-11-091-4/+4
* Search for tix subdirectories. Fixes #564729. Will backport to 2.2.Martin v. Löwis2002-11-091-9/+14
* Restore to ANSI C.Michael W. Hudson2002-11-091-2/+2
* Install the bz2 DLL on Windows.Tim Peters2002-11-091-0/+10
* I already forgot what I changed -- it wasn't important <wink>.Tim Peters2002-11-091-2/+0
* OK -- all tests pass on Windows now. The rest were due to 3 moreTim Peters2002-11-091-22/+5
* More tests run on Windows now. Something is still wrong here, but noTim Peters2002-11-091-27/+34
* Many changes to get this to pass on Windows, and to make it easier toTim Peters2002-11-091-11/+45
* Whitespace normalization.Tim Peters2002-11-097-296/+296
* Comment out the test docstrings so we can at least tell which tests areTim Peters2002-11-091-28/+28
* Whitespace normalization.Tim Peters2002-11-097-28/+27
* Start building the bz2 module on Windows.Tim Peters2002-11-094-0/+140
* Open at least one binary file in binary mode. This allows a few of theTim Peters2002-11-091-1/+1
* bz2_compress/bz2_decompress: more casting away LONG_LONG forTim Peters2002-11-091-2/+2
* BZ2Decomp_decompress(): Fixed more long vs LONG_LONG confusions.Tim Peters2002-11-091-2/+2
* BZ2Comp_flush(): Fixed more int vs LONG_LONG confusions.Tim Peters2002-11-091-2/+2
* BZ2Comp_compress(): Explicitly cast the LONG_LONG size argument toTim Peters2002-11-091-1/+1
* BZ2Comp_compress(): changed decl of totalout to LONG_LONG, since it'sTim Peters2002-11-091-1/+1
* Repaired signed-vs-unsigned mismatch.Tim Peters2002-11-091-1/+1
* This couldn't compile on WIndows, due to hardcoded "long long". Repaired.Tim Peters2002-11-091-23/+23
* Another attempt at making the set constructor both safe and fast. [SFGuido van Rossum2002-11-081-18/+24
* [Bug #233259] Ugly traceback for DistutilsPlatformErrorAndrew M. Kuchling2002-11-081-3/+1
* Fix comment typoAndrew M. Kuchling2002-11-081-1/+1
* * Modules/bz2module.cGustavo Niemeyer2002-11-081-12/+21
* Simply delete the fpectl module, instead of leaving it commented out;Andrew M. Kuchling2002-11-081-22/+0
* Richie HindleMichael W. Hudson2002-11-081-0/+1
* This is Richie Hindle's patch:Michael W. Hudson2002-11-082-13/+47
* Assorted patches from Armin Rigo:Michael W. Hudson2002-11-084-43/+65
* Make strip behave as documented. Will backport to 2.2.3.Martin v. Löwis2002-11-081-2/+2
* Clarify the meaning of "requires Python 1.5.2".Raymond Hettinger2002-11-081-3/+4
* Closes SF bug #634069 reporting the docs on the ** operator were outRaymond Hettinger2002-11-081-4/+14
* _update(): Commented the new obscurity. Materialized into a tupleTim Peters2002-11-081-2/+8
* Closes SF bug #628246.Raymond Hettinger2002-11-082-0/+27
* Got rid of the python.rsrc resource file. The error message strings andJack Jansen2002-11-077-76/+74