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
*
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
*
Add documentation for the PEP 293 functionality:
Walter Dörwald
2002-11-07
1
-3/+29
*
Minor markup adjustments.
Fred Drake
2002-11-07
1
-2/+2
*
Restore attribute access so that the following work again:
Raymond Hettinger
2002-11-07
1
-1/+1
*
Use dynamic linking for the SHGetSpecialFolderPath function, it is not
Thomas Heller
2002-11-07
1
-331/+331
*
Fix a small bug when sys.argv[0] has an absolute path.
Thomas Heller
2002-11-07
1
-1/+1
*
Document the changed fdopen behaviour.
Thomas Heller
2002-11-07
1
-0/+4
*
NEWS entry for the changed fdopen function.
Thomas Heller
2002-11-07
1
-0/+4
*
Enforce valid filemode. Fixes SF Bug #623464.
Thomas Heller
2002-11-07
1
-0/+6
*
Try linking the major/minor test program. Fixes #634444.
Martin v. Löwis
2002-11-07
2
-9/+9
*
Fixed sre bug "[#581080] Provoking infinite scanner loops".
Gustavo Niemeyer
2002-11-07
2
-4/+11
*
Script to create .app bundles. Largely untested.
Jack Jansen
2002-11-06
1
-0/+160
*
Add --check-tkinter to setup.py. Install IDLE. Fixes #634078.
Martin v. Löwis
2002-11-06
3
-6/+31
*
Use column= rather than col=; with Tk 8.4 col= no longer works.
Guido van Rossum
2002-11-06
1
-3/+3
*
Fixed bug "[#466200] ability to specify a 'verify' script".
Gustavo Niemeyer
2002-11-06
2
-1/+8
*
Add next() and __iter__() methods to StreamReader, StreamReaderWriter
Walter Dörwald
2002-11-06
2
-0/+30
*
Make int("...") return a long if an int would overflow.
Walter Dörwald
2002-11-06
3
-26/+31
*
Fix NameError exception ('name' undefined)
Andrew M. Kuchling
2002-11-06
1
-0/+1
*
Handle really big steps in extended slices.
Michael W. Hudson
2002-11-06
2
-6/+3
*
Fix docstring typos
Andrew M. Kuchling
2002-11-06
1
-2/+2
*
Old change (probably suggested by Jason Tishler) The GNU/Windows compiler is ...
Andrew M. Kuchling
2002-11-06
1
-10/+9
*
[Patch #633635 from David M. Cooke]
Andrew M. Kuchling
2002-11-06
1
-1/+1
*
[Patch #633635 from David M. Cooke]
Andrew M. Kuchling
2002-11-06
1
-6/+14
*
Fixed bug #470582, using a modified version of patch #527371,
Gustavo Niemeyer
2002-11-06
4
-18/+33
*
Fix for bug 631247: configure should test the build directory for
Jack Jansen
2002-11-06
2
-3/+13
*
Skip the test_nocaret test when running as jython. Jython happens to add
Finn Bock
2002-11-06
1
-1/+4
*
Make the test pass for jython where there are no sys.executable.
Finn Bock
2002-11-06
1
-3/+7
*
By default when getting the search menu, the currently highligted
Chui Tey
2002-11-06
2
-2/+6
*
Fix minor wording and 2 typos
Neal Norwitz
2002-11-05
1
-3/+3
*
Support sdist.
Martin v. Löwis
2002-11-05
1
-0/+4
[next]