summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* md5_hexdigest(): After a brief conversation with TP, added hexdigest()Barry Warsaw2000-08-151-9/+41
* Correct the reference count information for the parameters ofFred Drake2000-08-151-3/+3
* Guido pointed out that all names in the sys module have no underscore,Fred Drake2000-08-152-5/+6
* Fix for http://sourceforge.net/bugs/?func=detailbug&bug_id=111866&group_id=5470.Tim Peters2000-08-155-101/+83
* Initial revisionDavid Scherer2000-08-1573-0/+12383
* Fix for bug #110670 - Win32 os.listdir raises confusing errors:Mark Hammond2000-08-151-3/+7
* Fix the parent of WindowsError - both the comments in this source file, and t...Mark Hammond2000-08-151-1/+1
* Remove the test for abspath with an empty path - too hard to do in a cross-pl...Mark Hammond2000-08-141-1/+0
* The attempt to protect against MS_WIN16 compilers that do not support longFred Drake2000-08-141-1/+2
* For bug reporting, point to the SourceForge bug tracker instead of theFred Drake2000-08-141-2/+2
* Document the byte_order value in the sys module.Fred Drake2000-08-141-0/+8
* Add a byte_order value to the sys module. The value is "big" forFred Drake2000-08-141-0/+13
* Document the range type, as suggested by Denis S. OtkidachFred Drake2000-08-141-4/+24
* Fixed a couple of instances where a 0-length string was beingMarc-André Lemburg2000-08-141-6/+13
* 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
* Support for building the new w9xpopen.exe, which is used for reliable popen o...Mark Hammond2000-08-142-0/+109
* Patch #101032, from David Bolen:Mark Hammond2000-08-141-2/+5
* Patch #101032, from David Bolen:Mark Hammond2000-08-141-48/+154
* In the section on the "Very High Level Layer", address concerns brought upFred Drake2000-08-141-0/+9
* Revert this checkin:Trent Mick2000-08-1317-4040/+4040
* Check for overflow in list object insertion and raise OverflowError.Trent Mick2000-08-131-0/+5
* The list comp patch checked for the second child node of the 'listmaker'Thomas Wouters2000-08-131-1/+1
* Fix a typo in the PyMem_Resize macro, found by Andrew KuchlingVladimir Marangozov2000-08-131-1/+1
* 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
* Clean up warning from Monterey compiler.Trent Mick2000-08-121-1/+1
* The list comprehensions patch partly reversed the removal of UNPACK_LIST,Thomas Wouters2000-08-121-13/+0
* Clean up a warning on Win64. The downcast of the strlen size_tTrent Mick2000-08-121-1/+1
* Clean up a couple of warnings on Win64. The downcast of the strlen size_tTrent Mick2000-08-121-1/+1
* Use safer comparisons (only matters when sizeof(int) != sizeof(size_t)). freadTrent Mick2000-08-122-4/+4
* Bring Tools/compiler almost up to date. Specifically:Thomas Wouters2000-08-126-696/+698
* Fix some markup errors that prevented formatting, and one that didn't.Fred Drake2000-08-121-4/+5
* Add the current Win64 compiler to the list of those that need theTrent Mick2000-08-121-1/+5
* Updated this module after the recent grammar changesAndrew M. Kuchling2000-08-121-11/+15
* Back out ESR's erroneous commit of a DB-related changeAndrew M. Kuchling2000-08-121-6/+0
* list comprehensions. seeSkip Montanaro2000-08-128-232/+528
* Whoever added the Makefile rule to auto-build the Grammar didn't haveGuido van Rossum2000-08-121-1/+2
* Added information for PyEval_EvalCode().Fred Drake2000-08-121-2/+7
* Added Marc-Andre Lemburg's documentation for string methods, with someFred Drake2000-08-121-23/+216
* These files all used to be tagged as binary in CVS. I recently changed this soTrent Mick2000-08-1117-4040/+4040
* 'make' in Grammar too, so graminit.h and graminit.c get re-build whenThomas Wouters2000-08-111-2/+6
* Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since theyThomas Wouters2000-08-116-29/+15