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
...
*
A bit o' reformatting and removal of non-_getframe currentframe().
Jeremy Hylton
2003-06-27
1
-19/+14
*
Don't assume the name of the table of contents will be contents.html;
Fred Drake
2003-06-27
1
-1/+4
*
Fix for SF bug 620190: getargspec() doesn't work with methods.
Jeremy Hylton
2003-06-27
1
-3/+10
*
Add tests for __nonzero__() problems.
Jeremy Hylton
2003-06-27
1
-0/+21
*
Require that __nonzero__() return a bool or exactly an int.
Jeremy Hylton
2003-06-27
1
-6/+2
*
Add definitions of the test and testlist symbols in the grammar so
Fred Drake
2003-06-27
1
-0/+5
*
Revert previous checkin and just add a comment about constructor_ob.
Jeremy Hylton
2003-06-27
1
-3/+5
*
Check return type of __nonzero__() method.
Jeremy Hylton
2003-06-27
1
-1/+13
*
fix link-hovering so <a name='...'> (no href attribute) doesn't get
Fred Drake
2003-06-27
1
-4/+10
*
Fix several bugs in handling of exceptions with trace function enabled.
Jeremy Hylton
2003-06-27
1
-15/+48
*
Some Windows changes preparing for 2.3b2.
Tim Peters
2003-06-27
4
-5/+10
*
(HTML|Text)Repr.repr1: Guard against objects whos types have no __name__
Skip Montanaro
2003-06-27
1
-10/+10
*
Jacob Hallen cornered me here at EuroPython and got me to look at
Michael W. Hudson
2003-06-27
1
-1/+5
*
SF bug #761337: datetime.strftime fails on trivial format string
Raymond Hettinger
2003-06-27
2
-1/+2
*
* Markup nits for the Invoking Descriptors section
Raymond Hettinger
2003-06-27
1
-7/+121
*
Don't call constructor() from pickle().
Jeremy Hylton
2003-06-26
1
-3/+3
*
SF patch #760792: "wo" in "word" now valid but not documented as such
Raymond Hettinger
2003-06-26
1
-4/+7
*
Portion of SF patch #761104. Fixes a minor docstring error.
Raymond Hettinger
2003-06-26
1
-4/+3
*
* Fixed an unmatched parenthesis early in the text.
Raymond Hettinger
2003-06-26
1
-2/+10
*
Enable tracing of multi-threaded applications.
Jeremy Hylton
2003-06-26
1
-1/+6
*
Fixing bug described in patch #756032, where SRE reads invalid data
Gustavo Niemeyer
2003-06-26
1
-1/+1
*
markup consistency nits
Fred Drake
2003-06-26
1
-9/+10
*
remove _ from label: LaTeX rejects this due to all the magic we use to
Fred Drake
2003-06-26
1
-1/+1
*
Removed useless intra-section references which jump to the top of the
Raymond Hettinger
2003-06-25
1
-4/+2
*
SF bug #696777: How to make a class iterable using a member generator.
Raymond Hettinger
2003-06-25
1
-0/+6
*
* Document how descriptors are invoked.
Raymond Hettinger
2003-06-25
1
-3/+63
*
SF bug #757822: Additional index items, other minor details
Raymond Hettinger
2003-06-25
1
-2/+2
*
Whitespace normalization.
Walter Dörwald
2003-06-25
1
-3/+3
*
SF bug #759889: Pickling of Random is broken
Raymond Hettinger
2003-06-24
2
-0/+10
*
_make_boundary(): A minor optimization suggested by the Timbot.
Barry Warsaw
2003-06-24
1
-1/+1
*
Deal with a couple XXX comments which asked questions.
Greg Stein
2003-06-24
1
-4/+2
*
SF patch #736962. Converted test_compile to unittest format.
Raymond Hettinger
2003-06-23
2
-167/+140
*
Idlefork patch #682347: convert Unicode strings from readline to
Martin v. Löwis
2003-06-22
2
-4/+15
*
2.3b2 on Windows will ship with Tcl/Tk 8.4.3. Note: this still didn't
Tim Peters
2003-06-22
2
-11/+16
*
Give compileall a -d option so it works correctly in the face of
Jack Jansen
2003-06-21
1
-2/+2
*
Better error message
Jeremy Hylton
2003-06-21
1
-1/+7
*
some old changes to this unused module
Just van Rossum
2003-06-21
1
-13/+6
*
changed 8-space indentation to 4
Just van Rossum
2003-06-21
4
-1935/+1935
*
Patch #640236: Better eplain unused data.
Martin v. Löwis
2003-06-21
1
-7/+12
*
Patch #755087: Deal with emptied dumbdbm files correctly.
Martin v. Löwis
2003-06-21
1
-3/+3
*
Patch #755683: Document that there might be a maximum indentation limit.
Martin v. Löwis
2003-06-21
1
-1/+3
*
Set -d in compileall, to get proper path in case DESTDIR is not empty.
Martin v. Löwis
2003-06-21
1
-0/+4
*
Added a field that allows the user to set sys.argv-style arguments
Jack Jansen
2003-06-20
9
-5/+21
*
Add some documentation which describes how to use the email package
Barry Warsaw
2003-06-20
1
-1/+35
*
- do the right thing with symlinks inside directories we're copying
Just van Rossum
2003-06-20
1
-6/+13
*
Cop out, and set things to be group-writeable recursively. The various
Jack Jansen
2003-06-20
3
-1/+7
*
make sure paths to dirs don't end in a /
Just van Rossum
2003-06-20
1
-2/+2
*
Reworked --strip option: it will now look at _any_ file that's marked
Just van Rossum
2003-06-20
1
-13/+24
*
Set the executable bits when installing the shared library in a MacOSX
Jack Jansen
2003-06-20
1
-1/+1
*
register the library inside Python.framework as eligable for stripping
Just van Rossum
2003-06-20
1
-2/+4
[prev]
[next]