summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Revert last change -- test works on HPUX again after Martin's checkinNeal Norwitz2003-01-011-3/+2
* Expose I_ constants. Auto-detect stropts.h. Properly configure the slave term...Martin v. Löwis2003-01-011-1/+11
* The failure of the last-second addition to the timezone coversion test isTim Peters2003-01-011-4/+12
* More installation info. Bump alpha version.Kurt B. Kaiser2003-01-012-7/+11
* Debugger was tracing through rpc.py when IDLEfork was not startedKurt B. Kaiser2003-01-011-21/+19
* Improve exception handling.Kurt B. Kaiser2002-12-313-6/+6
* Make two tests non-locale-dependentBarry Warsaw2002-12-311-2/+2
* Replace all but one explicit emit('SET_LINENO') with call to set_lineno().Jeremy Hylton2002-12-311-8/+2
* Don't let the docstring end up in __main__.__doc__Tony Lownds2002-12-311-14/+14
* test01_close_dbenv_before_db(): Added an XXX comment that this test isBarry Warsaw2002-12-311-0/+2
* Comment out test, since it hangs on HPUX, still investigatingNeal Norwitz2002-12-311-2/+3
* SF patch [ 597919 ] compiler package and SET_LINENOJeremy Hylton2002-12-314-44/+69
* Update (slightly) for Alpha releaseKurt B. Kaiser2002-12-311-0/+7
* Remove bogus test; the master is not a terminal on Solaris and HP-UX.Martin v. Löwis2002-12-311-2/+0
* Move history to HISTORY.txtKurt B. Kaiser2002-12-311-0/+122
* Update for Alpha 0 ReleaseKurt B. Kaiser2002-12-312-182/+61
* A new, and much hairier, implementation of astimezone(), building onTim Peters2002-12-311-86/+86
* Further cleanup of exceptions. All interpolation-related exceptionsFred Drake2002-12-311-30/+37
* Keep __main__ namespace cleanTony Lownds2002-12-311-1/+1
* patch attached to sf item #643711:Just van Rossum2002-12-311-49/+150
* moving modulefinder.py to the standard libraryJust van Rossum2002-12-311-0/+486
* Whitespace NormalizationKurt B. Kaiser2002-12-3123-322/+306
* Patch #658927: Add getctime to os.path.Martin v. Löwis2002-12-314-4/+16
* OS/2 EMX has no popen2.Popen3 even though bunzip2 is availableAndrew MacIntyre2002-12-311-1/+1
* add list of expected skips for the OS/2 EMX portAndrew MacIntyre2002-12-311-0/+28
* Make sure PrettyPrinter methods that mirror the module-levelFred Drake2002-12-311-3/+27
* - PrettyPrinter.isreadable(), .isrecursive():Fred Drake2002-12-311-21/+16
* Add a test that InterpolationError is constructed properly and raisedFred Drake2002-12-311-2/+20
* ConfigParser._interpolate(): Pass the missing key to theFred Drake2002-12-311-4/+3
* Fix name error, found by pychecker.Guido van Rossum2002-12-311-1/+1
* Tix update from Mike Clarkson (maintainer)Neal Norwitz2002-12-301-11/+53
* - added InterpolationSyntaxError to __all__Fred Drake2002-12-301-4/+25
* Add missing InterpolationSyntaxError.Neal Norwitz2002-12-301-0/+2
* sys was already imported, remove second importNeal Norwitz2002-12-301-2/+0
* - prefer "import ... as" to "import / (assignments) / del" for most thingsFred Drake2002-12-301-18/+11
* Updated the expected skips for MacOSX.Jack Jansen2002-12-301-0/+3
* Skip this test on MacOSX: the locale support is too minimal to makeJack Jansen2002-12-301-1/+3
* Use the dummy_thread module in Queue.py and tempfile.py.Guido van Rossum2002-12-302-7/+7
* Brett Cannon's dummy_thread and dummy_threading modules (SF patchGuido van Rossum2002-12-304-0/+416
* Fix SF #658820, regex fixes for _strptime (Brett Cannon)Neal Norwitz2002-12-301-8/+9
* These were somehow never added to CVS.Jack Jansen2002-12-302-0/+360
* PEP 302 + zipimport:Just van Rossum2002-12-303-9/+388
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-30136-0/+32303
* Add __all__. (Brett Cannon.)Guido van Rossum2002-12-301-0/+2
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-3021-329/+597
* Add some missing tests. Should now test everything that pybsddb'sBarry Warsaw2002-12-301-24/+32
* A step on the way to making tzinfo classes writable by mortals: get ridTim Peters2002-12-301-17/+38
* Template for future tests.Barry Warsaw2002-12-301-7/+4
* Match new sequence behavior. User defined types now behave better as andNeil Schemenauer2002-12-301-2/+2
* test_bad_8bit_header(): Tests for optional argument `errors'. See SFBarry Warsaw2002-12-301-0/+11