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
*
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
*
Two more places where long should be used instead of int. Especially
Sjoerd Mullender
2000-07-07
1
-2/+2
*
Bill Tutt: Added Py_UCS4 typedef to hold UCS4 values (these need
Marc-André Lemburg
2000-07-07
1
-0/+11
*
New module webbrowser. Easy-to-use controller objects to make using a
Fred Drake
2000-07-07
3
-0/+97
*
Fixed some code that used 'short' to use 'long' instead.
Marc-André Lemburg
2000-07-06
1
-3/+3
*
Fixed a couple of places where 'int' was used where 'long'
Marc-André Lemburg
2000-07-06
1
-7/+7
*
Fix bug #392, reported by Jonathan Giddy <jon@dstc.edu.au>:
Fred Drake
2000-07-06
1
-2/+4
*
Python 2.0 is not supposed to use string exceptions in the standard library
Fred Drake
2000-07-06
3
-3/+3
*
added read_history_file and write_history_file
Skip Montanaro
2000-07-06
1
-0/+50
*
Clean up markup to be more like recommended practice; only small changes
Fred Drake
2000-07-06
1
-6/+8
*
Removed unused variables.
Andrew M. Kuchling
2000-07-06
1
-3/+4
*
Correct a markup nit that caused a space to be dropped from the HTML
Fred Drake
2000-07-06
1
-2/+2
*
don't prepend "$(srcdir)/" to paths beginning with "$" since they are likely
Skip Montanaro
2000-07-06
1
-0/+1
*
Minor changes. Explain that for class exceptions, use excdesc but do not
Fred Drake
2000-07-06
1
-4/+5
*
Make a distinction between shorts and unsigned shorts.
Jack Jansen
2000-07-06
2
-1/+2
*
Conditionally (currently on ifdef macintosh) break the large switch up
Jack Jansen
2000-07-06
1
-0/+15
*
modified template to demonstrate subsection for examples.
Skip Montanaro
2000-07-06
1
-1/+5
*
Added support for H (unsigned short) specifier in PyArg_ParseTuple and
Jack Jansen
2000-07-06
2
-1/+30
*
Added new codec APIs and a new interface method .encode() which
Marc-André Lemburg
2000-07-06
1
-0/+114
*
Added prototypes for the new codec APIs for strings. These APIs
Marc-André Lemburg
2000-07-06
1
-0/+31
*
Change whitespace in two places to silence tabnanny.
Guido van Rossum
2000-07-06
1
-4/+4
[next]