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