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
path:
root
/
Objects
/
unicodeobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fox for SF bug #123859: %[duxXo] long formats inconsistent.
Tim Peters
2000-11-30
1
-3/+1
*
_PyUnicode_Fini(): Initialize the local freelist walking variable `u'
Barry Warsaw
2000-10-03
1
-2/+3
*
In _PyUnicode_Fini(), decref unicode_empty before tearng down the free
Guido van Rossum
2000-10-03
1
-2/+2
*
Rationalize use of limits.h, moving the inclusion to Python.h.
Fred Drake
2000-09-26
1
-6/+0
*
Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,...
Tim Peters
2000-09-21
1
-24/+68
*
Fix for bug 113934. string*n and unicode*n did no overflow checking at
Tim Peters
2000-09-09
1
-2/+19
*
changed \x to consume exactly two hex digits, also for unicode
Fredrik Lundh
2000-09-03
1
-55/+66
*
PyUnicode_AsUTF8String(): /F picks up what I missed: the local var
Barry Warsaw
2000-08-18
1
-2/+0
*
PyUnicode_AsUTF8String(): Don't need to explicitly incref str since
Barry Warsaw
2000-08-18
1
-7/+3
*
Fixed a couple of instances where a 0-length string was being
Marc-André Lemburg
2000-08-14
1
-6/+13
*
Clean up warning from Monterey compiler.
Trent Mick
2000-08-12
1
-1/+1
*
Removing UTF-16 aware Unicode comparison code. This kind of compare
Marc-André Lemburg
2000-08-08
1
-0/+33
*
This patch finalizes the move from UTF-8 to a default encoding in
Marc-André Lemburg
2000-08-03
1
-40/+40
*
Changing the CNRI copyright notice according to CNRI's instructions.
Guido van Rossum
2000-08-03
1
-1/+1
*
merge Include/my*.h into Include/pyport.h
Peter Schneider-Kamp
2000-07-31
1
-1/+0
*
Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,
Thomas Wouters
2000-07-22
1
-20/+4
*
Fixed problems with UTF error reporting macros and some formatting bugs.
Marc-André Lemburg
2000-07-17
1
-45/+64
*
gcc is being stupid with if/else constructs
Greg Stein
2000-07-17
1
-6/+14
*
stop messing around with goto and just write the macro correctly.
Greg Stein
2000-07-16
1
-7/+6
*
- change \x to mean "byte" also in unicode literals
Fredrik Lundh
2000-07-16
1
-3/+5
*
Fix fatal compiler (MSVC6) error:
Tim Peters
2000-07-16
1
-0/+1
*
Fix to a bug found by Florian Weimer:
Marc-André Lemburg
2000-07-16
1
-1/+2
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-2/+2
*
replace PyXXX_Length calls with PyXXX_Size calls
Jeremy Hylton
2000-07-12
1
-1/+1
*
Jeremy Hylton:
Marc-André Lemburg
2000-07-11
1
-2/+4
*
- changed hash calculation for unicode strings. the new
Fredrik Lundh
2000-07-10
1
-18/+20
*
New surrogate support in the UTF-8 codec. By Bill Tutt.
Marc-André Lemburg
2000-07-07
1
-29/+80
*
Added new API PyUnicode_FromEncodedObject() which supports decoding
Marc-André Lemburg
2000-07-07
1
-6/+49
*
Fix to bug #393 (UTF16 codec didn't like empty strings) and
Marc-André Lemburg
2000-07-07
1
-7/+6
*
Two more places where long should be used instead of int. Especially
Sjoerd Mullender
2000-07-07
1
-2/+2
*
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
*
Added new .isalpha() and .isalnum() methods which provide interfaces
Marc-André Lemburg
2000-07-05
1
-0/+66
*
Bill Tutt:
Marc-André Lemburg
2000-07-04
1
-6/+29
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-30
1
-1/+1
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-30
1
-23/+61
*
Jack Jansen: Use include "" instead of <>; and staticforward declarations
Guido van Rossum
2000-06-29
1
-1/+1
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-28
1
-0/+121
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-28
1
-1/+4
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-18
1
-6/+4
*
Vladimir MARANGOZOV <Vladimir.Marangozov@inrialpes.fr>:
Marc-André Lemburg
2000-06-17
1
-3/+4
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-14
1
-0/+28
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-10
1
-2/+1
*
Patch from Michael Hudson: improve unclear error message
Andrew M. Kuchling
2000-06-09
1
-1/+1
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-08
1
-8/+29
*
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg
2000-06-07
1
-1/+1
*
Minimal change so I can add the rest of MAL's checkin message:
Fred Drake
2000-05-09
1
-1/+1
*
M.-A. Lemburg <mal@lemburg.com>:
Fred Drake
2000-05-09
1
-20/+71
*
Trent Mick:
Guido van Rossum
2000-05-09
1
-7/+14
*
Mark Hammond should get his act into gear (his words :-). Zero length
Guido van Rossum
2000-05-04
1
-2/+7
[prev]
[next]