summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SF patch #687598, array.append is sloooowNeal Norwitz2003-02-241-2/+47
* Fix from SF patch #633359 by Greg Chapman for SF bug #610299:Guido van Rossum2003-02-242-1/+2
* Deleting the 2.2 spec.Guido van Rossum2003-02-241-302/+0
* RPM spec file for 2.3a2, contributed by Sean Reifschneider.Guido van Rossum2003-02-241-0/+303
* Fix SF bug #691793, Python 2.3a2 build fails on Tru64Neal Norwitz2003-02-231-1/+2
* Fix SF bug #691793, Python 2.3a2 build fails on Tru64Neal Norwitz2003-02-232-30/+32
* Added a linkmodel attribute, showing how Python was built. This is soJack Jansen2003-02-231-0/+13
* Get test to work on alphaNeal Norwitz2003-02-231-1/+1
* Fix SF bug #689659, 64-bit int and long hash keys incompatibleNeal Norwitz2003-02-233-3/+14
* Disabled -prebind again when linking the interpreter on MacOSX. It causedJack Jansen2003-02-232-10/+8
* Expect to skip test_iconv_codecs on MacOSX.Jack Jansen2003-02-231-0/+1
* Fix SF bug #690081, test_posix fails when run in non-interactive modeNeal Norwitz2003-02-231-1/+8
* ossaudiodev has been building, so remove unnecessary pass and invalid commentNeal Norwitz2003-02-231-2/+0
* Fix SF bug #690435, apply fails to check if warning raises exceptionNeal Norwitz2003-02-231-3/+4
* Fix SF bug #691276, shutil.copytree documentation bugNeal Norwitz2003-02-231-1/+4
* Fix SF bug #691276, shutil.copytree documentation bugNeal Norwitz2003-02-231-3/+3
* User requested changes to the itertools module.Raymond Hettinger2003-02-234-104/+303
* After the removal of SET_LINENO, PyCode_Addr2Line has always beenMichael W. Hudson2003-02-221-3/+0
* Getting rid of macfs.Jack Jansen2003-02-213-8/+6
* Get rid of macfs.Jack Jansen2003-02-211-60/+59
* Checking mac-specific stuff from the 2.3a2 branch in on the trunk.Jack Jansen2003-02-2113-30/+42
* getpid doesn't exist on MacOS9.Jack Jansen2003-02-211-1/+4
* Remove _reduce_2, it's now implemented in C.Guido van Rossum2003-02-211-42/+5
* WASTEconst.py goes one level above the toolbox directory.Jack Jansen2003-02-211-1/+1
* Implementing the salient parts of __reduce_ex__ in C.Guido van Rossum2003-02-211-6/+229
* SF bug 690622: test_cpickle overflows stack on MacOS9.Tim Peters2003-02-211-1/+5
* I'm am the PyPy sprint waiting for a Grand Renaming so I killed a fewMichael W. Hudson2003-02-211-2/+2
* Add some minimal doc for get_completer added for patch 676342Neal Norwitz2003-02-211-0/+5
* Use 'ISO8859-1' instead of 'ASCII' when testing whether byteswappingWalter Dörwald2003-02-211-5/+5
* Doubled TimeoutTestCase.fuzz, to slash the frequency of bogus failuresTim Peters2003-02-211-1/+7
* Added a method WMAvailable(). This will return True if and only if thereJack Jansen2003-02-211-0/+43
* Port all string tests to PyUnit and share as much testsWalter Dörwald2003-02-216-935/+921
* Fill in missing table entries.Raymond Hettinger2003-02-211-1/+5
* SF bug #685775: turtle circle() documentation errorRaymond Hettinger2003-02-211-4/+5
* SF bug #690377: Dud footnote reference in distutils docsRaymond Hettinger2003-02-211-2/+2
* Markup and nits.Raymond Hettinger2003-02-211-12/+11
* SF bug #690083: test_random fails sometimesRaymond Hettinger2003-02-211-1/+1
* flex_complete looks like a private (but callback) function, so make it staticNeal Norwitz2003-02-211-1/+1
* Add some notes about HIGHEST_PROTOCOL.Neal Norwitz2003-02-211-4/+15
* Strange control flow in PyInt_AsLong. When nb_int is called insideThomas Heller2003-02-201-3/+3
* Update PY_VERSION to indicate that we're beyond 2.3a2 now.Guido van Rossum2003-02-201-1/+1
* As far as I can tell PyEval_GetOwner was removed in 1997 (when it wasMichael W. Hudson2003-02-201-1/+0
* Add PEP 301 metadata.Guido van Rossum2003-02-201-2/+42
* Don't use self.announce() in a function that's not a method.Guido van Rossum2003-02-201-3/+3
* announce(): use the level argument to control the log level.Guido van Rossum2003-02-201-1/+1
* set_verbosity(): do something reasonable for out-of-range verbosityGuido van Rossum2003-02-201-3/+3
* Prepped for 2.3b1.Guido van Rossum2003-02-201-0/+57
* Match parentheses.Guido van Rossum2003-02-201-1/+1
* Merge in changes made to the 2.3a2 release.Guido van Rossum2003-02-201-2/+28
* fixed markupDavid Goodger2003-02-191-8/+13