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
/
Modules
/
binascii.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix new compiler warnings. Unused var in compile.c. Argsize mismatches
Tim Peters
2000-08-15
1
-1/+1
*
binascii_unhexlify(): Better error message, courtesy effbot.
Barry Warsaw
2000-08-15
1
-5/+5
*
After a brief conversation and code review with TP, adding two very
Barry Warsaw
2000-08-15
1
-22/+126
*
Use METH_VARARGS instead of numeric constant 1 in method def. tables
Andrew M. Kuchling
2000-08-03
1
-13/+20
*
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters
2000-07-21
1
-1/+1
*
ANSI-fication
Peter Schneider-Kamp
2000-07-10
1
-34/+11
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22/+7
*
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum
2000-02-29
1
-10/+10
*
Patch by Jim Ahlstrom to add crc32, a useful checksum function
Guido van Rossum
2000-02-16
1
-0/+141
*
Patch by Jason Trowbridge. (Followup to his PR#110.) (Slightly
Guido van Rossum
1999-10-19
1
-18/+69
*
Fix PR#110 -- bad input ("====") for a2b_base64() caused it to call
Guido van Rossum
1999-10-19
1
-0/+2
*
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum
1998-12-04
1
-1/+1
*
Use the t# format where appropriate. Greg Stein.
Guido van Rossum
1998-10-08
1
-3/+3
*
Converted to new exception style (Jack)
Guido van Rossum
1997-10-08
1
-6/+2
*
Plug memory leak (DECREF doc string properly after inserting in dict).
Guido van Rossum
1997-08-04
1
-0/+1
*
Allow '@' character as end of line padding in uuencode format.
Guido van Rossum
1997-07-11
1
-1/+3
*
Renamed.
Roger E. Masse
1997-01-16
1
-79/+88
*
Fix leak involving BuildValue("...O...").
Guido van Rossum
1997-01-12
1
-3/+7
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13/+20
*
Add unsigned char cast
Guido van Rossum
1996-02-25
1
-1/+1
*
Fixed off-by-one error in rle-decode, and allow whitespace in base64
Jack Jansen
1996-01-22
1
-5/+5
*
Allow '@' for ' ' in uuencoded files.
Jack Jansen
1995-11-14
1
-2/+5
*
Added base64 support
Jack Jansen
1995-10-04
1
-0/+141
*
Obscure bugfix
Jack Jansen
1995-08-31
1
-5/+2
*
Added missing 'leftchar' initializer.
Jack Jansen
1995-08-14
1
-2/+2
*
Helper module for uuencode and binhex coders
Jack Jansen
1995-08-07
1
-0/+602
[prev]