index
:
platform_external_python_cpython2
android10-c2f2-release
android10-c2f2-s1-release
android10-c2f2-s2-release
android10-d4-release
android10-d4-s1-release
android10-dev
android10-gsi
android10-mainline-a-release
android10-mainline-media-release
android10-mainline-networking-release
android10-mainline-release
android10-mainline-resolv-release
android10-mainline-tzdata-release
android10-qpr1-b-release
android10-qpr1-b-s1-release
android10-qpr1-c-release
android10-qpr1-c-s1-release
android10-qpr1-d-release
android10-qpr1-mainline-release
android10-qpr1-release
android10-qpr2-release
android10-qpr2-s1-release
android10-qpr2-s2-release
android10-qpr2-s3-release
android10-qpr2-s4-release
android10-qpr3-release
android10-qpr3-s1-release
android10-release
android10-s1-release
android10-s2-release
android10-s3-release
android10-security-release
android10-tests-release
android11-dev
android11-gsi
android11-mainline-release
android11-release
android11-tests-release
build-tools-release
master
master-cuttlefish-testing-release
ndk-sysroot-r21
o-mr1-iot-preview-7
o-mr1-iot-preview-8
oreo-dr1-dev
oreo-dr1-release
oreo-dr2-release
oreo-dr3-release
oreo-m2-release
oreo-m2-s1-release
oreo-m2-s2-release
oreo-m2-s3-release
oreo-m2-s4-release
oreo-m2-s5-release
oreo-m3-release
oreo-m4-s1-release
oreo-m4-s10-release
oreo-m4-s11-release
oreo-m4-s12-release
oreo-m4-s2-release
oreo-m4-s3-release
oreo-m4-s4-release
oreo-m4-s5-release
oreo-m4-s6-release
oreo-m4-s7-release
oreo-m4-s8-release
oreo-m4-s9-release
oreo-m5-release
oreo-m6-s2-release
oreo-m6-s3-release
oreo-m6-s4-release
oreo-m7-release
oreo-m8-release
oreo-mr1-1.2-iot-release
oreo-mr1-cts-release
oreo-mr1-cuttlefish-testing
oreo-mr1-dev
oreo-mr1-iot-release
oreo-mr1-release
oreo-mr1-s1-release
oreo-mr1-security-release
oreo-mr1-vts-release
oreo-mr1-wear-release
pie-b4s4-dev
pie-b4s4-release
pie-cts-release
pie-cuttlefish-testing
pie-dev
pie-dr1-dev
pie-dr1-release
pie-gsi
pie-platform-release
pie-qpr1-release
pie-qpr1-s1-release
pie-qpr1-s2-release
pie-qpr1-s3-release
pie-qpr2-release
pie-qpr3-b-release
pie-qpr3-release
pie-qpr3-s1-release
pie-r2-release
pie-r2-s1-release
pie-r2-s2-release
pie-release
pie-release-2
pie-s2-release
pie-security-release
pie-vts-dev
pie-vts-release
sdk-release
security-oc-mr1-release
security-pi-release
simpleperf-release
upstream-2.7
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
binascii.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT
Martin Panter
2016-12-24
1
-1
/
+1
*
Issue #28139: Fix messed up indentation
Martin Panter
2016-09-17
1
-1
/
+1
*
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
Serhiy Storchaka
2016-09-14
1
-5
/
+7
*
fix possible integer overflow in binascii.b2a_qp (closes #27760)
Benjamin Peterson
2016-08-13
1
-9
/
+16
*
Issue #20434 Correct error handlin of _PyString_Resize and _PyBytes_Resize
Kristján Valur Jónsson
2014-04-25
1
-35
/
+20
*
Remove all other uses of the C tolower()/toupper() which could break with a T...
Antoine Pitrou
2011-10-04
1
-2
/
+2
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-1131
/
+1131
*
Followup to #7703: a2b_hqx() didn't follow the new buffer API (neither in trunk
Antoine Pitrou
2010-01-16
1
-3
/
+14
*
Issue #7701: Fix crash in binascii.b2a_uu() in debug mode when given a
Antoine Pitrou
2010-01-15
1
-1
/
+1
*
Issue #7703: Add support for the new buffer API to functions of the
Antoine Pitrou
2010-01-14
1
-70
/
+189
*
Merge in release25-maint r60793:
Gregory P. Smith
2008-06-11
1
-3
/
+39
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-42
/
+42
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-42
/
+42
*
On platforms without zlib, make this do the right thing and return the python
Gregory P. Smith
2008-03-25
1
-71
/
+58
*
Use a 32-bit unsigned int here, a long is not needed.
Gregory P. Smith
2008-03-25
1
-2
/
+2
*
Have the binascii module use zlib's optimized crc32() function when available
Gregory P. Smith
2008-03-24
1
-0
/
+24
*
Add a test to make sure zlib.crc32 and binascii.crc32 return the same thing.
Gregory P. Smith
2008-03-18
1
-1
/
+1
*
Backport checkin:
Walter Dörwald
2007-05-09
1
-1
/
+1
*
Patch #1185447: binascii.b2a_qp() now correctly quotes binary characters
Georg Brandl
2007-03-13
1
-4
/
+8
*
Bug #1588217: don't parse "= " as a soft line break in binascii's
Georg Brandl
2006-11-16
1
-2
/
+1
*
Make binascii.hexlify() use s# for its arguments instead of t# to actually
Brett Cannon
2006-06-08
1
-1
/
+1
*
Correct some value converting strangenesses.
Georg Brandl
2006-05-29
1
-1
/
+1
*
Use Py_ssize_t for arithmetic on Py_ssize_t's, instead of unsigned ints.
Thomas Wouters
2006-03-01
1
-2
/
+2
*
Fix brainfart.
Thomas Wouters
2006-03-01
1
-1
/
+1
*
Make Py_ssize_t-clean.
Thomas Wouters
2006-03-01
1
-17
/
+18
*
Revert backwards-incompatible const changes.
Martin v. Löwis
2006-02-27
1
-2
/
+2
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0
/
+2
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
1
-2
/
+3
*
Remove redunandant assertions from last checkin.
Raymond Hettinger
2004-09-06
1
-9
/
+0
*
SF #1022953: binascii.a2b_hqx("") raises SystemError
Raymond Hettinger
2004-09-06
1
-5
/
+16
*
Switch arguments to memset (kudos to MSVC C4318 for finding that)
Martin v. Löwis
2004-07-27
1
-2
/
+2
*
Valgrind was reporting an uninitialized read for bad input.
Neal Norwitz
2004-06-06
1
-1
/
+2
*
In order to fix SF bug # 824977, we replace calloc()/free() calls in
Barry Warsaw
2004-05-11
1
-9
/
+16
*
binascii_a2b_base64: Properly return an empty string if the input was all
Thomas Wouters
2003-03-17
1
-1
/
+8
*
base64.decodestring('') should return '' instead of raising an
Barry Warsaw
2002-08-15
1
-5
/
+2
*
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond
2002-08-02
1
-1
/
+1
*
Another stab at SF 576327: zipfile when sizeof(long) == 8
Tim Peters
2002-07-02
1
-100
/
+106
*
Fix for SF bug #576327: zipfile when sizeof(long) == 8
Tim Peters
2002-07-02
1
-1
/
+11
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-20
/
+20
*
SF bug #494738: binascii_b2a_base64 overwrites memory.
Tim Peters
2001-12-19
1
-3
/
+5
*
Change the limit on the input size for b2a_base64 to what will fit in
Guido van Rossum
2001-10-30
1
-1
/
+3
*
Add various typecasts (back and forth from char * to unsigned char *)
Greg Ward
2001-10-04
1
-5
/
+5
*
Patch #462190, patch #464070: Support quoted printable in the binascii module.
Martin v. Löwis
2001-09-30
1
-0
/
+296
*
This closes bug #430849 (internal error produced by binascii.a2b_base64)
Peter Schneider-Kamp
2001-06-07
1
-0
/
+4
*
Address a bug in the uuencode decoder, reported bu "donut" in SF bug
Guido van Rossum
2001-01-09
1
-3
/
+3
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-16
/
+0
*
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
[next]