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 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
*
Patch #443899: Check modes on files before performing operations.
Martin v. Löwis
2002-03-11
1
-1/+9
*
Update version number in README.
Guido van Rossum
2002-03-11
1
-1/+1
*
file_truncate(): provide full "large file" support on Windows, by
Tim Peters
2002-03-11
4
-39/+86
*
Bugfix candidate.
Guido van Rossum
2002-03-11
1
-0/+3
*
mkalias() now also works for folders. Fixes bug #515830.
Just van Rossum
2002-03-10
1
-3/+7
*
Access the exception argument to see whether it starts with '500'.
Martin v. Löwis
2002-03-10
1
-2/+2
*
Bugfix candidate.
Guido van Rossum
2002-03-10
1
-1/+1
*
SF patch 499062: Minor typo in test_generators.py.
Tim Peters
2002-03-10
1
-1/+1
*
Patch #504224: add plan9 threads include to thread.c.
Martin v. Löwis
2002-03-09
1
-0/+4
*
Patch #494045: patches errno and stat to cope on plan9.
Martin v. Löwis
2002-03-09
2
-16/+36
*
Patch #494047: removes 64-bit ?: to cope on plan9.
Martin v. Löwis
2002-03-09
1
-2/+10
*
Patch #500136: Update Update ext build documentation. 2.2.1 candidate.
Martin v. Löwis
2002-03-09
4
-190/+148
*
Fix SF bug 525520.
Jeremy Hylton
2002-03-09
1
-20/+34
*
SF bug 525705: [2.2] underflow raise OverflowException.
Tim Peters
2002-03-09
3
-4/+38
*
Docstring for filter(): Someone on the Tutor list reasonably complained
Tim Peters
2002-03-09
1
-5/+5
*
Add more explanation of how data_files is used (esp. where the files end up
Fred Drake
2002-03-08
1
-2/+13
*
Add fix for AIX as reported by srubben in SF bug #477487.
Jeremy Hylton
2002-03-08
1
-1/+1
*
Fix pyclbr test of httplib without really understanding pyclbr.
Jeremy Hylton
2002-03-08
1
-1/+2
*
Fix leak of NotImplemented in previous checkin to PyNumber_Add().
Jeremy Hylton
2002-03-08
1
-4/+6
*
Fix for SF bug 516727: MyInt(2) + "3" -> NotImplemented
Jeremy Hylton
2002-03-08
1
-4/+3
*
SF bug report #405939: wrong Host header with proxy
Jeremy Hylton
2002-03-08
1
-3/+21
*
[Bug #491820] Define two abstract methods to shut up Pychecker, and for
Andrew M. Kuchling
2002-03-08
1
-0/+6
*
[Bug #517554] When a signal happens during the select call in
Andrew M. Kuchling
2002-03-08
1
-0/+1
*
As part of fixing bug #523301, add a simple test of ConfigParser.write()
Andrew M. Kuchling
2002-03-08
2
-0/+30
*
[Bug #523301] ConfigParser.write() produces broken output for values that
Andrew M. Kuchling
2002-03-08
1
-2/+2
*
[Bug #486527] Note that the caller has to ensure there are no control
Andrew M. Kuchling
2002-03-08
1
-2/+12
[next]