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
*
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
*
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
[next]