summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Not sure how I forgot to check these in - thought I did all the files in oneSkip Montanaro2002-06-252-4/+3
* Fix SF bug 568269 by enclosing 'computername' in a raw stringRaymond Hettinger2002-06-251-1/+1
* Minor English grammar correctionRaymond Hettinger2002-06-251-1/+1
* Remove all EditorWindow BREAK tags when closing DebuggerKurt B. Kaiser2002-06-251-0/+8
* Fix spacing in loop exampleRaymond Hettinger2002-06-251-3/+3
* Fix SF bug 546434 -- buffer slice type inconsistent.Raymond Hettinger2002-06-252-13/+5
* fix incorrect size calc. in IMAP4_SSL.readPiers Lauder2002-06-241-1/+1
* In the Extension() call, add runtime_library_dirs so that a usefulBarry Warsaw2002-06-241-0/+10
* Clear associated breakpoints when closing an edit window.Kurt B. Kaiser2002-06-244-66/+78
* Fix SF bug 572567: Memory leak in object comparison.Raymond Hettinger2002-06-243-0/+14
* SF # 572928 One word change for lib/libgettext.texNeal Norwitz2002-06-241-1/+1
* - 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