summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added Tim O'Malley's Cookie.py module (master version atAndrew M. Kuchling2000-08-191-0/+718
* Better conformance to the Python Style Guide: use spaces around operators.Fred Drake2000-08-181-32/+33
* When a KeyboardInterrupt is caught, just use the "raise" syntax toFred Drake2000-08-181-2/+2
* Revise to use atexit instead of monkeying with sys.exitfunc directly.Fred Drake2000-08-181-9/+2
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-188-10/+20
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-182-2/+4
* Update to reflect the recent Grammar changes.Fred Drake2000-08-171-40/+42
* Apply SF patch #101135, adding 'import module as m' and 'from module importThomas Wouters2000-08-173-1/+35
* Apply SF patch #101029: call __getitem__ with a proper slice object if thereThomas Wouters2000-08-172-0/+320
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-176-12/+17
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-176-6/+14
* updated occurences of fqdn algorithm (closes patch #101197)Peter Schneider-Kamp2000-08-163-36/+8
* Use socket.getfqdn() instead of defining make_fqdn().Fred Drake2000-08-161-27/+2
* Revise the wrapper structure for the socket module:Fred Drake2000-08-163-301/+237
* Apply SF patch #101151, by Peter S-K, which fixes smtplib's passing of theThomas Wouters2000-08-151-13/+27
* Chris Herborth <chrish@pobox.com>:Fred Drake2000-08-151-0/+9
* Update test output to reflect change in SyntaxError formatting.Fred Drake2000-08-151-1/+1
* Bump version to 0.9.1.Greg Ward2000-08-151-1/+1
* Fixed the move-RPM-files hack so it knows about the '--binary-only' andGreg Ward2000-08-151-8/+11
* Added support for the '--dist-dir' option, including a mildly nastyGreg Ward2000-08-151-4/+23
* Fix long-hidden inconsistency in internal interface: 'find_modules()' nowGreg Ward2000-08-151-7/+2
* tests for binascii.b2a_hex() and binascii.a2b_hex().Barry Warsaw2000-08-151-0/+19
* Added a test of the md5.hexdigest() method. Funny enough, this testBarry Warsaw2000-08-151-0/+6
* Initial revisionDavid Scherer2000-08-1573-0/+12383
* Remove the test for abspath with an empty path - too hard to do in a cross-pl...Mark Hammond2000-08-141-1/+0
* Test for fix to bug #110673: os.abspatth() now always returns os.getcwd() on ...Mark Hammond2000-08-141-0/+5
* Fix for Bug #110673: os.abspatth() now always returns os.getcwd() on Windows,...Mark Hammond2000-08-141-4/+7