| Commit message (Expand) | Author | Age | Files | Lines |
* | md5_hexdigest(): After a brief conversation with TP, added hexdigest() | Barry Warsaw | 2000-08-15 | 1 | -9/+41 |
|
|
* | Correct the reference count information for the parameters of | Fred Drake | 2000-08-15 | 1 | -3/+3 |
|
|
* | Guido pointed out that all names in the sys module have no underscore, | Fred Drake | 2000-08-15 | 2 | -5/+6 |
|
|
* | Fix for http://sourceforge.net/bugs/?func=detailbug&bug_id=111866&group_id=5470. | Tim Peters | 2000-08-15 | 5 | -101/+83 |
|
|
* | Initial revision | David Scherer | 2000-08-15 | 73 | -0/+12383 |
|
|
* | Fix for bug #110670 - Win32 os.listdir raises confusing errors: | Mark Hammond | 2000-08-15 | 1 | -3/+7 |
|
|
* | Fix the parent of WindowsError - both the comments in this source file, and t... | Mark Hammond | 2000-08-15 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | The attempt to protect against MS_WIN16 compilers that do not support long | Fred Drake | 2000-08-14 | 1 | -1/+2 |
|
|
* | For bug reporting, point to the SourceForge bug tracker instead of the | Fred Drake | 2000-08-14 | 1 | -2/+2 |
|
|
* | Document the byte_order value in the sys module. | Fred Drake | 2000-08-14 | 1 | -0/+8 |
|
|
* | Add a byte_order value to the sys module. The value is "big" for | Fred Drake | 2000-08-14 | 1 | -0/+13 |
|
|
* | Document the range type, as suggested by Denis S. Otkidach | Fred Drake | 2000-08-14 | 1 | -4/+24 |
|
|
* | Fixed a couple of instances where a 0-length string was being | Marc-André Lemburg | 2000-08-14 | 1 | -6/+13 |
|
|
* | 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 |
|
|
* | Support for building the new w9xpopen.exe, which is used for reliable popen o... | Mark Hammond | 2000-08-14 | 2 | -0/+109 |
|
|
* | Patch #101032, from David Bolen: | Mark Hammond | 2000-08-14 | 1 | -2/+5 |
|
|
* | Patch #101032, from David Bolen: | Mark Hammond | 2000-08-14 | 1 | -48/+154 |
|
|
* | In the section on the "Very High Level Layer", address concerns brought up | Fred Drake | 2000-08-14 | 1 | -0/+9 |
|
|
* | Revert this checkin: | Trent Mick | 2000-08-13 | 17 | -4040/+4040 |
|
|
* | Check for overflow in list object insertion and raise OverflowError. | Trent Mick | 2000-08-13 | 1 | -0/+5 |
|
|
* | The list comp patch checked for the second child node of the 'listmaker' | Thomas Wouters | 2000-08-13 | 1 | -1/+1 |
|
|
* | Fix a typo in the PyMem_Resize macro, found by Andrew Kuchling | Vladimir Marangozov | 2000-08-13 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Clean up warning from Monterey compiler. | Trent Mick | 2000-08-12 | 1 | -1/+1 |
|
|
* | The list comprehensions patch partly reversed the removal of UNPACK_LIST, | Thomas Wouters | 2000-08-12 | 1 | -13/+0 |
|
|
* | Clean up a warning on Win64. The downcast of the strlen size_t | Trent Mick | 2000-08-12 | 1 | -1/+1 |
|
|
* | Clean up a couple of warnings on Win64. The downcast of the strlen size_t | Trent Mick | 2000-08-12 | 1 | -1/+1 |
|
|
* | Use safer comparisons (only matters when sizeof(int) != sizeof(size_t)). fread | Trent Mick | 2000-08-12 | 2 | -4/+4 |
|
|
* | Bring Tools/compiler almost up to date. Specifically: | Thomas Wouters | 2000-08-12 | 6 | -696/+698 |
|
|
* | Fix some markup errors that prevented formatting, and one that didn't. | Fred Drake | 2000-08-12 | 1 | -4/+5 |
|
|
* | Add the current Win64 compiler to the list of those that need the | Trent Mick | 2000-08-12 | 1 | -1/+5 |
|
|
* | Updated this module after the recent grammar changes | Andrew M. Kuchling | 2000-08-12 | 1 | -11/+15 |
|
|
* | Back out ESR's erroneous commit of a DB-related change | Andrew M. Kuchling | 2000-08-12 | 1 | -6/+0 |
|
|
* | list comprehensions. see | Skip Montanaro | 2000-08-12 | 8 | -232/+528 |
|
|
* | Whoever added the Makefile rule to auto-build the Grammar didn't have | Guido van Rossum | 2000-08-12 | 1 | -1/+2 |
|
|
* | Added information for PyEval_EvalCode(). | Fred Drake | 2000-08-12 | 1 | -2/+7 |
|
|
* | Added Marc-Andre Lemburg's documentation for string methods, with some | Fred Drake | 2000-08-12 | 1 | -23/+216 |
|
|
* | These files all used to be tagged as binary in CVS. I recently changed this so | Trent Mick | 2000-08-11 | 17 | -4040/+4040 |
|
|
* | 'make' in Grammar too, so graminit.h and graminit.c get re-build when | Thomas Wouters | 2000-08-11 | 1 | -2/+6 |
|
|
* | Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they | Thomas Wouters | 2000-08-11 | 6 | -29/+15 |
|
|