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
*
Revise the markup related to the grammar productions to increase the
Fred Drake
2002-03-15
7
-98/+95
*
Make the release status obvious in the title area.
Fred Drake
2002-03-15
2
-2/+2
*
Patch #530105: Allow file object may to be subtyped
Martin v. Löwis
2002-03-15
2
-11/+11
*
(py-honor-comment-indentation, py-compute-indentation): Fix the
Barry Warsaw
2002-03-15
1
-3/+7
*
Wrap a couple of long lines.
Fred Drake
2002-03-15
1
-2/+4
*
Corrected _localized_name.__getitem__ based on code in patch 503202 (which I
Skip Montanaro
2002-03-15
1
-7/+9
*
Patch #527427: minidom fails to use NodeList sometimes.
Martin v. Löwis
2002-03-15
1
-5/+5
*
Skip test_longexp for MacPython on Mac OS X. It triggers a pathological reall...
Jack Jansen
2002-03-15
1
-1/+5
*
Patch 527434: Avoid double inclusion of thread.o on Sol2.8.
Martin v. Löwis
2002-03-15
2
-212/+218
*
If no webbrowsers were found _tryorder would be empty, cmd would never be set...
Jack Jansen
2002-03-15
1
-0/+1
*
Patch #517521: Consider byte strings before Unicode strings
Martin v. Löwis
2002-03-15
1
-52/+60
*
....
Michael W. Hudson
2002-03-15
1
-1/+1
*
Fix
Michael W. Hudson
2002-03-15
1
-2/+9
*
Include Python.h first. Fixes #530159.
Martin v. Löwis
2002-03-15
1
-1/+1
*
make _localized_name instances work more like the tuples they replaced. In
Skip Montanaro
2002-03-15
1
-5/+12
*
added test case to catch index errors with _localized_name class
Skip Montanaro
2002-03-15
1
-0/+4
*
first cut at skip-list for hp-ux 11 based upon input from Bill Lawler at HP.
Skip Montanaro
2002-03-15
1
-0/+30
*
Remove duplicate "import os"
Neal Norwitz
2002-03-14
1
-1/+0
*
Modifed for new included expat.
Jack Jansen
2002-03-14
1
-6/+14
*
Updated for new included expat and new waste.
Jack Jansen
2002-03-14
1
-0/+0
*
"Fix" for SF bug #520644: __slots__ are not pickled.
Guido van Rossum
2002-03-14
2
-0/+95
*
"Fix" for SF bug #520644: __slots__ are not pickled.
Guido van Rossum
2002-03-14
1
-1/+37
*
Update master Windows buildno list to reflect impending 2.2.1c1.
Tim Peters
2002-03-14
1
-1/+1
*
News about zlib-1.1.4.
Tim Peters
2002-03-14
1
-0/+5
*
update text to refer to ServerProxy class in preference to Server, which is
Skip Montanaro
2002-03-14
1
-8/+11
*
Move to zlib 1.1.4 on Windows (the new version that squashes the "double
Tim Peters
2002-03-13
2
-13/+12
*
Describe how to support the iterator protocol in extension types.
Fred Drake
2002-03-13
1
-4/+60
*
SF #515015, raise exception if code not found in findsource()
Neal Norwitz
2002-03-13
1
-0/+1
*
Extend the list of special characters and magic markup used to produce them
Fred Drake
2002-03-13
1
-6/+10
*
Change the way \textasciitilde is implemented so it works more consistently
Fred Drake
2002-03-13
1
-1/+1
*
Verify arguments for nl_langinfo. Fixes #528879.
Martin v. Löwis
2002-03-12
1
-84/+106
*
Change the example code to prefer PyModule_Add*() instead of using the
Fred Drake
2002-03-12
2
-12/+12
*
Update docstrings to use te attribute names of the new structures returned
Fred Drake
2002-03-12
2
-4/+7
*
Test for the fix I just checked in to moduleobject.c.
Guido van Rossum
2002-03-12
1
-0/+12
*
Fix for SF bug #529050 - ModuleType.__new__ crash.
Guido van Rossum
2002-03-12
1
-7/+19
*
Add a note that Py_None needs the same reference count treatment as any
Fred Drake
2002-03-12
1
-1/+2
*
"level" keyword argument in example should be "stacklevel".
Fred Drake
2002-03-12
1
-1/+1
*
back out spurious change from 1.22
Skip Montanaro
2002-03-12
1
-1/+1
*
Popen3 and Popen4 should be in __all__
Skip Montanaro
2002-03-12
1
-1/+1
*
Add a -Wno-long-double flag to the compile flags on Mac OS X. Fixes bug
Jack Jansen
2002-03-12
2
-4/+4
*
Set/update self.cwd properly.
Fred Drake
2002-03-12
1
-14/+51
*
Change Windows file.truncate() to (a) restore the original file position,
Tim Peters
2002-03-12
3
-49/+73
*
fixes to tabwidth code removal
Steven M. Gava
2002-03-12
1
-6/+6
*
remove tabwidth (for tabs) config stuff,
Steven M. Gava
2002-03-12
2
-12/+11
*
further work on dynamic config changes;
Steven M. Gava
2002-03-12
2
-2/+16
*
Documentation for PyObject_GetIter(), contributed by Greg Chapman
Fred Drake
2002-03-11
1
-3/+18
*
Make the extension manual format using the Makefile; recent changes broke
Fred Drake
2002-03-11
1
-1/+1
*
Fix typo
Neal Norwitz
2002-03-11
1
-1/+1
*
Add a check that SF bug 516727 is really fixed.
Guido van Rossum
2002-03-11
1
-0/+10
*
Changed C++ comment into standard comment.
Sjoerd Mullender
2002-03-11
1
-1/+1
[next]