summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Closing patch #101120 -- After everyone agreed.Moshe Zadka2000-08-252-26/+36
* _expand_lang(), _find(): Added support for unaliasing and expanded theBarry Warsaw2000-08-251-4/+53
* Group consensus is that supporting alternative locale categories isBarry Warsaw2000-08-251-6/+0
* Group consensus is that supporting alternative locale categories isBarry Warsaw2000-08-251-21/+2
* Set this test up so that we don't have to create xx/LC_MESSAGES in theBarry Warsaw2000-08-251-66/+320
* updated test outputBarry Warsaw2000-08-251-3/+24
* output from test_gettext.py test suiteBarry Warsaw2000-08-251-0/+4
* Test suite for new gettext.py module.Barry Warsaw2000-08-251-0/+76
* Initial revision of gettext support for Python. This will undergoBarry Warsaw2000-08-251-0/+288
* Pass data on to retrieve method.Sjoerd Mullender2000-08-251-1/+1
* Test suite for poll() interface (SF patch #100852)Andrew M. Kuchling2000-08-252-0/+214
* Add missing opcodes. Thanx to jeremy for reminding me ;)Thomas Wouters2000-08-241-1/+2
* simple typo that makes regression test test_userstring failPeter Schneider-Kamp2000-08-241-1/+1
* Update for augmented assignment, tested & approved by Guido.Thomas Wouters2000-08-241-2/+5
* Update for augmented assignment.Thomas Wouters2000-08-242-54/+66
* Support for augmented assignment in the UserList, UserDict, UserString andThomas Wouters2000-08-246-1/+327
* Promote the server version from a local variable to a class variable,Guido van Rossum2000-08-241-3/+4
* Whitespace cleanup; now passes the regression test (the last checkin madeFred Drake2000-08-241-21/+15
* Updated test suite: test repr() and str() of cookies, and test metadataAndrew M. Kuchling2000-08-242-1/+15
* Updated version of Cookie.py (rev. 2.29) from timoAndrew M. Kuchling2000-08-241-19/+33
* Randall Hopper <aa8vb@yahoo.com>>:Fred Drake2000-08-241-3/+3
* Charles G. Waldman <cgq@fnal.gov>:Fred Drake2000-08-242-18/+4
* Charles G. Waldman <cgw@fnal.gov>:Fred Drake2000-08-241-1/+7
* style nitsJeremy Hylton2000-08-231-4/+8
* When skipping a test, do not include a spurious space between the exceptionFred Drake2000-08-231-1/+1
* add docstring explaining makefile limitationJeremy Hylton2000-08-231-1/+11
* test case output for dospath regr testSkip Montanaro2000-08-231-0/+2
* new test - like test_ntpath but without splitunc test casesSkip Montanaro2000-08-231-0/+49
* added commonprefix test casesSkip Montanaro2000-08-231-0/+6
* updated to correct failing test casesSkip Montanaro2000-08-231-2/+2
* Restored commonprefix() semantics.Jack Jansen2000-08-231-23/+13
* Rehabilitate autotest.py.Tim Peters2000-08-232-1/+40
* revert semantics of commonprefix to work character-by-characterSkip Montanaro2000-08-223-26/+11
* * added doc strings to urlopen and unquote_plusSkip Montanaro2000-08-221-1/+3
* require list comprehensions to start with a for clauseSkip Montanaro2000-08-222-0/+7
* Patch by Toby Dickenson: don't die when an error occurs during stringGuido van Rossum2000-08-221-1/+7
* Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care ofGreg Ward2000-08-221-2/+0
* Ensure destination directory exists before trying to create a tarballGreg Ward2000-08-221-2/+4
* Don't reference a module named test.test_support. Always use plainGuido van Rossum2000-08-212-7/+1
* Add a minimal test suite for the parser module.Fred Drake2000-08-212-0/+152
* Denis S. Otkidach <den@analyt.chem.msu.ru>:Fred Drake2000-08-211-2/+2
* Patch from Paul Schreiber <paul@commerceflow.com>:Fred Drake2000-08-211-6/+19
* Add the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes.Barry Warsaw2000-08-211-0/+2
* Add TestSkipped as another interesting item defined by test_support.Fred Drake2000-08-211-0/+4
* PEP 214, Extended print Statement, has been accepted by the BDFL.Barry Warsaw2000-08-212-0/+23
* Remove the winreg module from the project. I don't believe anyTim Peters2000-08-213-813/+0
* Changed the popen2.py _test function to use the "more" cmd whenTim Peters2000-08-201-5/+10
* David Goodger's new getopt test module (thanks, David!).Tim Peters2000-08-202-0/+108
* Adding tests of the "attrs" optional argument, and of the js_outputMoshe Zadka2000-08-192-0/+20
* Test case for Cookie.pyAndrew M. Kuchling2000-08-192-0/+33