summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check in the correct output - even though the module itself may not survive!Mark Hammond2000-08-141-0/+76
* Overhauld 'check_config_h()': now returns a (status, details) tuple,Greg Ward2000-08-131-26/+45
* Added a whinging comment about the ugliness of constructing the BCPPGreg Ward2000-08-131-0/+10
* Rene Liebscher:Greg Ward2000-08-131-18/+23
* Rene Liebscher:Greg Ward2000-08-131-4/+3
* get_export_symbols() changed, adds now module init function if not givenGreg Ward2000-08-131-8/+4
* Rene Liebscher: ext.export_symbols is now always a list (added 'or []').Greg Ward2000-08-131-1/+1
* Typo fix in docstring.Greg Ward2000-08-131-2/+1
* Fix references to functions formerly imported from 'util'.Greg Ward2000-08-131-20/+23
* Bring Tools/compiler almost up to date. Specifically:Thomas Wouters2000-08-123-348/+349
* Updated this module after the recent grammar changesAndrew M. Kuchling2000-08-121-11/+15
* list comprehensions. seeSkip Montanaro2000-08-122-0/+47
* Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since theyThomas Wouters2000-08-111-2/+2
* Add largefile support for Linux64 and WIn64. Add test_largefile and some minorTrent Mick2000-08-113-7/+142
* Use built in function filter instead of doing it laboriously by hand.Sjoerd Mullender2000-08-111-5/+4
* add better algorithm to get fully qualified domain name for localhostPeter Schneider-Kamp2000-08-101-17/+21
* remove all occurence of math.rint() from the sourcesPeter Schneider-Kamp2000-08-103-14/+1
* Improve MHMailbox: messages are now sorted in numerical order.Guido van Rossum2000-08-101-3/+8