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 large contribution from Dave Kuhlman describing what each of the slots
Fred Drake
2001-08-15
1
-6/+385
*
Dave Kuhlman has contributed a nice improvement to the "Defining New Types"
Fred Drake
2001-08-15
1
-0/+1
*
Remove spurious space before a period.
Fred Drake
2001-08-15
1
-1/+1
*
Added comments before recently added/assigned slots in the type object,
Fred Drake
2001-08-15
1
-0/+6
*
Add 'state' as a get/set attribute to spamlist. This serves as an
Guido van Rossum
2001-08-15
1
-1/+12
*
Add 'state' as a read-only attribute to spamdict. This serves as an
Guido van Rossum
2001-08-15
1
-1/+7
*
PyMethod_Type: add a tp_descr_get slot function to ensure proper
Guido van Rossum
2001-08-15
1
-1/+19
*
Add a test to verify that bound methods work correctly.
Guido van Rossum
2001-08-15
1
-0/+18
*
Fix portability problems with glibc 2.0, as reported in #449157.
Martin v. Löwis
2001-08-15
7
-4/+23
*
Use the "howto" document class rather than the "manual" class.
Fred Drake
2001-08-15
1
-85/+81
*
Properly mark attribute names in the table.
Fred Drake
2001-08-15
1
-117/+117
*
Change the generated markup so that attribute names are properly marked.
Fred Drake
2001-08-15
1
-1/+1
*
Use the abstract object interfaces when digging around in module objects
Fred Drake
2001-08-15
1
-19/+19
*
Note addition of cleanfuture.py
Andrew M. Kuchling
2001-08-15
1
-0/+6
*
Fix typo
Andrew M. Kuchling
2001-08-15
1
-1/+1
*
Fix small markup consistency nits.
Fred Drake
2001-08-15
1
-7/+8
*
MacOSX: if we're building without --enable-toolbox-glue don't attempt to
Jack Jansen
2001-08-15
2
-245/+249
*
On OSX we should not pass the -shared option to ld: it make the build
Jack Jansen
2001-08-15
1
-1/+4
*
Don't remove non-directories from sys.path on the mac: files
Jack Jansen
2001-08-15
1
-2/+3
*
New, larger installer bitmap from Erik van Blokland. Added more
Tim Peters
2001-08-15
2
-4/+6
*
Fix typo in module docstring.
Tim Peters
2001-08-15
1
-1/+1
*
Add blurb about cleanfuture.py. Fix misspelling in an older item.
Tim Peters
2001-08-15
1
-1/+7
*
Move one of the tests into the "PEP 255" section, to reflect a change in
Tim Peters
2001-08-15
1
-12/+15
*
Oops, forgot to check in configure.
Jack Jansen
2001-08-15
1
-400/+420
*
Lots of changes in the framework support:
Jack Jansen
2001-08-15
2
-103/+197
*
With WITH_NEXT_FRAMEWORK defined we now also expect a normal Python
Jack Jansen
2001-08-15
1
-6/+20
*
update simple explanation of parseFile()
Jeremy Hylton
2001-08-14
1
-1/+1
*
First day's progress on documentation
Jeremy Hylton
2001-08-14
3
-0/+588
*
Fix a minor typo and mark an exception name that was missed.
Fred Drake
2001-08-14
1
-1/+1
*
Add material about the "r" and "u" prefixes for string literals; should
Fred Drake
2001-08-14
1
-8/+14
*
Added some examples of table markup.
Fred Drake
2001-08-14
1
-0/+71
*
Fix typo in astgen script
Jeremy Hylton
2001-08-14
4
-4/+4
*
Add information about __floordiv__() and __truediv__() methods for
Fred Drake
2001-08-14
1
-5/+17
*
Non-function fields, like tp_dictoffset and tp_weaklistoffset, should
Guido van Rossum
2001-08-14
1
-5/+22
*
Fix SF bug [ #450909 ] __future__.division fails at prompt
Jeremy Hylton
2001-08-14
1
-2/+6
*
Add a test for a weird bug I just discovered: a dynamic subclass
Guido van Rossum
2001-08-14
1
-0/+5
*
Clarify the prompt in an example.
Fred Drake
2001-08-14
1
-1/+1
*
Regenerated from new ast.txt and new astgen.py
Jeremy Hylton
2001-08-14
2
-24/+46
*
Add getChildNodes() method to Node
Jeremy Hylton
2001-08-14
2
-0/+4
*
Add Yield node
Jeremy Hylton
2001-08-14
2
-0/+2
*
Document the new semantics for setting and deleting a function's
Barry Warsaw
2001-08-14
1
-0/+6
*
Test the new semantics for setting and deleting a function's __dict__
Barry Warsaw
2001-08-14
1
-45/+50
*
func_getattro(), func_setattro(): Implement the new semantics for
Barry Warsaw
2001-08-14
1
-8/+22
*
Describe the new semantics for setting and deleting a function's
Barry Warsaw
2001-08-14
1
-10/+5
*
Add "exceptions" to the list of fundamental modules
Fred Drake
2001-08-14
1
-3/+3
*
Insert omitted "the".
Fred Drake
2001-08-14
1
-1/+1
*
Add the smtpd module to the list of undocumented modules; Barry needs to
Fred Drake
2001-08-14
1
-0/+4
*
reload(exceptions) should not raise an ImportError, but should act
Barry Warsaw
2001-08-13
1
-0/+8
*
Fixed typo in comment leading up to _PyImport_FixupExtension().
Barry Warsaw
2001-08-13
1
-1/+1
*
Py_Initialize(): Apply patch by Jürgen Hermann to call
Barry Warsaw
2001-08-13
1
-0/+1
[next]