| Commit message (Expand) | Author | Age | Files | Lines |
* | I entered the wrong year for 2.3a2. | Tim Peters | 2003-02-18 | 1 | -1/+1 |
|
|
* | Bump version number. | Fred Drake | 2003-02-18 | 2 | -2/+2 |
|
|
* | Introducing __reduce_ex__, which is called with a protocol number argument | Guido van Rossum | 2003-02-18 | 4 | -19/+36 |
|
|
* | Bump Windows build number for 2.3a2. | Tim Peters | 2003-02-18 | 1 | -1/+1 |
|
|
* | Bump version # to 2.3a2. | Tim Peters | 2003-02-18 | 4 | -10/+12 |
|
|
* | Use python.org as the repository | Andrew M. Kuchling | 2003-02-18 | 1 | -2/+1 |
|
|
* | save_global(): Trying to resolve module.name can fail for two | Tim Peters | 2003-02-18 | 1 | -3/+5 |
|
|
* | Removed unreferenced label. | Tim Peters | 2003-02-18 | 1 | -2/+1 |
|
|
* | The recent changes to super(), in particular supercheck(), broke when | Guido van Rossum | 2003-02-18 | 1 | -9/+7 |
|
|
* | Make __module__ writable except in restricted mode (like for classic classes). | Guido van Rossum | 2003-02-18 | 2 | -2/+2 |
|
|
* | Make __module__ settable on functions and methods. | Jeremy Hylton | 2003-02-18 | 2 | -2/+2 |
|
|
* | One doctest displaying a dict didn't sort it first. *Maybe* this fixes | Tim Peters | 2003-02-18 | 1 | -2/+2 |
|
|
* | default_3way_compare(): use PyNumber_Check(), rather than testing for | Guido van Rossum | 2003-02-18 | 1 | -3/+3 |
|
|
* | Make PyNumber_Check() a bit more careful, since all sorts of things | Guido van Rossum | 2003-02-18 | 2 | -1/+11 |
|
|
* | Fold some long lines. | Guido van Rossum | 2003-02-18 | 1 | -14/+31 |
|
|
* | Fix SF bug #688424, 64-bit test problems | Neal Norwitz | 2003-02-18 | 1 | -26/+71 |
|
|
* | Fix SF bug #688424, 64-bit test problems | Neal Norwitz | 2003-02-18 | 2 | -3/+8 |
|
|
* | Copy the trace module here from Tools/scripts. | Jeremy Hylton | 2003-02-18 | 1 | -0/+729 |
|
|
* | SF patch #687683, Patches to logging (updates from Vinay) | Neal Norwitz | 2003-02-18 | 5 | -63/+98 |
|
|
* | Use "$@" to pass arguments to Python in stead of "${1}". This passes all | Jack Jansen | 2003-02-18 | 1 | -1/+1 |
|
|
* | Don't try to build dl on darwin. It doesn't build out of the box, and it | Jack Jansen | 2003-02-18 | 1 | -1/+1 |
|
|
* | Fix 64-bit problem, ParseTuple("i") needs C ints; ("l") needs C longs. | Neal Norwitz | 2003-02-18 | 1 | -1/+1 |
|
|
* | [Patch #681504] Call customize_compiler in config command | Andrew M. Kuchling | 2003-02-18 | 1 | -0/+2 |
|
|
* | Add two acks; bump version number | Andrew M. Kuchling | 2003-02-18 | 1 | -3/+3 |
|
|
* | [Bug #688261] Fix optparse example and output | Andrew M. Kuchling | 2003-02-18 | 1 | -2/+5 |
|
|
* | [Bug #683416] Make PEP263 coverage a bit more explicit, and add it to the | Andrew M. Kuchling | 2003-02-18 | 1 | -6/+14 |
|
|
* | Make changes suggested by Walter to use self.assert*() methods. | Neal Norwitz | 2003-02-17 | 1 | -26/+14 |
|
|
* | Import test_support properly | Neal Norwitz | 2003-02-17 | 1 | -1/+1 |
|
|
* | test_posix is an expected skip on Win32. Also fixed test_posix to | Tim Peters | 2003-02-17 | 2 | -1/+2 |
|
|
* | M NEWS.txt | Kurt B. Kaiser | 2003-02-17 | 5 | -63/+149 |
|
|
* | Fix SF bug #687655, String formatting conversions misleading | Neal Norwitz | 2003-02-17 | 1 | -1/+1 |
|
|
* | Add URL for PEP to the source code encoding warning. | Marc-André Lemburg | 2003-02-17 | 1 | -6/+12 |
|
|
* | Remove PyArg_ParseTuple() for methods which take no args, | Neal Norwitz | 2003-02-17 | 1 | -23/+13 |
|
|
* | Added test_posix (hopefully it works on Windows). | Neal Norwitz | 2003-02-17 | 2 | -130/+236 |
|
|
* | Use correct function name to PyArg_ParseTuple("is_package"). | Neal Norwitz | 2003-02-17 | 2 | -6/+6 |
|
|
* | When installing resource files whose name ends in .rsrc use the | Jack Jansen | 2003-02-17 | 2 | -5/+45 |
|
|
* | Optionally honour #! paths in scripts. Fixes #676358. | Jack Jansen | 2003-02-17 | 14 | -14/+54 |
|
|
* | Actually run these tests from regrtest.py. | Neal Norwitz | 2003-02-17 | 6 | -10/+38 |
|
|
* | Reword section about moving variables to os.path to match intent (or | Michael W. Hudson | 2003-02-17 | 1 | -3/+4 |
|
|
* | - Added support for zip archives | Jack Jansen | 2003-02-17 | 1 | -3/+13 |
|
|
* | Patch 686397: | Andrew MacIntyre | 2003-02-17 | 1 | -0/+6 |
|
|
* | Tweak to Skip's checkin of patch 686397: | Andrew MacIntyre | 2003-02-17 | 1 | -3/+2 |
|
|
* | Better error messages and warnings. | Jack Jansen | 2003-02-16 | 1 | -7/+11 |
|
|
* | Added notes about pimp and bundlebuilder to the Mac section. | Jack Jansen | 2003-02-16 | 1 | -0/+8 |
|
|
* | When building an applet clear out the tempfile and dir afterwards. | Jack Jansen | 2003-02-16 | 1 | -0/+5 |
|
|
* | Fix for SF 686380, from SF patch 686771 by Ping. (errors trying to | Guido van Rossum | 2003-02-16 | 1 | -1/+1 |
|
|
* | Make 2 module variables static. Assuming this is correct. | Neal Norwitz | 2003-02-15 | 1 | -2/+2 |
|
|
* | Add closing ) in comment | Neal Norwitz | 2003-02-15 | 1 | -1/+1 |
|
|
* | cPickle.c, load_build(): Taught cPickle how to pick apart | Tim Peters | 2003-02-15 | 5 | -30/+88 |
|
|
* | Moved setupDocs.py to Doc/setup.py and did some cleanup. It now at least | Jack Jansen | 2003-02-14 | 1 | -49/+61 |
|
|