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
*
init_sre(): Plug a little leak reported by Insure.
Barry Warsaw
2001-08-16
1
-2/+5
*
Link readline module with ncurses in preference to termcap. [Bug ##441580]
Andrew M. Kuchling
2001-08-16
1
-3/+5
*
[Patch #441691] preprocess() method for Borland C compiler.
Andrew M. Kuchling
2001-08-16
1
-1/+35
*
test_descr started breaking in yet another way in the same place.
Tim Peters
2001-08-16
1
-2/+6
*
Fix object_repr() to include the module (using the same rules as
Guido van Rossum
2001-08-16
1
-2/+23
*
New unit test for the mimetypes module, to avoid future regressions.
Fred Drake
2001-08-16
1
-0/+42
*
Another egregious error that copied the encodings info over the suffix
Fred Drake
2001-08-16
1
-1/+1
*
Use (c)StringIO for collecting bytes. Fixes bug #451622.
Martin v. Löwis
2001-08-16
1
-8/+12
*
Repair some accidents causing Windows failures:
Tim Peters
2001-08-16
2
-5/+5
*
Fixed a couple of minor formatting nits where lines were > 79 columns wide.
Barry Warsaw
2001-08-16
1
-2/+4
*
select_select(): Closing bug #448351 the easy way, i.e. by changing
Barry Warsaw
2001-08-16
1
-8/+21
*
Bad bug: the MimeTypes.readfp() was supposed to take a file object as a
Fred Drake
2001-08-16
1
-2/+2
*
I should add that the previous checkin also added a slight
Guido van Rossum
2001-08-16
0
-0/+0
*
Long time overdue: change sys.path defaults so that people will
Just van Rossum
2001-08-16
1
-1/+1
*
Use METH_O where possible (two functions). This does not lead to real
Fred Drake
2001-08-16
1
-29/+24
*
Updated to the current state of things (long overdue).
Jack Jansen
2001-08-16
1
-91/+61
*
Removed expat from the access paths, it isn't needed.
Jack Jansen
2001-08-16
1
-0/+0
*
[Patch #444854 from twburton]
Andrew M. Kuchling
2001-08-16
1
-1/+4
*
[Patch #442530 from twburton]
Andrew M. Kuchling
2001-08-16
1
-4/+4
*
Patch #427190: Implement and use METH_NOARGS and METH_O.
Martin v. Löwis
2001-08-16
17
-552/+430
*
Fix SF bug #442501: calculate __module__ properly.
Guido van Rossum
2001-08-16
1
-5/+71
*
Change the type names to xxsublist.<name>.
Guido van Rossum
2001-08-16
1
-2/+2
*
The change of type(None).__name__ from 'None' to 'NoneType' broke this
Guido van Rossum
2001-08-16
2
-4/+4
*
Subtle change to make None.__class__ work:
Guido van Rossum
2001-08-16
2
-4/+2
*
Oops. Two fixes for SF bug #422004 are not needed. :-)
Guido van Rossum
2001-08-16
1
-1/+0
*
Bunchathings:
Guido van Rossum
2001-08-16
1
-5/+6
*
Add a function _Py_ReadyTypes() which initializes various and sundry
Guido van Rossum
2001-08-16
1
-4/+21
*
Update to MvL's patch #424475 to avoid returning 2 when tp_compare
Guido van Rossum
2001-08-16
1
-2/+5
*
No change, just wanted to record more info in the log: after the last
Tim Peters
2001-08-16
0
-0/+0
*
Wise uninstallers never delete the Python DLL from the system directory.
Tim Peters
2001-08-16
1
-0/+9
*
Add tests for overridable operators that have default interpretations
Guido van Rossum
2001-08-15
1
-0/+127
*
- Another big step in the right direction. All the overridable
Guido van Rossum
2001-08-15
1
-47/+226
*
Rewrote Jack's latest change so it does what it intended to do...
Just van Rossum
2001-08-15
1
-4/+8
*
Given a class without __cmp__ or __eq__, cmp() of two instances of
Guido van Rossum
2001-08-15
1
-0/+8
*
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
[next]