- 0f8e543 - use classdesc where we can (for better indexing) - more style consistency crud by Fred Drake · 22 years ago
- 1856541 Replace all but one explicit emit('SET_LINENO') with call to set_lineno(). by Jeremy Hylton · 22 years ago
- cf94ee8 Don't let the docstring end up in __main__.__doc__ by Tony Lownds · 22 years ago
- bc38baf test01_close_dbenv_before_db(): Added an XXX comment that this test is by Barry Warsaw · 22 years ago
- 0aae2b0 Comment out test, since it hangs on HPUX, still investigating by Neal Norwitz · 22 years ago
- accb62b SF patch [ 597919 ] compiler package and SET_LINENO by Jeremy Hylton · 22 years ago
- 436eadd General style conformance. Markup some unmarked constructs. by Fred Drake · 22 years ago
- 2cb5402 Update (slightly) for Alpha release by Kurt B. Kaiser · 22 years ago
- 64aa5f6 Remove bogus test; the master is not a terminal on Solaris and HP-UX. by Martin v. Löwis · 22 years ago
- 085ce5a Move history to HISTORY.txt by Kurt B. Kaiser · 22 years ago
- f5934dd Update for Alpha 0 Release by Kurt B. Kaiser · 22 years ago
- f970d61 Add recipe for creating NEWS.html. by Guido van Rossum · 22 years ago
- 521fc15 A new, and much hairier, implementation of astimezone(), building on by Tim Peters · 22 years ago
- ba2f875 Eliminate C++ comment. by Martin v. Löwis · 22 years ago
- f621232 Use funcdesc instead of classdesc to be consistent with out sections. by Raymond Hettinger · 22 years ago
- e2c6491 Further cleanup of exceptions. All interpolation-related exceptions by Fred Drake · 22 years ago
- 6c5bc34 Bernhard Herzog's paragraph and string-filling code. I've been using it for by Skip Montanaro · 22 years ago
- d8a6c5f Keep __main__ namespace clean by Tony Lownds · 22 years ago
- 5e156ad modulefinder.py moved to Lib/ by Just van Rossum · 22 years ago
- 6222958 Spelling fix by Raymond Hettinger · 22 years ago
- 768158c Fix an out-of-bound index in pmerge() discovered by Zooko (SF bug by Guido van Rossum · 22 years ago
- e29310a patch attached to sf item #643711: by Just van Rossum · 22 years ago
- cbd6cd2 Add markup for time object. Cleanup whitespace. Fix unbalanced parenthesis. by Raymond Hettinger · 22 years ago
- 41c554f moving modulefinder.py to the standard library by Just van Rossum · 22 years ago
- 6700e47 Fix compilation errors on HPUX11 by Neal Norwitz · 22 years ago
- 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
- 9532298 Removed the now-untrue (or soon-to-be untrue) part of the astimezone() by Tim Peters · 22 years ago
- 3f0b542 removed unused get_short() function by Just van Rossum · 22 years ago
- ae54886 Set the release date. by Guido van Rossum · 22 years ago
- 2852cba Document the new ,netrc awareness in nntplib. by Eric S. Raymond · 22 years ago
- f91b461 Barry raised reasonable objections to the macro name \mimeheader, so by Fred Drake · 22 years ago
- f14730a - correct the deprecation markups so this formats again - some minor cleanups by Fred Drake · 22 years ago
- c8b2e77 Restore signalhandler in case of error. Fix type of signal handler. by Martin v. Löwis · 22 years ago
- c5f5f87 Complete the markup for timedelta objects. by Raymond Hettinger · 22 years ago
- ae3bbf5 Add posix.loadavg() Add some times by Andrew M. Kuchling · 22 years ago
- 5ee9547 Revert SF patch 659809 -- it causes double options that can cause breakage. by Guido van Rossum · 22 years ago
- f3edea5 Use the name (path) specified in the parameter list by Neal Norwitz · 22 years ago
- b96152c Add getloadavg. by Martin v. Löwis · 22 years ago
- 96a60e4 Patch #658927: Add getctime to os.path. by Martin v. Löwis · 22 years ago
- 24a880b Patch #656590: /dev/ptmx support for ptys. by Martin v. Löwis · 22 years ago
- b70557f Make sure zip_path is null-terminated, since it's on the stack by Neal Norwitz · 22 years ago
- 5c37a77 Document standard encodings. by Martin v. Löwis · 22 years ago
- a8aed02 Make sure zip_path is null-terminated, since it's on the stack by Neal Norwitz · 22 years ago
- ee71109 SmartCookie and SerialCookie were recently deprecated by Neal Norwitz · 22 years ago
- 99448e5 InterpolationSyntaxError was added in 2.3 by Neal Norwitz · 22 years ago
- c70a8e4 OS/2 EMX has no popen2.Popen3 even though bunzip2 is available by Andrew MacIntyre · 22 years ago
- fd07e7d add list of expected skips for the OS/2 EMX port by Andrew MacIntyre · 22 years ago
- ab49505 DLL export definition refresh by Andrew MacIntyre · 22 years ago
- e52aa5c add universal newline support to configuration by Andrew MacIntyre · 22 years ago
- d65778a whitespace cleanup by Andrew MacIntyre · 22 years ago
- 7c90a89 getenv() replacement not required by Andrew MacIntyre · 22 years ago
- 978697b Build process updates: by Andrew MacIntyre · 22 years ago
- 01875eb Broke the zipimport/PEP 302 news item into two separate items. by Just van Rossum · 22 years ago
- f8b6de1 - added missing decref - whitespace normalization by Just van Rossum · 22 years ago
- b456e4f Make sure PrettyPrinter methods that mirror the module-level by Fred Drake · 22 years ago
- 397b615 - PrettyPrinter.isreadable(), .isrecursive(): by Fred Drake · 22 years ago
- 5478219 Add a test that InterpolationError is constructed properly and raised by Fred Drake · 22 years ago
- 00dc5a9 ConfigParser._interpolate(): Pass the missing key to the by Fred Drake · 22 years ago
- a3661e1 Update version numbers. by Fred Drake · 22 years ago
- 2714706 Phrase repair. by Guido van Rossum · 22 years ago
- 8e7ec7c Minor markup and spelling repair. by Guido van Rossum · 22 years ago
- b2501f4 Since the *_Init() are private, prefix with _, suggested by Skip by Neal Norwitz · 22 years ago
- 744f0fd Add build_namelists() to expose the OSS macros SOUND_DEVICE_LABELS and by Greg Ward · 22 years ago
- 58ae13c Rename the parameter 'xp' in several methods to 'self', since that's what it is. by Greg Ward · 22 years ago
- 499b73e For symmetry with the mixer interface, rename oss_t to oss_audio_t and by Greg Ward · 22 years ago
- da1cacb Add a bunch of comments to clearly delineate sections of the code. by Greg Ward · 22 years ago
- 2d6f9a9 Yet another renaming of some mixer methods: by Greg Ward · 22 years ago
- 5095a47 Add a hurriedly-written section on the datetime module by Andrew M. Kuchling · 22 years ago
- 9a2eda5 Dedent a paragraph that was accidentally aligned with a preceding nested list. by Guido van Rossum · 22 years ago
- 735950b Bump the Windows build # for 2.3a1. by Tim Peters · 22 years ago
- f122688 Various updates to the version number, on the eve of the 2.3a1 release. by Guido van Rossum · 22 years ago
- 974ab9d Add lots of items. The only thing missing now is the new date/time stuff. by Andrew M. Kuchling · 22 years ago
- 0146f41 Fix name error, found by pychecker. by Guido van Rossum · 22 years ago
- 7b8e35e Fix SF #639945, 64-bit bug on AIX by Neal Norwitz · 22 years ago
- d8b5e3f Tix update from Mike Clarkson (maintainer) by Neal Norwitz · 22 years ago
- 8d5dd98 - added InterpolationSyntaxError to __all__ - added docstring to exceptions by Fred Drake · 22 years ago
- 81e4aa7 - re-mark ESR's warning about extended registry syntax by Fred Drake · 22 years ago
- ce1d944 Add missing InterpolationSyntaxError. XXX Not sure this is correct. by Neal Norwitz · 22 years ago
- 6ec0a8a sys was already imported, remove second import by Neal Norwitz · 22 years ago
- a872595 - prefer "import ... as" to "import / (assignments) / del" for most things by Fred Drake · 22 years ago
- f05aa10 Rename more mixer methods: getrecsrc() -> get_recsrc(), by Greg Ward · 22 years ago
- 5681acb Added zipimport and _random module. by Jack Jansen · 22 years ago
- fb08b4c Changed sys.path initializer because of addition of Lib/plat-mac and a few minor by Jack Jansen · 22 years ago
- 5eaeaf9 Added casts to forestall warnings with MetroWerks. by Jack Jansen · 22 years ago
- acda339 Updated the expected skips for MacOSX. by Jack Jansen · 22 years ago
- 06f0cef Skip this test on MacOSX: the locale support is too minimal to make it pass. by Jack Jansen · 22 years ago
- 66162de Add entries for the dummy_thread and dummy_threading modules. by Fred Drake · 22 years ago
- 740f800 - fix use of \refmodule markup by Fred Drake · 22 years ago
- a3b8953 News about zipimport. by Guido van Rossum · 22 years ago
- f271c27 Squashed compiler wng from MSVC6. by Tim Peters · 22 years ago
- 1ea93f2 Wouldn't compile on Windows; fixed. by Tim Peters · 22 years ago
- 8bb80db Added a note about the move of Mac/Lib to Lib/plat-mac. by Jack Jansen · 22 years ago
- a093424 Use the dummy_thread module in Queue.py and tempfile.py. by Guido van Rossum · 22 years ago
- 2969233 Add dummy_thread[ing] sections and reference these from libthread[ing]. by Guido van Rossum · 22 years ago
- ad50ca9 Brett Cannon's dummy_thread and dummy_threading modules (SF patch by Guido van Rossum · 22 years ago
- c91ed40 SF #561244, Micro optimizations by Neal Norwitz · 22 years ago
- 83f898c Adapted for the move of Mac/Lib to Lib/plat-mac. Makefile.pre.in now by Jack Jansen · 22 years ago
- 5efc50d Fix SF #658820, regex fixes for _strptime (Brett Cannon) by Neal Norwitz · 22 years ago
- 0940c62 These were somehow never added to CVS. by Jack Jansen · 22 years ago
- 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago