- d899605 Patch #633547: Support plural forms. Do TODOs in test suite. by Martin v. Löwis · 22 years ago
- 21b6014 The _Event class should be more careful with releasing its lock when by Guido van Rossum · 22 years ago
- d584368 Patch #639371: Remove FreeBSD 5 specific test, test for ctermid_r, setgroups by Martin v. Löwis · 22 years ago
- fec3262 Reflow comment by Andrew M. Kuchling · 22 years ago
- 69ceb33 Patch #642019: Recognize gcc-x.y as gcc. by Martin v. Löwis · 22 years ago
- 8f8d1d2 Patch #642020: Pass down prefix, BINDIR, and DESTSHARED to idleinstall. by Martin v. Löwis · 22 years ago
- dffda2e Wrap uargs declaration in a #ifdef Py_USING_UNICODE, so that by Walter Dörwald · 22 years ago
- 3b918c3 Comment out the getcwdu implementation for --disable-unicode builds by Walter Dörwald · 22 years ago
- 4c6c765 Move three variables that are only used inside an if block into the block, by Walter Dörwald · 22 years ago
- bf73db8 Fix PEP 293 related problems with --disable-unicode builds by Walter Dörwald · 22 years ago
- cdd2157 Bug #639118 from Ollie Oldham: archiver should use zipfile before zip by Andrew M. Kuchling · 22 years ago
- 3350b5b NamedTemporaryFile: clarify behavior based on confusions noted by a by Tim Peters · 22 years ago
- 97701b5 _RandomNameSequence(): style guide changes, small speedup, don't by Tim Peters · 22 years ago
- 6ef966e _TemporaryFileWrapper: changed self.close_called to a proper bool. by Tim Peters · 22 years ago
- 2100798 Always call tparm with 10 arguments. It seems it's not varargs i by Michael W. Hudson · 22 years ago
- 3e554d7 name kwargs kwargs by Just van Rossum · 22 years ago
- ad33d72 Tools to create MacOS X (application) bundles. by Just van Rossum · 22 years ago
- 4fc9047 Apply Nicolas Riley's Patch. by Kurt B. Kaiser · 22 years ago
- 201626e Fix SF #640094, on win32 getpass runs into unix_getpass by Neal Norwitz · 22 years ago
- 10263d6 - cleaned up example/test code by Just van Rossum · 22 years ago
- 2db92a6 Add missing import by Andrew M. Kuchling · 22 years ago
- 1b99896 dded cvsignores. by Jack Jansen · 22 years ago
- d8d7bbe Minimal instructions on building a MacPython-OSX addon for Apple's by Jack Jansen · 22 years ago
- 1ebcc44 Build PythonLauncher for MacPython-OSX 2.2 as well. by Jack Jansen · 22 years ago
- e374692 This file is now generated dynamically. by Jack Jansen · 22 years ago
- 495172c Add change to int() and OverflowError by Andrew M. Kuchling · 22 years ago
- db951c3 removed a redundant .strip(); made a doc string more or less tell the truth by Just van Rossum · 22 years ago
- 247e16e No need to import __builtin__, spotted by Skip. by Just van Rossum · 22 years ago
- 0ec2744 Pure Python implementation of a plist generator/parser. by Just van Rossum · 22 years ago
- 72f8616 Document additional error handling names available through PEP 293. by Walter Dörwald · 22 years ago
- 7f82f79 Add missing documentation for the PEP 293 functionality to by Walter Dörwald · 22 years ago
- a1a61f9 Fix typo. by Walter Dörwald · 22 years ago
- f171540 Change int() so that passing a string, unicode, float or long argument by Walter Dörwald · 22 years ago
- 7a3bae4 Replace bsddb3 and _db occurrences. by Martin v. Löwis · 22 years ago
- 1c6b1a2 Importing test suite from bsddb3 3.4.0 (with modifications). by Martin v. Löwis · 22 years ago
- a406b58 Renamed Wise vrbl from _TCLMINOR_ to _TCLDIR_, to remove any script by Tim Peters · 22 years ago
- b9a21ad Add Lib/bsddb to list of installed directories by Andrew M. Kuchling · 22 years ago
- d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
- 6f429c3 Use \ulink instead of \citetitle; bump version number by Andrew M. Kuchling · 22 years ago
- 669249e Add PyBSDDB update by Andrew M. Kuchling · 22 years ago
- 21645fc Don't try to use unsupported DB versions. by Martin v. Löwis · 22 years ago
- ef546b3 Document PyBSDDB import. by Martin v. Löwis · 22 years ago
- 6aa4a1f Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. by Martin v. Löwis · 22 years ago
- 1d26740 Comment on PyNumber_Check(). by Guido van Rossum · 22 years ago
- 6c19476 Note that PyNumber_Check() returns true for string and unicode objects. by Neil Schemenauer · 22 years ago
- fe4f769 Add __mod__ method to UserString. by Neil Schemenauer · 22 years ago
- b981df9 check for str.__mod__ by Neil Schemenauer · 22 years ago
- ab9e4b7 check for unicode.__mod__ by Neil Schemenauer · 22 years ago
- ce30bc9 Add nb_remainder (i.e. __mod__) slot to unicode type. Fixes SF bug #615506. by Neil Schemenauer · 22 years ago
- a6cd4e6 Add nb_remainder (i.e. __mod__) slot to str type. Fixes SF bug #615506. by Neil Schemenauer · 22 years ago
- 2c77e90 Improve exception message raised by PyFloat_AsDouble if the object does not by Neil Schemenauer · 22 years ago
- 26db587 str and unicode objects now have a __mod__ slot so don't special case them in by Neil Schemenauer · 22 years ago
- 47ec6c0 Don't use PyNumber_Float() since it's is nearly useless. Instead, rely on by Neil Schemenauer · 22 years ago
- 293fdeb Another workaround, to find the IDE directory when we're in MacPython-OSX by Jack Jansen · 22 years ago
- 9725735 Define PyDoc_STR if it isn't defined. This makes these modules compile by Jack Jansen · 22 years ago
- 5efbbcd Build waste, _Help and _Scrap too. by Jack Jansen · 22 years ago
- 311f419 Improve comments. Clarify docs. by Raymond Hettinger · 22 years ago
- 8ddc176e Improve DictMixin. by Raymond Hettinger · 22 years ago
- 782d940 Guard against error if .netrc is missing. by Eric S. Raymond · 22 years ago
- 89350a4 Remove _Py_ResetReferences. Fixes bug #529750 "Circular reference makes by Neil Schemenauer · 22 years ago
- 6141812 correct typo detected by Lee Hansen by Skip Montanaro · 22 years ago
- e55bec2 Better note that str.zfill() was added in 2.2.2 as well. ;-( by Fred Drake · 22 years ago
- 9171801 Document that a minor feature was added in 2.2.2. ;-( Closes SF bug #639170. by Fred Drake · 22 years ago
- c4d047a SF Patch #638825 by Neal Norwitz · 22 years ago
- d1cade0 SF Patch #638825 logging module by Neal Norwitz · 22 years ago
- 5654cc2 SF 639138, Ref. calendar module in time docs by John J Lee by Neal Norwitz · 22 years ago
- 0e9bfa3 Minor markup nits. by Fred Drake · 22 years ago
- 08abe8e Fix stupid typo. by Fred Drake · 22 years ago
- e61f365 Document the available command line flags for bdist_wininst, which are by Thomas Heller · 22 years ago
- 36343f6 Correct typo: the option is 'formats' not 'format'. by Thomas Heller · 22 years ago
- a1d004a Style guide reformats. I saw this test fail on a very heavily loaded by Tim Peters · 22 years ago
- 49b33fa Squash an enormous number of warnings reported when adding "use by Fred Drake · 22 years ago
- c734b01 Fix critical markup errors. by Fred Drake · 22 years ago
- 6c62995 Repaired typos in the Tcl/Tk compilation instructions. Turns out they by Tim Peters · 22 years ago
- 3a2cda8 Minor revisions to clarify the status of xreadlines(), change the way by Fred Drake · 22 years ago
- e0373f8 Fix minor nits Trim excess whitespace off one line by Andrew M. Kuchling · 22 years ago
- 88eed70 Mention that the MRO algorithm changes in 2.3 by Andrew M. Kuchling · 22 years ago
- b60ea3f Mention change in MRO by Andrew M. Kuchling · 22 years ago
- 545c250 Add Optik news. by Guido van Rossum · 22 years ago
- 903bf90 SF patch #520382: Expand shelve.py to have a full dictionary interface by Raymond Hettinger · 22 years ago
- 9cea5f5 Explain what to do in case of missing shared libraries. Remove mentioning by Martin v. Löwis · 22 years ago
- 7994716 SF patch #520382: Expand shelve.py to have a full dictionary interface by Raymond Hettinger · 22 years ago
- 3a7f405 Draft a section on modifying Python's path. I'm not sure where by Andrew M. Kuchling · 22 years ago
- 26e6be3 First stab at a Makefile that will create a MacPython that uses the by Jack Jansen · 22 years ago
- 4ea1f45 Go from filename to FSSpec via FSRefs, to work around outdated macfs module by Jack Jansen · 22 years ago
- d892d4e Make the Resources directory if needed. by Jack Jansen · 22 years ago
- 180ceed Python 2.2 as installed by Apple has a version of _Res that is too old. We by Jack Jansen · 22 years ago
- 25e61d9 Added a hack so we can build applets with a MacPython that uses the by Jack Jansen · 22 years ago
- b54a6ce A script to run applets. Originally by Just, slightly modified by me. by Jack Jansen · 22 years ago
- 24d5a52 Add section on Optik by Andrew M. Kuchling · 22 years ago
- 857fb4c Windows blurb about new Tcl/Tk release shipped on Windows. by Tim Peters · 22 years ago
- 077736b Windows changes to move from Tcl/Tk 8.3.2 to 8.4.1. I tested this by by Tim Peters · 22 years ago
- 9a6b8d8 Repaired illegal syntax most compilers probably let slide (but MSVC by Tim Peters · 22 years ago
- 366c10c Finish up the logging section by Andrew M. Kuchling · 22 years ago
- b9ba458 Checking in Greg Ward's Optik, as optparse.py. This is the most by Guido van Rossum · 22 years ago
- 9a81892 Fix or disable some tests that were affected by the new C3 MRO by Guido van Rossum · 22 years ago
- 1f12131 Use the new C3 MRO algorithm, implemented by Samuele Pedroni (SF patch by Guido van Rossum · 22 years ago
- c7aaf95 Enhancement for ModuleFinder, it can now handle _xmlplus aka PyXML. by Thomas Heller · 22 years ago
- c293704 This uses only one temp file at a time, so use test_support.TESTFN as by Tim Peters · 22 years ago
- 28f2f88 Add partial section on the logging package; not finished yet. by Andrew M. Kuchling · 22 years ago