summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* tg@freebsd.orgJeremy Hylton2000-08-3110-0/+1629
* Add /GX to 'compile_options'. This is definitely needed for C++ source;Greg Ward2000-08-311-2/+3
* Add ".cxx" to the list of known C++ extensions.Greg Ward2000-08-301-1/+1
* Added docstring for 'wrap()' function.Greg Ward2000-08-301-0/+5
* patches from David Goodger. Closes patch 101085.Skip Montanaro2000-08-301-69/+104
* Expand the test suite to test both the GNU gettext and translationBarry Warsaw2000-08-302-257/+154
* Finalize this module for Python 2.0 based on feedback and input fromBarry Warsaw2000-08-301-173/+140
* Fix for two problems on FreeBSD:Andrew M. Kuchling2000-08-291-3/+6
* Add support for FreeBSD-[45].Guido van Rossum2000-08-292-3/+3
* Patch by tg@FreeBSD.org to try /var/tmp first.Guido van Rossum2000-08-291-1/+1
* Added tests of "print >> None"Barry Warsaw2000-08-292-0/+26
* Added 'script_name' and 'script_args' instance attributes to Distribution.Greg Ward2000-08-294-37/+58
* Added os.popen2() and os.popen3() for non-Windows platforms.Fred Drake2000-08-284-4/+57
* Fix line-endings.Greg Ward2000-08-271-1/+1
* Open binary files in binary mode. Fixes test failure under Windows.Tim Peters2000-08-261-1/+1
* Tim Peters:Moshe Zadka2000-08-261-26/+0
* Another new test using "from test.test_support import ...", causingTim Peters2000-08-261-3/+1
* New release of the Windows installer from Thomas Heller.Greg Ward2000-08-261-283/+296
* Bumped version to 0.9.2pre.Greg Ward2000-08-261-1/+1
* In 'check_extensions_list()': when converting old-style 'buildinfo' dict,Greg Ward2000-08-261-1/+3
* Update the parser module to support augmented assignment.Fred Drake2000-08-252-43/+122
* Output of the new testMarc-André Lemburg2000-08-251-0/+1
* New test suite for file objects by Jeremy Hilton. This will needMarc-André Lemburg2000-08-251-0/+45
* 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