summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 683658 - PyErr_Warn may cause import deadlock.Mark Hammond2003-02-193-6/+19
* Undid half of the previous checkin: continue using BuildApplet for mostJack Jansen2003-02-181-14/+8
* Added a note that MacOSX applets can no longer be run from a terminal window.Jack Jansen2003-02-181-1/+3
* Enable argv emulation if required.Jack Jansen2003-02-181-2/+4
* Added an argv_emulation option (command line option: --argv or -a) whichJack Jansen2003-02-181-2/+36
* Argvemulator still used the old Alias API. Fixed.Jack Jansen2003-02-181-2/+2
* Remove unused _better_reduce (which will disappear soon) andGuido van Rossum2003-02-181-1/+1
* Three test cases for __reduce_ex__. This fails for cPickle, until TimGuido van Rossum2003-02-181-0/+52
* I entered the wrong year for 2.3a2.Tim Peters2003-02-181-1/+1
* Bump version number.Fred Drake2003-02-182-2/+2
* Introducing __reduce_ex__, which is called with a protocol number argumentGuido van Rossum2003-02-184-19/+36
* Bump Windows build number for 2.3a2.Tim Peters2003-02-181-1/+1
* Bump version # to 2.3a2.Tim Peters2003-02-184-10/+12
* Use python.org as the repositoryAndrew M. Kuchling2003-02-181-2/+1
* save_global(): Trying to resolve module.name can fail for twoTim Peters2003-02-181-3/+5
* Removed unreferenced label.Tim Peters2003-02-181-2/+1
* The recent changes to super(), in particular supercheck(), broke whenGuido van Rossum2003-02-181-9/+7
* Make __module__ writable except in restricted mode (like for classic classes).Guido van Rossum2003-02-182-2/+2
* Make __module__ settable on functions and methods.Jeremy Hylton2003-02-182-2/+2
* One doctest displaying a dict didn't sort it first. *Maybe* this fixesTim Peters2003-02-181-2/+2
* default_3way_compare(): use PyNumber_Check(), rather than testing forGuido van Rossum2003-02-181-3/+3
* Make PyNumber_Check() a bit more careful, since all sorts of thingsGuido van Rossum2003-02-182-1/+11
* Fold some long lines.Guido van Rossum2003-02-181-14/+31
* Fix SF bug #688424, 64-bit test problemsNeal Norwitz2003-02-181-26/+71
* Fix SF bug #688424, 64-bit test problemsNeal Norwitz2003-02-182-3/+8
* Copy the trace module here from Tools/scripts.Jeremy Hylton2003-02-181-0/+729
* SF patch #687683, Patches to logging (updates from Vinay)Neal Norwitz2003-02-185-63/+98
* Use "$@" to pass arguments to Python in stead of "${1}". This passes allJack Jansen2003-02-181-1/+1
* Don't try to build dl on darwin. It doesn't build out of the box, and itJack Jansen2003-02-181-1/+1
* Fix 64-bit problem, ParseTuple("i") needs C ints; ("l") needs C longs.Neal Norwitz2003-02-181-1/+1
* [Patch #681504] Call customize_compiler in config commandAndrew M. Kuchling2003-02-181-0/+2
* Add two acks; bump version numberAndrew M. Kuchling2003-02-181-3/+3
* [Bug #688261] Fix optparse example and outputAndrew M. Kuchling2003-02-181-2/+5
* [Bug #683416] Make PEP263 coverage a bit more explicit, and add it to theAndrew M. Kuchling2003-02-181-6/+14
* Make changes suggested by Walter to use self.assert*() methods.Neal Norwitz2003-02-171-26/+14
* Import test_support properlyNeal Norwitz2003-02-171-1/+1
* test_posix is an expected skip on Win32. Also fixed test_posix toTim Peters2003-02-172-1/+2
* M NEWS.txtKurt B. Kaiser2003-02-175-63/+149
* Fix SF bug #687655, String formatting conversions misleadingNeal Norwitz2003-02-171-1/+1
* Add URL for PEP to the source code encoding warning.Marc-André Lemburg2003-02-171-6/+12
* Remove PyArg_ParseTuple() for methods which take no args,Neal Norwitz2003-02-171-23/+13
* Added test_posix (hopefully it works on Windows).Neal Norwitz2003-02-172-130/+236
* Use correct function name to PyArg_ParseTuple("is_package").Neal Norwitz2003-02-172-6/+6
* When installing resource files whose name ends in .rsrc use theJack Jansen2003-02-172-5/+45
* Optionally honour #! paths in scripts. Fixes #676358.Jack Jansen2003-02-1714-14/+54
* Actually run these tests from regrtest.py.Neal Norwitz2003-02-176-10/+38
* Reword section about moving variables to os.path to match intent (orMichael W. Hudson2003-02-171-3/+4
* - Added support for zip archivesJack Jansen2003-02-171-3/+13
* Patch 686397:Andrew MacIntyre2003-02-171-0/+6
* Tweak to Skip's checkin of patch 686397:Andrew MacIntyre2003-02-171-3/+2