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
*
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
*
_synthesize(): Helper function: when the users passes a specific
Fred Drake
2001-04-12
1
-7/+50
*
Pop loop off the loop stack before handling the loop's else clause.
Jeremy Hylton
2001-04-12
2
-8/+8
*
Use new _implicitNameOp() to generate name op code for list comprehensions.
Jeremy Hylton
2001-04-12
2
-8/+34
*
Because this code was derived from Python 1.6.1 (amongst others), the
Guido van Rossum
2001-04-12
2
-2/+2
*
Fix linking to classes (in class tree, and add links on unbound methods).
Ka-Ping Yee
2001-04-12
1
-24/+23
*
Fix call to ModuleScanner from GUI search interface.
Ka-Ping Yee
2001-04-12
1
-8/+10
*
Added warning that FancyURLopener prompts the user on the terminal when
Fred Drake
2001-04-12
1
-0/+21
*
Add support for visitAssAttr to findOp().
Jeremy Hylton
2001-04-12
2
-2/+2
*
pyassem.py:
Jeremy Hylton
2001-04-12
4
-28/+222
*
Added a big new Helper class to provide interactive help!
Ka-Ping Yee
2001-04-12
1
-12/+276
*
Added module synopsis for the chapter summary.
Fred Drake
2001-04-12
1
-67/+186
*
Bug 415514 reported that e.g.
Tim Peters
2001-04-12
3
-42/+47
*
Revise handling of tuple arguments so that the variables names match
Jeremy Hylton
2001-04-12
4
-16/+16
*
Convert several \seetext references to \seerfc and \seetitle versions.
Fred Drake
2001-04-12
3
-19/+22
*
Give up trying to keep dynamically loaded extensions up to date:
Ka-Ping Yee
2001-04-12
1
-1/+7
*
Robustify getcomments() so it doesn't crash on empty files.
Ka-Ping Yee
2001-04-12
1
-2/+2
*
Remove forking. Doesn't work in Windows.
Ka-Ping Yee
2001-04-12
1
-2/+2
*
Work around the conversion of ">>" and "<<" to guillemets. Reported by
Fred Drake
2001-04-12
1
-1/+1
*
Update copyright to PSF.
Guido van Rossum
2001-04-12
1
-1/+1
*
Typo fixes and small touches.
Ka-Ping Yee
2001-04-12
1
-13/+16
*
Properly qualify methods inherited from classes in other modules.
Ka-Ping Yee
2001-04-12
1
-152/+130
*
- New fail*() methods, and comprehensive set of assert*() synonyms
Steve Purcell
2001-04-12
1
-28/+63
*
Only treat an AugAssign as def if its the target is a Name.
Jeremy Hylton
2001-04-12
2
-4/+8
*
Fix unpackSequence() to use _nameOp() rather than LOAD_FAST
Jeremy Hylton
2001-04-12
2
-2/+4
*
Inside a class scope always use LOAD_NAME, STORE_NAME, DEL_NAME
Jeremy Hylton
2001-04-12
2
-0/+6
*
Preliminary support for nested scopes
Jeremy Hylton
2001-04-12
6
-178/+792
*
Define constants for types of scopes
Jeremy Hylton
2001-04-12
2
-0/+10
*
Added a lot of text from Steve Purcell's HTML documentation.
Fred Drake
2001-04-12
1
-29/+251
*
Use "2.1c1" since that is what Guido used for the Python version number.
Fred Drake
2001-04-12
2
-2/+2
*
Update to reflect the new string repr -- \n instead of \012. This is the
Fred Drake
2001-04-12
1
-5/+5
*
Prepare for release candidate 1... aka 2.1c1.
Guido van Rossum
2001-04-12
1
-3/+3
*
Markup nit: use \envvar to mark environment variables.
Fred Drake
2001-04-12
1
-1/+1
*
When forming the <A> tag for a \seepep or \seerfc, make sure we strip
Fred Drake
2001-04-12
1
-1/+10
*
Update Windows build # and installer for 2.1c1.
Tim Peters
2001-04-12
3
-8/+6
[next]