index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use PyInt_AsLong instead of PyInt_AS_LONG after the call to
Walter Dörwald
2002-11-12
1
-1/+1
*
Don't define _XOPEN_SOURCE and _POSIX_C_SOURCE on FreeBSD 5.0. Fixes #636318.
Martin v. Löwis
2002-11-12
3
-44/+43
*
Forgot a paren in the MSVC + 64-bit + Intel case.
Tim Peters
2002-11-11
1
-1/+1
*
Added a blurb about the change to sys.version under MSVC.
Tim Peters
2002-11-11
1
-0/+5
*
Some help for SF 614770: MSVC 7.0 compiler support
Tim Peters
2002-11-11
1
-20/+33
*
Use new-style CHECK_TYPE to avoid modifying confdefs.h. Include sys/types.h
Martin v. Löwis
2002-11-11
3
-38/+19
*
Protect pyconfig.h from multiple inclusions.
Martin v. Löwis
2002-11-11
3
-1/+16
*
Do not define _XOPEN_SOURCE on OpenBSD 2.x and 3.[012]. Fixes #635034
Martin v. Löwis
2002-11-11
1
-2/+25
*
Don't define _XOPEN_SOURCE on OpenBSD 2.x and 3.[012].
Martin v. Löwis
2002-11-11
2
-5/+27
*
Check whether we can take the address of chown, link, and symlink.
Martin v. Löwis
2002-11-11
3
-13/+175
*
- Use imp to find appletrawmain.py in stead of hand-crafting the path
Jack Jansen
2002-11-11
1
-2/+5
*
- Building IDE is optional on waste being available, similar to building
Jack Jansen
2002-11-11
1
-21/+28
*
Make private functions static so we don't pollute the namespace
Neal Norwitz
2002-11-10
2
-2/+3
*
Allow both string and Unicode objects in levels.
Martin v. Löwis
2002-11-09
1
-2/+2
*
Don't try to convert the test filename to Unicode with -U.
Martin v. Löwis
2002-11-09
1
-1/+6
*
Fix typo.
Martin v. Löwis
2002-11-09
1
-1/+1
*
Look in db4 directories when checking for db4.
Martin v. Löwis
2002-11-09
1
-4/+4
*
Search for tix subdirectories. Fixes #564729. Will backport to 2.2.
Martin v. Löwis
2002-11-09
1
-9/+14
*
Restore to ANSI C.
Michael W. Hudson
2002-11-09
1
-2/+2
*
Install the bz2 DLL on Windows.
Tim Peters
2002-11-09
1
-0/+10
*
I already forgot what I changed -- it wasn't important <wink>.
Tim Peters
2002-11-09
1
-2/+0
*
OK -- all tests pass on Windows now. The rest were due to 3 more
Tim Peters
2002-11-09
1
-22/+5
*
More tests run on Windows now. Something is still wrong here, but no
Tim Peters
2002-11-09
1
-27/+34
*
Many changes to get this to pass on Windows, and to make it easier to
Tim Peters
2002-11-09
1
-11/+45
*
Whitespace normalization.
Tim Peters
2002-11-09
7
-296/+296
*
Comment out the test docstrings so we can at least tell which tests are
Tim Peters
2002-11-09
1
-28/+28
*
Whitespace normalization.
Tim Peters
2002-11-09
7
-28/+27
*
Start building the bz2 module on Windows.
Tim Peters
2002-11-09
4
-0/+140
*
Open at least one binary file in binary mode. This allows a few of the
Tim Peters
2002-11-09
1
-1/+1
*
bz2_compress/bz2_decompress: more casting away LONG_LONG for
Tim Peters
2002-11-09
1
-2/+2
*
BZ2Decomp_decompress(): Fixed more long vs LONG_LONG confusions.
Tim Peters
2002-11-09
1
-2/+2
*
BZ2Comp_flush(): Fixed more int vs LONG_LONG confusions.
Tim Peters
2002-11-09
1
-2/+2
*
BZ2Comp_compress(): Explicitly cast the LONG_LONG size argument to
Tim Peters
2002-11-09
1
-1/+1
*
BZ2Comp_compress(): changed decl of totalout to LONG_LONG, since it's
Tim Peters
2002-11-09
1
-1/+1
*
Repaired signed-vs-unsigned mismatch.
Tim Peters
2002-11-09
1
-1/+1
*
This couldn't compile on WIndows, due to hardcoded "long long". Repaired.
Tim Peters
2002-11-09
1
-23/+23
*
Another attempt at making the set constructor both safe and fast. [SF
Guido van Rossum
2002-11-08
1
-18/+24
*
[Bug #233259] Ugly traceback for DistutilsPlatformError
Andrew M. Kuchling
2002-11-08
1
-3/+1
*
Fix comment typo
Andrew M. Kuchling
2002-11-08
1
-1/+1
*
* Modules/bz2module.c
Gustavo Niemeyer
2002-11-08
1
-12/+21
*
Simply delete the fpectl module, instead of leaving it commented out;
Andrew M. Kuchling
2002-11-08
1
-22/+0
*
Richie Hindle
Michael W. Hudson
2002-11-08
1
-0/+1
*
This is Richie Hindle's patch:
Michael W. Hudson
2002-11-08
2
-13/+47
*
Assorted patches from Armin Rigo:
Michael W. Hudson
2002-11-08
4
-43/+65
*
Make strip behave as documented. Will backport to 2.2.3.
Martin v. Löwis
2002-11-08
1
-2/+2
*
Clarify the meaning of "requires Python 1.5.2".
Raymond Hettinger
2002-11-08
1
-3/+4
*
Closes SF bug #634069 reporting the docs on the ** operator were out
Raymond Hettinger
2002-11-08
1
-4/+14
*
_update(): Commented the new obscurity. Materialized into a tuple
Tim Peters
2002-11-08
1
-2/+8
*
Closes SF bug #628246.
Raymond Hettinger
2002-11-08
2
-0/+27
*
Got rid of the python.rsrc resource file. The error message strings and
Jack Jansen
2002-11-07
7
-76/+74
[next]