summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Describe textwrap moduleAndrew M. Kuchling2002-06-261-2/+35
* Fix bug #573916. Sender and recipients reversed in email example.Raymond Hettinger2002-06-261-2/+2
* Also look up variable names in __builtins__ if not found in globals.Ka-Ping Yee2002-06-261-3/+15
* add seealso link to the bisect moduleSkip Montanaro2002-06-261-0/+4
* add /F's PriorityQueue exampleSkip Montanaro2002-06-261-1/+19
* Shutdown subprocess debugger and associated Proxies/Adapters when closingKurt B. Kaiser2002-06-264-41/+80
* Add a reminderAndrew M. Kuchling2002-06-261-0/+2
* Add a reminderAndrew M. Kuchling2002-06-251-1/+3
* Silence compiler warningJeremy Hylton2002-06-251-1/+1
* Add convenience module to run all the XML tests.Fred Drake2002-06-252-0/+395
* Talk about interfaces rather than implementation classes where appropriate.Fred Drake2002-06-252-42/+60
* Added some more links to the "See also" section.Fred Drake2002-06-251-0/+9
* When talking about interfaces, use the interface names, not the namesFred Drake2002-06-251-1/+1
* Fix typoRaymond Hettinger2002-06-251-1/+1
* Close bug 480337: Dict used before dicts explained. Added explanationRaymond Hettinger2002-06-251-2/+11
* Close bug 417930 by clarifying augmented assignment docsRaymond Hettinger2002-06-251-0/+14
* 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