summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Got rid of non-carbon stuffJack Jansen2002-06-2312-181/+25
* Random tweaks & updates.Michael W. Hudson2002-06-231-12/+13
* Fix IMAP4_SSL read and send methods to take account of short dataPiers Lauder2002-06-231-3/+16
* Convert the example C code to ANSI rather than K&R.Fred Drake2002-06-221-19/+17
* Correct the RE equivalent of scanf()'s %x and %X patterns.Fred Drake2002-06-221-1/+1
* Patch #557719 by Tony Lownds, slightly massaged by me: streamline theJack Jansen2002-06-216-25/+114
* Typo fix.Greg Ward2002-06-211-1/+1
* Add a check that the bug Jeremy just fixed in _PyTuple_Resize() isGuido van Rossum2002-06-211-0/+5
* Mention private vars in __slots__.Guido van Rossum2002-06-211-0/+3
* Fix for SF bug 571885Jeremy Hylton2002-06-201-2/+2
* - Got rid of newmodule.cJack Jansen2002-06-204-3/+1
* SF 569257 -- Name mangle double underscored variable names in __slots__.Raymond Hettinger2002-06-204-7/+49
* Corrected return type and value information for PyUnicode_Count() andFred Drake2002-06-202-16/+20
* Fix the docstring for sys.getrefcount().Fred Drake2002-06-201-2/+3
* Disable the test for importing very long lists for MacPython: it triggersJack Jansen2002-06-201-1/+2
* Make the docs for string.capitalize() match those of str.capitalize()Fred Drake2002-06-201-1/+1
* Add a note that divmod() with complex numbers is deprecated.Fred Drake2002-06-201-0/+3
* Added reference to the Expat home page.Fred Drake2002-06-201-0/+6
* Try to improve the explanation of the "raise" statement and how its argumentsFred Drake2002-06-202-33/+39
* Open the source file in universal newline mode.Jack Jansen2002-06-201-1/+1
* Clean up docstrings:Fred Drake2002-06-201-110/+105
* Removed the generator future-stmt -- not needed for 2.3.Tim Peters2002-06-201-1/+0
* Simplify the production for argument list, making sure that itFred Drake2002-06-201-4/+4
* SF 563530 added missing methods for emulating numeric typesRaymond Hettinger2002-06-201-1/+5
* 1. Debugger Breakpoints, finish implementationKurt B. Kaiser2002-06-204-27/+79
* I get failures half of the time that I run this, so I'll disableGuido van Rossum2002-06-201-2/+2
* SF 570727 indexer() class no longer needed since lists now support slicingRaymond Hettinger2002-06-201-13/+4
* Fix the bug described inMichael W. Hudson2002-06-194-7/+233
* Mention pymemcompat.h.Guido van Rossum2002-06-181-1/+6
* Minor tweaks to existing items (radian/degree, and UTF-16 readers..Guido van Rossum2002-06-181-5/+5
* Typo: bites --> bytesFred Drake2002-06-181-1/+1
* Add description of the deadlock problem with child processes and pipes, andFred Drake2002-06-182-0/+67
* Add a note about "as" not being a keyword, though it has special meaningFred Drake2002-06-181-0/+7
* Define NDEBUG for releae builds, just like Python.Jeremy Hylton2002-06-181-1/+2
* Note the limitation that mime_decode_header() only works for Latin-1.Fred Drake2002-06-181-0/+1
* Add implementation of _compile() and use default compile() method.Jeremy Hylton2002-06-183-84/+33
* Add a default implementation of compile() to the base class.Jeremy Hylton2002-06-181-1/+20
* Played contortionist games with the argument_list production so itFred Drake2002-06-181-4/+4
* Only import msvccompiler on win32 platforms.Jeremy Hylton2002-06-181-11/+11
* Michael fixed the race conditions and removed the sleeps.Guido van Rossum2002-06-181-9/+55
* \productioncont: Replace leading spaces with   so that it'sFred Drake2002-06-181-0/+3
* Refactor the generation of signature lines for funcdesc, methoddesc,Fred Drake2002-06-181-27/+22
* Patch from SF bug 570483 (Tim Northover).Guido van Rossum2002-06-181-0/+6
* Patch from SF bug 570483 (Tim Northover).Guido van Rossum2002-06-182-0/+6
* Corect speling and add \n\ to line ends in new docstring for access().Guido van Rossum2002-06-181-5/+5
* Clarified documentation for os.access().Fred Drake2002-06-182-6/+12
* Mechanically translated string method calls to string methods.Fred Drake2002-06-181-36/+22
* SF patch #552837, submitted by Robert Pyron:Fred Drake2002-06-181-29/+508
* Clarified description of error handling for shutil.rmtree().Fred Drake2002-06-181-2/+3
* About the new but unreferenced new_class, Guido sez:Michael W. Hudson2002-06-181-15/+0