summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-08-151-1/+2
* Fix markup bug that prevented formatting.Fred Drake2000-08-151-7/+9
* Fix new compiler warnings. Unused var in compile.c. Argsize mismatchesTim Peters2000-08-152-2/+1
* my_basename(): Removes the leading path components from a path name,Fred Drake2000-08-151-2/+23
* Remove the osdefs.h #include; it was not needed in the final version ofFred Drake2000-08-152-2/+0
* Update test output to reflect change in SyntaxError formatting.Fred Drake2000-08-151-1/+1
* When raising a SyntaxError, make a best-effort attempt to set theFred Drake2000-08-151-9/+29
* When raising a SyntaxError, make a best-effort attempt to set theFred Drake2000-08-151-1/+19
* SyntaxError__str__(): Do more formatting of the exception here, ratherFred Drake2000-08-151-6/+55
* 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
* binascii_unhexlify(): Better error message, courtesy effbot.Barry Warsaw2000-08-151-5/+5
* tests for binascii.b2a_hex() and binascii.a2b_hex().Barry Warsaw2000-08-151-0/+19
* Describe the b2a_hex() and a2b_hex() functions (a.k.a. hexlify() andBarry Warsaw2000-08-151-0/+15
* After a brief conversation and code review with TP, adding two veryBarry Warsaw2000-08-151-22/+126
* SHA_hexdigest(): A couple of small patches to this function, addedBarry Warsaw2000-08-151-2/+10
* Added a test of the md5.hexdigest() method. Funny enough, this testBarry Warsaw2000-08-151-0/+6
* Added description of the md5.hexdigest() method.Barry Warsaw2000-08-151-0/+5
* 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