- 13 Haz, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 19 Ara, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
binascii_b2a_base64(): We didn't allocate enough buffer space for very short inputs (e.g., a 1-byte input can produce a 5-byte output, but we only allocated 2 bytes). I expect that malloc overheads absorbed the overrun in practice, but computing a correct upper bound is a very simple change.
-
- 30 Eki, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
memory, rather than the standard's 57. This fixes SF bug #473009.
-
- 04 Eki, 2001 1 kayıt (commit)
-
-
Greg Ward yazdı
to make the SGI C compiler happier (bug #445960).
-
- 30 Eyl, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Decode and encode underscores for header style encoding. Fixes bug #463996.
-
- 07 Haz, 2001 1 kayıt (commit)
-
-
Peter Schneider-Kamp yazdı
-
- 09 Ock, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
#127718: '@' and '`' seem to be confused.
-
- 01 Eyl, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This should match the situation in the 1.6b1 tree.
-
- 15 Agu, 2000 3 kayıt (commit)
-
-
Tim Peters yazdı
in binascii.c (only on platforms with signed chars -- although Py_CHARMASK is documented as returning an int, it only does so on platforms with signed chars).
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
commonly used functions to convert an arbitrary binary string into a hexadecimal digit representation and back again. These are often (and often differently) implemented in Python. Best to have one common fast implementation. Specifically, binascii_hexlify(): a.k.a. b2a_hex() to return the hex representation of binary data. binascii_unhexlify(): a.k.a. a2b_hex() to do the inverse conversion (hex digits to binary data). The argument must have an even length, and must contain only hex digits, otherwise a TypeError is raised.
-
- 03 Agu, 2000 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 21 Tem, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
and a couple of functions that were missed in the previous batches. Not terribly tested, but very carefully scrutinized, three times. All these were found by the little findkrc.py that I posted to python-dev, which means there might be more lurking. Cases such as this: long func(a, b) long a; long b; /* flagword */ { and other cases where the last ; in the argument list isn't followed by a newline and an opening curly bracket. Regexps to catch all are welcome, of course ;)
-
- 10 Tem, 2000 1 kayıt (commit)
-
-
Peter Schneider-Kamp yazdı
-
- 30 Haz, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 29 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
PyArg_ParseTuple() format string arguments as possible.
-
- 16 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(e.g. used for ZIP files). The patch includes code that says: + Copyright (C) 1986 Gary S. Brown. You may use this program, or + code or tables extracted from it, as desired without restriction. My interpretation (and Jim's) is that Gary S Brown has no claims under copyright, patent or other rights or interests. Lawyers might disagree.
-
- 19 Eki, 1999 2 kayıt (commit)
-
-
Guido van Rossum yazdı
reformatted.) - Illegal padding is now ignored. (Recommendation by GvR.) - Padding no longer removes characters from data string (resulting in lost data/strings with negative lengths). - Illegal characters outside the ASCII range are now ignored, instead of possibly being remapped to a valid character.
-
Guido van Rossum yazdı
_PyString_Resize() with a negative size.
-
- 04 Ara, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
on BeOS or Windows.
-
- 08 Eki, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 08 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 04 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Tem, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Not sure why this is generated, but this fixes a problem with a particular file that was received with the following final line: F-WE<-*A5]AY]%7>8'&!!(_Y<F*55_"*%46"<OFG=>_5(F/\'``!@
-
- 16 Ock, 1997 1 kayıt (commit)
-
-
Roger E. Masse yazdı
-
- 12 Ock, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 25 Eki, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 25 Şub, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 22 Ock, 1996 1 kayıt (commit)
-
-
Jack Jansen yazdı
ascii input (thanks to Donald Beaudry for pointing these out)
-
- 14 Kas, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 04 Eki, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 31 Agu, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 14 Agu, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 07 Agu, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
-