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
*
Pete Shinners discovered that zipfile.ZipFile() is called with mode
Guido van Rossum
2001-04-14
1
-1/+1
*
Should resolve [ #416039 ] pstats browser crashes.
Eric S. Raymond
2001-04-14
1
-3/+3
*
Add "import thread" at the top of the module; this prevents us from
Guido van Rossum
2001-04-14
2
-0/+2
*
Add more general warning against the SGI optimizer.
Guido van Rossum
2001-04-14
1
-7/+5
*
If the sunaudiodev module is available but we cannot find an audio
Fred Drake
2001-04-14
1
-1/+9
*
Import readline when possible to make the commaninterpreter UI nicer.
Eric S. Raymond
2001-04-14
1
-0/+4
*
This commit was manufactured by cvs2svn to create tag 'r21c1'.
v2.1c1
cvs2svn
2001-04-13
1
-0/+1
*
Tim convinced me to augment the PSF license with a final clause just
Guido van Rossum
2001-04-13
1
-0/+4
*
Clean up the unsightly mess around the readline header files. We now
Guido van Rossum
2001-04-13
1
-24/+1
*
Add convenience targets that build all archive types for single formatting
Fred Drake
2001-04-13
1
-0/+6
*
Michael Hudson:
Fred Drake
2001-04-13
1
-1/+23
*
I am TENTATIVELY checking in Martin von Loewis's patch for the SSL
Guido van Rossum
2001-04-13
1
-0/+7
*
split long line
Jeremy Hylton
2001-04-13
1
-1/+2
*
Fixup some platform annotations.
Fred Drake
2001-04-13
2
-1/+2
*
Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.
Fred Drake
2001-04-13
1
-2/+2
*
Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.
Fred Drake
2001-04-13
2
-2/+2
*
Added regression test for SF bug #415660 (failure to invalidate all
Fred Drake
2001-04-13
1
-5/+24
*
cleanup_helper(): Make sure we invalidate all reference objects
Fred Drake
2001-04-13
1
-6/+41
*
Slight adaptation of Michael Hudson's patch to test PyDict_Next()
Guido van Rossum
2001-04-13
1
-0/+62
*
Fix typo in comment (the module is now called _testcapi, not _test).
Guido van Rossum
2001-04-13
1
-1/+1
*
Change error message raised when free variable is not yet bound. It
Jeremy Hylton
2001-04-13
2
-11/+18
*
Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.
Fred Drake
2001-04-13
1
-1/+1
*
Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.
Fred Drake
2001-04-13
1
-51/+56
*
Patch by Ping (SF bug 415879, Exception.__init__() causes segfault):
Guido van Rossum
2001-04-13
1
-3/+2
*
One-character style change to appease Netscape stylesheets.
Ka-Ping Yee
2001-04-13
1
-1/+1
*
Oops. Need an extra blank line after the PSF license.
Guido van Rossum
2001-04-13
1
-0/+1
*
- Inserted the (tentative) PSF license.
Guido van Rossum
2001-04-13
1
-9/+64
*
Use nturl2path to generate a file: URL to source files in Windows.
Ka-Ping Yee
2001-04-13
1
-3/+7
*
Add test for SF bug #405427
Jeremy Hylton
2001-04-13
2
-0/+36
*
SF patch #405845 by Martin von Löwis
Jeremy Hylton
2001-04-13
1
-1/+7
*
Update to reflect new tokenize_test.py
Jeremy Hylton
2001-04-13
1
-8/+8
*
Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.
Fred Drake
2001-04-13
1
-4/+4
*
There's no need for the tokenize tests to include a SyntaxError.
Jeremy Hylton
2001-04-13
1
-1/+1
*
Minor markup adjustments.
Fred Drake
2001-04-13
1
-2/+2
*
Clean up isroutine().
Ka-Ping Yee
2001-04-13
1
-2/+1
*
Use inspect.stack()[1][3] to tell if Helper.__repr__ is called interactively.
Ka-Ping Yee
2001-04-13
1
-2/+2
*
Add inode checks to detect circular symbolic links (so that the
Ka-Ping Yee
2001-04-13
1
-3/+7
*
Small style change to accommodate Netscape.
Ka-Ping Yee
2001-04-13
1
-1/+1
*
Robustify getfile() against classes that lie about their __module__s
Ka-Ping Yee
2001-04-13
1
-1/+1
*
Word-wrap the list of cross-references.
Ka-Ping Yee
2001-04-13
1
-1/+5
*
Another pass through the topic table to fill in cross references.
Ka-Ping Yee
2001-04-13
1
-20/+27
*
Make force-loading optional; don't force-load in interactive mode.
Ka-Ping Yee
2001-04-13
1
-133/+147
*
Remove duplicate type objects from isroutine() and isbuiltin().
Ka-Ping Yee
2001-04-13
1
-4/+4
*
Patch #415777: new grouping strategy.
Martin v. Löwis
2001-04-13
3
-10/+68
*
Whitespace normalization.
Tim Peters
2001-04-13
2
-2/+1
*
Update the helper scripts that push development docs to SourceForge;
Fred Drake
2001-04-13
2
-5/+5
*
Add entry for ColorPicker documentation as well.
Fred Drake
2001-04-13
1
-0/+1
*
Documentation for Just's ColorPicker module, so the Mac OS guys get
Fred Drake
2001-04-13
2
-0/+23
*
Note additions to pydoc and pstats.
Guido van Rossum
2001-04-13
1
-0/+5
*
Added a test main to the pstats library that can help you browse profile dumps.
Eric S. Raymond
2001-04-13
2
-0/+131
[next]