summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* Better error messages and warnings.Jack Jansen2003-02-161-7/+11
* Added notes about pimp and bundlebuilder to the Mac section.Jack Jansen2003-02-161-0/+8
* When building an applet clear out the tempfile and dir afterwards.Jack Jansen2003-02-161-0/+5
* Fix for SF 686380, from SF patch 686771 by Ping. (errors trying toGuido van Rossum2003-02-161-1/+1
* Make 2 module variables static. Assuming this is correct.Neal Norwitz2003-02-151-2/+2
* Add closing ) in commentNeal Norwitz2003-02-151-1/+1
* cPickle.c, load_build(): Taught cPickle how to pick apartTim Peters2003-02-155-30/+88
* Moved setupDocs.py to Doc/setup.py and did some cleanup. It now at leastJack Jansen2003-02-141-49/+61
* cPickle produces NEWOBJ appropriately now. It still doesn't knowTim Peters2003-02-142-75/+201
* Patch for bug reported in patch #686627: import race condition inMarc-André Lemburg2003-02-141-1/+1
* Migrate definitions of several platform-dependent path-related variablesSkip Montanaro2003-02-147-57/+77
* - The audio driver tests (test_ossaudiodev.py andGuido van Rossum2003-02-144-0/+14
* Allow opening of alternate databases.Jack Jansen2003-02-141-7/+38
* Factored out classes for handling source and binary distributions. SourceJack Jansen2003-02-141-40/+126
* Got building documentation from source to work.Jack Jansen2003-02-141-4/+3
* Port test_charmapcodec to PyUnit. From SF patch #662807Walter Dörwald2003-02-142-44/+32
* extsep description:Fred Drake2003-02-141-2/+3
* add missing description of os.extsepSkip Montanaro2003-02-141-0/+5
* SF bug #663701: sets module reviewRaymond Hettinger2003-02-142-11/+11
* SF bug #663701. The caret wasn't printing well in the PDF documentation.Raymond Hettinger2003-02-141-1/+1
* Remove deps on mac doc files which have been removedNeal Norwitz2003-02-141-2/+0
* Fix docstring typoAndrew M. Kuchling2003-02-141-1/+1
* Fix comment typoAndrew M. Kuchling2003-02-141-1/+1
* Minor assorted cleanups; no semantic changes.Tim Peters2003-02-131-10/+16
* SF 685011: calendar module overflow handlingRaymond Hettinger2003-02-131-1/+1
* Add SF reference to news item.Guido van Rossum2003-02-131-1/+1
* The version of PyImport_Import() in cPickle is no longer needed (an editedTim Peters2003-02-131-64/+0
* - Finally fixed the bug in compile() and exec where a string endingGuido van Rossum2003-02-1310-13/+47
* save(): Reformat tail end just for clarity.Tim Peters2003-02-131-16/+17
* Removed unused cut'n'paste import.Tim Peters2003-02-131-1/+0
* We didn't have any tests making pickles with one of {pickle, cPickle},Tim Peters2003-02-132-0/+52
* Another dummy type.Guido van Rossum2003-02-131-0/+61
* Added a simple NEWOBJ test. This is in the pickle-only part of theTim Peters2003-02-131-0/+15