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
*
ANSI-fication and Py_PROTO extermination.
Fred Drake
2000-07-09
14
-338/+340
*
ANSI-fication and Py_PROTO extermination.
Fred Drake
2000-07-08
12
-174/+176
*
this one's a bit risky, but I've spent some considerable time
Fredrik Lundh
2000-07-08
1
-340/+132
*
-- ANSI-fying, names
Fredrik Lundh
2000-07-08
1
-82/+61
*
- removed barry's workaround, to make room for
Fredrik Lundh
2000-07-08
1
-30/+0
*
- _getdefaultlocale shouldn't accept arguments
Fredrik Lundh
2000-07-08
1
-8/+11
*
- added _getdefaultlocale implementation for WIN32
Fredrik Lundh
2000-07-08
1
-269/+351
*
- this is a tentative checkin of the #100764 patch (by
Fredrik Lundh
2000-07-08
1
-5/+37
*
- changed __repr__ to use "unicode escape" encoding for unicode
Fredrik Lundh
2000-07-08
1
-1/+1
*
ANSI-fication of the sources -- remove Py_PROTO!
Fred Drake
2000-07-08
2
-35/+39
*
Minor revisions similar to some information in the new docstrings.
Fred Drake
2000-07-08
1
-2/+4
*
ANSI-fication of the sources, convert to 4-space indents.
Fred Drake
2000-07-08
1
-70/+97
*
delete unused local variable from _PyTrash_deposit_object
Skip Montanaro
2000-07-08
1
-1/+0
*
Rearrange order of sections
Andrew M. Kuchling
2000-07-08
1
-67/+72
*
_Py_RefTotal should only be declared here when Py_TRACE_REFS are #define'd
Skip Montanaro
2000-07-08
1
-0/+2
*
ANSI-fied sources, converted to four-space indentation.
Fred Drake
2000-07-08
1
-182/+151
*
ANSI-fied sources, converted to four-space indentation.
Fred Drake
2000-07-08
1
-372/+363
*
Add method names to PyArg_ParseTuple() calls for better error messages.
Fred Drake
2000-07-08
1
-313/+298
*
Markup improvements in sections relating to interactive behavior.
Fred Drake
2000-07-08
1
-45/+51
*
ANSI-fy the sources.
Fred Drake
2000-07-08
1
-313/+287
*
Pretensions of the 20th century... remove old-style preprocessor
Fred Drake
2000-07-08
1
-6/+0
*
Cray J90 fixes for long ints.
Tim Peters
2000-07-08
6
-12/+76
*
ANSI-fy the sources.
Fred Drake
2000-07-08
1
-19/+16
*
Removed Py_PROTO, ANSI-fied sources.
Fred Drake
2000-07-08
1
-187/+68
*
The tail end of x_sub implicitly assumed that an unsigned short
Tim Peters
2000-07-08
1
-0/+1
*
One of the new prototypes was missing the "void" args.
Greg Stein
2000-07-08
1
-1/+1
*
Got RID of redundant coercions in longobject.c (as spotted by Greg
Tim Peters
2000-07-08
2
-60/+57
*
delete bogus file
Guido van Rossum
2000-07-07
1
-246/+0
*
Deleted bogus file.
Guido van Rossum
2000-07-07
1
-946/+0
*
fix inconsistent use of tabs and spaces
Jeremy Hylton
2000-07-07
1
-8/+11
*
fix inconsistent use of tabs and spaces
Jeremy Hylton
2000-07-07
2
-20/+20
*
fix inconsistent use of tabs and spaces
Jeremy Hylton
2000-07-07
4
-24/+24
*
Fix to use Py_UCS4. By Bill Tutt.
Marc-André Lemburg
2000-07-07
1
-1/+1
*
New surrogate support in the UTF-8 codec. By Bill Tutt.
Marc-André Lemburg
2000-07-07
1
-29/+80
*
Tests for new surrogate support in the UTF-8 codec. By Bill Tutt.
Marc-André Lemburg
2000-07-07
1
-0/+72
*
Fix to use Py_UCS4
Marc-André Lemburg
2000-07-07
1
-1/+1
*
Add an entry for the KDE File Manager support from Peter Funk.
Fred Drake
2000-07-07
1
-3/+8
*
Thomas Wouters <thomas@xs4all.net>:
Fred Drake
2000-07-07
1
-1/+1
*
Some cleanup of longs in prepartion for Cray J90 fixes: got
Tim Peters
2000-07-07
3
-256/+120
*
Added new APIs and fixed some other Unicode ones (missing * or
Marc-André Lemburg
2000-07-07
1
-56/+78
*
Added docs for the new Unicode and string APIs.
Marc-André Lemburg
2000-07-07
1
-7/+52
*
Removed a prototype which is not used in socketmodule.c
Marc-André Lemburg
2000-07-07
1
-1/+0
*
Fixed unicode() to use the new API PyUnicode_FromEncodedObject().
Marc-André Lemburg
2000-07-07
1
-14/+1
*
Added new API PyUnicode_FromEncodedObject() which supports decoding
Marc-André Lemburg
2000-07-07
2
-6/+67
*
Tests for new instance support in unicode().
Marc-André Lemburg
2000-07-07
1
-0/+15
*
So many things have changed over the last few weeks that it's probably a good...
Jack Jansen
2000-07-07
30
-10/+24
*
Changed all (hopefully) uses of unsigned 16 bit value to use H format specifi...
Jack Jansen
2000-07-07
23
-86/+86
*
Added the unchash module.
Jack Jansen
2000-07-07
3
-2/+3
*
Fix to bug #393 (UTF16 codec didn't like empty strings) and
Marc-André Lemburg
2000-07-07
1
-7/+6
*
Defunct the _XOPEN_SOURCE define for now. Suggested by Fredrik
Marc-André Lemburg
2000-07-07
1
-3/+8
[next]