index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Describe textwrap module
Andrew M. Kuchling
2002-06-26
1
-2/+35
*
Fix bug #573916. Sender and recipients reversed in email example.
Raymond Hettinger
2002-06-26
1
-2/+2
*
Also look up variable names in __builtins__ if not found in globals.
Ka-Ping Yee
2002-06-26
1
-3/+15
*
add seealso link to the bisect module
Skip Montanaro
2002-06-26
1
-0/+4
*
add /F's PriorityQueue example
Skip Montanaro
2002-06-26
1
-1/+19
*
Shutdown subprocess debugger and associated Proxies/Adapters when closing
Kurt B. Kaiser
2002-06-26
4
-41/+80
*
Add a reminder
Andrew M. Kuchling
2002-06-26
1
-0/+2
*
Add a reminder
Andrew M. Kuchling
2002-06-25
1
-1/+3
*
Silence compiler warning
Jeremy Hylton
2002-06-25
1
-1/+1
*
Add convenience module to run all the XML tests.
Fred Drake
2002-06-25
2
-0/+395
*
Talk about interfaces rather than implementation classes where appropriate.
Fred Drake
2002-06-25
2
-42/+60
*
Added some more links to the "See also" section.
Fred Drake
2002-06-25
1
-0/+9
*
When talking about interfaces, use the interface names, not the names
Fred Drake
2002-06-25
1
-1/+1
*
Fix typo
Raymond Hettinger
2002-06-25
1
-1/+1
*
Close bug 480337: Dict used before dicts explained. Added explanation
Raymond Hettinger
2002-06-25
1
-2/+11
*
Close bug 417930 by clarifying augmented assignment docs
Raymond Hettinger
2002-06-25
1
-0/+14
*
Not sure how I forgot to check these in - thought I did all the files in one
Skip Montanaro
2002-06-25
2
-4/+3
*
Fix SF bug 568269 by enclosing 'computername' in a raw string
Raymond Hettinger
2002-06-25
1
-1/+1
*
Minor English grammar correction
Raymond Hettinger
2002-06-25
1
-1/+1
*
Remove all EditorWindow BREAK tags when closing Debugger
Kurt B. Kaiser
2002-06-25
1
-0/+8
*
Fix spacing in loop example
Raymond Hettinger
2002-06-25
1
-3/+3
*
Fix SF bug 546434 -- buffer slice type inconsistent.
Raymond Hettinger
2002-06-25
2
-13/+5
*
fix incorrect size calc. in IMAP4_SSL.read
Piers Lauder
2002-06-24
1
-1/+1
*
In the Extension() call, add runtime_library_dirs so that a useful
Barry Warsaw
2002-06-24
1
-0/+10
*
Clear associated breakpoints when closing an edit window.
Kurt B. Kaiser
2002-06-24
4
-66/+78
*
Fix SF bug 572567: Memory leak in object comparison.
Raymond Hettinger
2002-06-24
3
-0/+14
*
SF # 572928 One word change for lib/libgettext.tex
Neal Norwitz
2002-06-24
1
-1/+1
*
- 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
[next]