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
*
Fix the second reincarnation of SF #456395 -- failure on IRIX. This
Guido van Rossum
2001-09-11
1
-6/+2
*
Restore the comparisons that I initially put in the test but that Tim
Guido van Rossum
2001-09-11
1
-6/+6
*
Mods by Donovan Preston (with changes by me to make them "go with the flow")
Jack Jansen
2001-09-11
1
-14/+90
*
- Removed the . in the extensions.
Jack Jansen
2001-09-11
1
-2/+12
*
removed debug print.
Jack Jansen
2001-09-11
1
-1/+0
*
Added a note about making sure the Lac/Lib directory is in sys.path.
Jack Jansen
2001-09-11
1
-2/+8
*
Failing to import macfsn is not a fatal error.
Jack Jansen
2001-09-11
1
-1/+2
*
Implemented PyMac_GetFullPathname for MacPython.
Jack Jansen
2001-09-11
1
-3/+13
*
Possibly the end of SF [#460020] bug or feature: unicode() and subclasses.
Tim Peters
2001-09-11
3
-6/+16
*
PyUnicode_FromEncodedObject(): Repair memory leak in an error case.
Tim Peters
2001-09-11
1
-2/+2
*
Added another test of str() applied to a string subclass instance,
Tim Peters
2001-09-11
1
-0/+4
*
More on SF bug [#460020] bug or feature: unicode() and subclasses.
Tim Peters
2001-09-11
4
-3/+10
*
Fix tortured comment -- I must be on drugs today.
Tim Peters
2001-09-10
1
-2/+2
*
More on SF bug [#460020] bug or feature: unicode() and subclasses.
Tim Peters
2001-09-10
3
-2/+7
*
test_dir(): Add tests for dir(i) where i is a module subclass.
Tim Peters
2001-09-10
1
-0/+23
*
Prototype for PyMac_GetFullPathname().
Jack Jansen
2001-09-10
1
-0/+1
*
Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length'
Jack Jansen
2001-09-10
6
-35/+74
*
more xmlrpclib tweaks: fixed repr(Fault()); enable UTF-8 parsing in
Fredrik Lundh
2001-09-10
1
-12/+17
*
More for SF bug [#460020] bug or feature: unicode() and subclasses
Tim Peters
2001-09-10
3
-2/+7
*
Superseded by Python 2.2.vct.
Jack Jansen
2001-09-10
1
-0/+0
*
SF bug #460020: bug or feature: unicode() and subclasses.
Tim Peters
2001-09-10
6
-3/+55
*
_portable_fseek():
Guido van Rossum
2001-09-10
1
-0/+6
*
sync with pythonware codebase: much faster import (doesn't import
Fredrik Lundh
2001-09-10
1
-65/+70
*
Another volunteer.
Guido van Rossum
2001-09-10
1
-0/+1
*
PyObject_Dir():
Guido van Rossum
2001-09-10
1
-2/+6
*
PyModule_Check() now checks for subtype of module, as it should.
Guido van Rossum
2001-09-10
1
-1/+1
*
Remove some XXX markers
Andrew M. Kuchling
2001-09-10
1
-15/+17
*
Use $(CC) -G to link shared libraries on Solaris.
Martin v. Löwis
2001-09-10
2
-4/+4
*
Work around a LaTeX2HTML bug that caused the "m" in "mutable" to be dropped
Fred Drake
2001-09-10
1
-1/+1
*
Remove two XXX comments that have been resolved.
Guido van Rossum
2001-09-10
1
-2/+0
*
Move the global variables 'size' and 'name' to the top -- these are
Guido van Rossum
2001-09-10
1
-5/+5
*
Improve threading on Solaris, according to SF patch #460269, submitted
Guido van Rossum
2001-09-10
5
-224/+324
*
Change the criteria for skipping the test.
Guido van Rossum
2001-09-10
1
-19/+22
*
Removed an erronous comment about alias files.
Jack Jansen
2001-09-10
1
-3/+0
*
Add section on long integer changes
Andrew M. Kuchling
2001-09-10
1
-18/+69
*
Add a few more todo items.
Guido van Rossum
2001-09-10
1
-1/+12
*
Test the failed-unicode-decoding bug in PyArg_ParseTuple().
Jeremy Hylton
2001-09-10
1
-0/+24
*
Fix core dump in PyArg_ParseTuple() with Unicode arguments.
Jeremy Hylton
2001-09-10
1
-15/+17
*
Repair late-night doc typos.
Tim Peters
2001-09-10
2
-3/+3
*
This time (I hope) I've fixed largefile
Guido van Rossum
2001-09-09
4
-420/+327
*
Teach regrtest how to pass on doctest failure msgs. This is done via a
Tim Peters
2001-09-09
8
-27/+95
*
Force "test." into the start of the module name, inherited by class and
Tim Peters
2001-09-09
1
-17/+11
*
Install the dialog resources into the application bundle. The EasyDialogs
Jack Jansen
2001-09-09
1
-1/+7
*
Don't call MacOS.SchedParams() in MachO, it doesn't exist.
Jack Jansen
2001-09-09
1
-4/+8
*
Minimal module to decode AppleSingle files (the way resource files are
Jack Jansen
2001-09-09
1
-0/+101
*
This commit was manufactured by cvs2svn to create tag 'r22a3'.
v2.2a3
cvs2svn
2001-09-08
1
-0/+1
*
Final tweaks for 2.2a3 distribution.
Jack Jansen
2001-09-08
13
-60/+104
*
Silence warnings about passing unsigned char** as char**.
Martin v. Löwis
2001-09-08
1
-4/+4
*
Oops, this file is very outdated. Removed.
Jack Jansen
2001-09-08
1
-116/+0
*
Generalize operator.indexOf (PySequence_Index) to work with any
Tim Peters
2001-09-08
6
-82/+128
[next]