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