| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the winreg module from the project. I don't believe any | Tim Peters | 2000-08-21 | 3 | -813/+0 |
|
|
* | Changed the popen2.py _test function to use the "more" cmd when | Tim Peters | 2000-08-20 | 1 | -5/+10 |
|
|
* | David Goodger's new getopt test module (thanks, David!). | Tim Peters | 2000-08-20 | 2 | -0/+108 |
|
|
* | Adding tests of the "attrs" optional argument, and of the js_output | Moshe Zadka | 2000-08-19 | 2 | -0/+20 |
|
|
* | Test case for Cookie.py | Andrew M. Kuchling | 2000-08-19 | 2 | -0/+33 |
|
|
* | Added Tim O'Malley's Cookie.py module (master version at | Andrew M. Kuchling | 2000-08-19 | 1 | -0/+718 |
|
|
* | Better conformance to the Python Style Guide: use spaces around operators. | Fred Drake | 2000-08-18 | 1 | -32/+33 |
|
|
* | When a KeyboardInterrupt is caught, just use the "raise" syntax to | Fred Drake | 2000-08-18 | 1 | -2/+2 |
|
|
* | Revise to use atexit instead of monkeying with sys.exitfunc directly. | Fred Drake | 2000-08-18 | 1 | -9/+2 |
|
|
* | Convert some old-style string exceptions to class exceptions. | Fred Drake | 2000-08-18 | 8 | -10/+20 |
|
|
* | Convert some old-style string exceptions to class exceptions. | Fred Drake | 2000-08-18 | 2 | -2/+4 |
|
|
* | Update to reflect the recent Grammar changes. | Fred Drake | 2000-08-17 | 1 | -40/+42 |
|
|
* | Apply SF patch #101135, adding 'import module as m' and 'from module import | Thomas Wouters | 2000-08-17 | 3 | -1/+35 |
|
|
* | Apply SF patch #101029: call __getitem__ with a proper slice object if there | Thomas Wouters | 2000-08-17 | 2 | -0/+320 |
|
|
* | Convert some old-style string exceptions to class exceptions. | Fred Drake | 2000-08-17 | 6 | -12/+17 |
|
|
* | Convert some old-style string exceptions to class exceptions. | Fred Drake | 2000-08-17 | 6 | -6/+14 |
|
|
* | updated occurences of fqdn algorithm (closes patch #101197) | Peter Schneider-Kamp | 2000-08-16 | 3 | -36/+8 |
|
|
* | Use socket.getfqdn() instead of defining make_fqdn(). | Fred Drake | 2000-08-16 | 1 | -27/+2 |
|
|
* | Revise the wrapper structure for the socket module: | Fred Drake | 2000-08-16 | 3 | -301/+237 |
|
|
* | Apply SF patch #101151, by Peter S-K, which fixes smtplib's passing of the | Thomas Wouters | 2000-08-15 | 1 | -13/+27 |
|
|
* | Chris Herborth <chrish@pobox.com>: | Fred Drake | 2000-08-15 | 1 | -0/+9 |
|
|
* | Update test output to reflect change in SyntaxError formatting. | Fred Drake | 2000-08-15 | 1 | -1/+1 |
|
|
* | Bump version to 0.9.1. | Greg Ward | 2000-08-15 | 1 | -1/+1 |
|
|
* | Fixed the move-RPM-files hack so it knows about the '--binary-only' and | Greg Ward | 2000-08-15 | 1 | -8/+11 |
|
|
* | Added support for the '--dist-dir' option, including a mildly nasty | Greg Ward | 2000-08-15 | 1 | -4/+23 |
|
|
* | Fix long-hidden inconsistency in internal interface: 'find_modules()' now | Greg Ward | 2000-08-15 | 1 | -7/+2 |
|
|
* | tests for binascii.b2a_hex() and binascii.a2b_hex(). | Barry Warsaw | 2000-08-15 | 1 | -0/+19 |
|
|
* | Added a test of the md5.hexdigest() method. Funny enough, this test | Barry Warsaw | 2000-08-15 | 1 | -0/+6 |
|
|
* | Initial revision | David Scherer | 2000-08-15 | 73 | -0/+12383 |
|
|
* | Remove the test for abspath with an empty path - too hard to do in a cross-pl... | Mark Hammond | 2000-08-14 | 1 | -1/+0 |
|
|
* | Test for fix to bug #110673: os.abspatth() now always returns os.getcwd() on ... | Mark Hammond | 2000-08-14 | 1 | -0/+5 |
|
|
* | Fix for Bug #110673: os.abspatth() now always returns os.getcwd() on Windows,... | Mark Hammond | 2000-08-14 | 1 | -4/+7 |
|
|
* | Check in the correct output - even though the module itself may not survive! | Mark Hammond | 2000-08-14 | 1 | -0/+76 |
|
|
* | Overhauld 'check_config_h()': now returns a (status, details) tuple, | Greg Ward | 2000-08-13 | 1 | -26/+45 |
|
|
* | Added a whinging comment about the ugliness of constructing the BCPP | Greg Ward | 2000-08-13 | 1 | -0/+10 |
|
|
* | Rene Liebscher: | Greg Ward | 2000-08-13 | 1 | -18/+23 |
|
|
* | Rene Liebscher: | Greg Ward | 2000-08-13 | 1 | -4/+3 |
|
|
* | get_export_symbols() changed, adds now module init function if not given | Greg Ward | 2000-08-13 | 1 | -8/+4 |
|
|
* | Rene Liebscher: ext.export_symbols is now always a list (added 'or []'). | Greg Ward | 2000-08-13 | 1 | -1/+1 |
|
|
* | Typo fix in docstring. | Greg Ward | 2000-08-13 | 1 | -2/+1 |
|
|
* | Fix references to functions formerly imported from 'util'. | Greg Ward | 2000-08-13 | 1 | -20/+23 |
|
|
* | Bring Tools/compiler almost up to date. Specifically: | Thomas Wouters | 2000-08-12 | 3 | -348/+349 |
|
|
* | Updated this module after the recent grammar changes | Andrew M. Kuchling | 2000-08-12 | 1 | -11/+15 |
|
|
* | list comprehensions. see | Skip Montanaro | 2000-08-12 | 2 | -0/+47 |
|
|
* | Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they | Thomas Wouters | 2000-08-11 | 1 | -2/+2 |
|
|
* | Add largefile support for Linux64 and WIn64. Add test_largefile and some minor | Trent Mick | 2000-08-11 | 3 | -7/+142 |
|
|
* | Use built in function filter instead of doing it laboriously by hand. | Sjoerd Mullender | 2000-08-11 | 1 | -5/+4 |
|
|
* | add better algorithm to get fully qualified domain name for localhost | Peter Schneider-Kamp | 2000-08-10 | 1 | -17/+21 |
|
|
* | remove all occurence of math.rint() from the sources | Peter Schneider-Kamp | 2000-08-10 | 3 | -14/+1 |
|
|
* | Improve MHMailbox: messages are now sorted in numerical order. | Guido van Rossum | 2000-08-10 | 1 | -3/+8 |
|
|