FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Lib/base64.py - lp9102/cnpython · GitHub
lp9102
/
cnpython
Public
forked from
swizl/cnpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cnpython
Lib
base64.py
on
cnpython
User selector
Datepicker
Commit history
Commits on Mar 2, 2017
Add Python version since deprecation in base64 methods. (#33)
Show description for c643a96
Carreau
authored and
berkerpeksag
committed
c643a96
View commit details
Copy full SHA for c643a96
View code at this point
Browse repository at this point
Commits on Sep 11, 2016
Use sequence repetition instead of bytes constructor with integer argument.
serhiy-storchaka
committed
5f1a518
View commit details
Copy full SHA for 5f1a518
View code at this point
Browse repository at this point
Commits on Feb 24, 2016
Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True.
Show description for 6c783ac
serhiy-storchaka
committed
6c783ac
View commit details
Copy full SHA for 6c783ac
View code at this point
Browse repository at this point
Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True.
Show description for 205e75b
serhiy-storchaka
committed
205e75b
View commit details
Copy full SHA for 205e75b
View code at this point
Browse repository at this point
Issue #22088: Merge base64 docs from 3.5
vadmium
committed
150ea1a
View commit details
Copy full SHA for 150ea1a
View code at this point
Browse repository at this point
Commits on Feb 23, 2016
Issue #22088: Clarify base-64 alphabets and which characters are discarded
Show description for ee3074e
vadmium
committed
ee3074e
View commit details
Copy full SHA for ee3074e
View code at this point
Browse repository at this point
Commits on Oct 11, 2015
Issue #25357: Add an optional newline paramer to binascii.b2a_base64().
Show description for e84c976
vstinner
committed
e84c976
View commit details
Copy full SHA for e84c976
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
Escaped backslashes in docstrings.
serhiy-storchaka
committed
9f8a891
View commit details
Copy full SHA for 9f8a891
View code at this point
Browse repository at this point
Commits on Mar 17, 2014
Issue #20879: Delay the initialization of encoding and decoding tables for
Show description for d6a91a7
vstinner
committed
d6a91a7
View commit details
Copy full SHA for d6a91a7
View code at this point
Browse repository at this point
Commits on Mar 2, 2014
Closes issue #20728: Remove unused import added in rev 42366e293b7b and
Show description for 6c6596e
terryjreedy
committed
6c6596e
View commit details
Copy full SHA for 6c6596e
View code at this point
Browse repository at this point
Commits on Feb 6, 2014
Issue #20363. Fixed BytesWarning triggerred by test suite.
Show description for a26b3f1
serhiy-storchaka
committed
a26b3f1
View commit details
Copy full SHA for a26b3f1
View code at this point
Browse repository at this point
Commits on Nov 17, 2013
Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module.
pitrou
committed
6dd0d46
View commit details
Copy full SHA for 6dd0d46
View code at this point
Browse repository at this point
Commits on Oct 2, 2013
Close #17839: support bytes-like objects in base64 module
Show description for fdf239a
ncoghlan
committed
fdf239a
View commit details
Copy full SHA for fdf239a
View code at this point
Browse repository at this point
Commits on May 28, 2013
Issue #18011: base64.b32decode() now raises a binascii.Error if there are
Show description for ea2b490
serhiy-storchaka
committed
ea2b490
View commit details
Copy full SHA for ea2b490
View code at this point
Browse repository at this point
Issue #18011: Silence an unrelated noise introduced in changeset 1b5ef05d6ced.
serhiy-storchaka
committed
5cc9d32
View commit details
Copy full SHA for 5cc9d32
View code at this point
Browse repository at this point
Issue #18011: base64.b32decode() now raises a binascii.Error if there are
Show description for 77a3ad7
serhiy-storchaka
committed
77a3ad7
View commit details
Copy full SHA for 77a3ad7
View code at this point
Browse repository at this point
Commits on May 19, 2013
Issue #17812: Fixed quadratic complexity of base64.b32encode().
serhiy-storchaka
committed
2c3f2f1
View commit details
Copy full SHA for 2c3f2f1
View code at this point
Browse repository at this point
Issue #17812: Fixed quadratic complexity of base64.b32encode().
Show description for 87aa7dc
serhiy-storchaka
committed
87aa7dc
View commit details
Copy full SHA for 87aa7dc
View code at this point
Browse repository at this point
Commits on Jun 22, 2012
Speed up base64.urlsafe_{en,de}code().
gvanrossum
committed
95c1c48
View commit details
Copy full SHA for 95c1c48
View code at this point
Browse repository at this point
Commits on Feb 20, 2012
Issue #13641: Decoding functions in the base64 module now accept ASCII-only unicode strings.
Show description for ea6b4d5
pitrou
committed
ea6b4d5
View commit details
Copy full SHA for ea6b4d5
View code at this point
Browse repository at this point
Commits on Nov 11, 2010
#1466065: add validate option to base64.b64decode
Show description for 6495136
bitdancer
committed
6495136
View commit details
Copy full SHA for 6495136
View code at this point
Browse repository at this point
Commits on Oct 14, 2010
Explicitly close some files (from issue #10093)
pitrou
committed
b86680e
View commit details
Copy full SHA for b86680e
View code at this point
Browse repository at this point
Commits on Jul 28, 2010
Fix failure introduced in r83182.
ezio-melotti
committed
84befb0
View commit details
Copy full SHA for 84befb0
View code at this point
Browse repository at this point
Commits on May 25, 2010
Issue #4769: Fix main() function of the base64 module, use sys.stdin.buffer and
Show description for 479736b
Victor Stinner
committed
479736b
View commit details
Copy full SHA for 479736b
View code at this point
Browse repository at this point
Commits on Mar 11, 2010
convert shebang lines: python -> python3
benjaminp
committed
90f5ba5
View commit details
Copy full SHA for 90f5ba5
View code at this point
Browse repository at this point
Commits on Jun 29, 2009
Make b64encode raises properly a TypeError when altchars is not bytes.
avassalotti
committed
5629268
View commit details
Copy full SHA for 5629268
View code at this point
Browse repository at this point
Commits on Jun 4, 2009
More codestring -> codebytes.
birkenfeld
committed
706824f
View commit details
Copy full SHA for 706824f
View code at this point
Browse repository at this point
#3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter.
birkenfeld
committed
b54d801
View commit details
Copy full SHA for b54d801
View code at this point
Browse repository at this point
Commits on Aug 19, 2008
#2834: Change re module semantics, so that str and bytes mixing is forbidden,
Show description for fd03645
pitrou
committed
fd03645
View commit details
Copy full SHA for fd03645
View code at this point
Browse repository at this point
Commits on May 3, 2008
Removed implicit convertions of str object to bytes from base64.
Show description for 5209857
avassalotti
committed
5209857
View commit details
Copy full SHA for 5209857
View code at this point
Browse repository at this point
Commits on Nov 21, 2007
Rename buffer -> bytearray.
gvanrossum
committed
254348e
View commit details
Copy full SHA for 254348e
View code at this point
Browse repository at this point
Commits on Nov 6, 2007
Merging the py3k-pep3137 branch back into the py3k branch.
Show description for 98297ee
gvanrossum
committed
98297ee
View commit details
Copy full SHA for 98297ee
View code at this point
Browse repository at this point
Commits on Aug 29, 2007
Forgot one. This makes test_urllib2.py pass.
gvanrossum
committed
083e20c
View commit details
Copy full SHA for 083e20c
View code at this point
Browse repository at this point
Commits on Aug 27, 2007
Force test_xmlrpc to pass. I'm not happy with how I did this, but I don't
Show description for 54a40cb
gvanrossum
committed
54a40cb
View commit details
Copy full SHA for 54a40cb
View code at this point
Browse repository at this point
Fix some tests I broke. (More to follow.)
gvanrossum
committed
98b349f
View commit details
Copy full SHA for 98b349f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL