summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tweak curses.wrapper so it initializes colors if they are available.Eric S. Raymond2000-08-091-0/+9
* -- added a couple of missing Tkinter constants (canvas item styles,Fredrik Lundh2000-08-091-0/+22
* -- don't mess up in winfo_visualsavailable if the system onlyFredrik Lundh2000-08-091-0/+2
* -- added optional newstate argument to Wm.state. The newstate argFredrik Lundh2000-08-091-4/+4
* -- use explicit conversion instead of u-string literal in the testFredrik Lundh2000-08-091-4/+8
* -- added xview_moveto, xview_scroll, yview_moveto, yview_scrollFredrik Lundh2000-08-091-3/+19
* -- untabification (use "diff -b" to verify)Fredrik Lundh2000-08-092-2859/+2858
* -- changed findall to return empty strings instead of NoneFredrik Lundh2000-08-091-0/+1
* -- enabled some temporarily disabled RE testsFredrik Lundh2000-08-083-6/+39
* -- whitespace cleanup (real changes coming in next checkin)Fredrik Lundh2000-08-081-20/+20
* -- whitespace cleanup (more tests to be added in the next commit)Fredrik Lundh2000-08-081-23/+23