FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Modules/_codecsmodule.c - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
cpython
Modules
_codecsmodule.c
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Mar 12, 2017
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
serhiy-storchaka
authored
202fda5
View commit details
Copy full SHA for 202fda5
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
zooba
committed
cc16be8
View commit details
Copy full SHA for cc16be8
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec lookup
zooba
committed
f5aba58
View commit details
Copy full SHA for f5aba58
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
- Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 2954f83
serhiy-storchaka
committed
2954f83
View commit details
Copy full SHA for 2954f83
View code at this point
Browse repository at this point
Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 1a2b24f
serhiy-storchaka
committed
1a2b24f
View commit details
Copy full SHA for 1a2b24f
View code at this point
Browse repository at this point
Commits on Apr 14, 2016
Issues #26716, #26057: Regenerate Argument Clinic code.
serhiy-storchaka
committed
2eb6b0d
View commit details
Copy full SHA for 2eb6b0d
View code at this point
Browse repository at this point
Commits on Apr 13, 2016
Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().
serhiy-storchaka
committed
21a663e
View commit details
Copy full SHA for 21a663e
View code at this point
Browse repository at this point
Commits on Aug 9, 2015
Issue #24824: Signatures of codecs.encode() and codecs.decode() now are
Show description for c97a962
serhiy-storchaka
committed
c97a962
View commit details
Copy full SHA for c97a962
View code at this point
Browse repository at this point
Commits on May 12, 2015
Fixed compilation on Windows for issue #20173.
serhiy-storchaka
committed
1aa5e1d
View commit details
Copy full SHA for 1aa5e1d
View code at this point
Browse repository at this point
Issue #20173: Converted the _codecs module to Argument Clinic.
serhiy-storchaka
committed
0c59ff6
View commit details
Copy full SHA for 0c59ff6
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
Issue #23501: Argumen Clinic now generates code into separate files by default.
serhiy-storchaka
committed
1009bf1
View commit details
Copy full SHA for 1009bf1
View code at this point
Browse repository at this point
Commits on Mar 20, 2015
Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and
Show description for 8490f5a
serhiy-storchaka
committed
8490f5a
View commit details
Copy full SHA for 8490f5a
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Show description for 3dd3e26
serhiy-storchaka
committed
3dd3e26
View commit details
Copy full SHA for 3dd3e26
View code at this point
Browse repository at this point
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Show description for 4fdb684
serhiy-storchaka
committed
4fdb684
View commit details
Copy full SHA for 4fdb684
View code at this point
Browse repository at this point
Commits on Jan 6, 2015
Merge issue 19548 changes from 3.4
ncoghlan
committed
582acb7
View commit details
Copy full SHA for 582acb7
View code at this point
Browse repository at this point
Issue 19548: update codecs module documentation
Show description for b9fdb7a
ncoghlan
committed
b9fdb7a
View commit details
Copy full SHA for b9fdb7a
View code at this point
Browse repository at this point
Commits on Sep 15, 2014
Merge fix for issue #22166 from 3.4
ncoghlan
committed
a0f3375
View commit details
Copy full SHA for a0f3375
View code at this point
Browse repository at this point
Issue #22166: clear codec caches in test_codecs
ncoghlan
committed
8fad167
View commit details
Copy full SHA for 8fad167
View code at this point
Browse repository at this point
Commits on Aug 17, 2014
Issue #22207: Fix "comparison between signed and unsigned integers" warning in
Show description for 049e509
vstinner
committed
049e509
View commit details
Copy full SHA for 049e509
View code at this point
Browse repository at this point
Commits on May 14, 2014
Issue #21488: Add support of keyword arguments for codecs.encode and codecs.decode
vstinner
committed
a57dfd0
View commit details
Copy full SHA for a57dfd0
View code at this point
Browse repository at this point
Commits on Aug 13, 2013
Issue #18722: Remove uses of the "register" keyword in C code.
pitrou
committed
9ed5f27
View commit details
Copy full SHA for 9ed5f27
View code at this point
Browse repository at this point
Commits on Oct 6, 2012
Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka.
mdickinson
committed
c04ddff
View commit details
Copy full SHA for c04ddff
View code at this point
Browse repository at this point
Commits on Nov 17, 2011
#13406: fix more deprecation warnings and move the deprecation of unicode-internal earlier in the code.
ezio-melotti
committed
adc417c
View commit details
Copy full SHA for adc417c
View code at this point
Browse repository at this point
Commits on Nov 16, 2011
#13406: silence deprecation warnings in test_codecs.
ezio-melotti
committed
11060a4
View commit details
Copy full SHA for 11060a4
View code at this point
Browse repository at this point
Commits on Nov 12, 2011
Plug some (unlikely) refleaks.
pitrou
committed
f72d4ef
View commit details
Copy full SHA for f72d4ef
View code at this point
Browse repository at this point
Commits on Nov 10, 2011
Fix and deprecated the unicode_internal codec
Show description for 9f4b1e9
Victor Stinner
committed
9f4b1e9
View commit details
Copy full SHA for 9f4b1e9
View code at this point
Browse repository at this point
Fix build on Windows
Victor Stinner
committed
87a7c82
View commit details
Copy full SHA for 87a7c82
View code at this point
Browse repository at this point
Port encoders from Py_UNICODE API to unicode object API.
loewis
committed
1db7c13
View commit details
Copy full SHA for 1db7c13
View code at this point
Browse repository at this point
Commits on Nov 2, 2011
Port UCS1 and charmap codecs to new API.
loewis
committed
23e275b
View commit details
Copy full SHA for 23e275b
View code at this point
Browse repository at this point
Commits on Oct 18, 2011
Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore
Show description for 3a50e70
Victor Stinner
committed
3a50e70
View commit details
Copy full SHA for 3a50e70
View code at this point
Browse repository at this point
Commits on Oct 14, 2011
Issue #13088: Add shared Py_hexdigits constant to format a number into base 16
Victor Stinner
committed
f5cff56
View commit details
Copy full SHA for f5cff56
View code at this point
Browse repository at this point
Commits on Sep 28, 2011
Implement PEP 393.
loewis
committed
d63a3b8
View commit details
Copy full SHA for d63a3b8
View code at this point
Browse repository at this point
Commits on Jul 4, 2011
Issue #9642: Uniformize the tests on the availability of the mbcs codec
Show description for 99b9538
Victor Stinner
committed
99b9538
View commit details
Copy full SHA for 99b9538
View code at this point
Browse repository at this point
Commits on Jun 9, 2010
Merged revisions 81860 via svnmerge from
Show description for d118856
pitrou
committed
d118856
View commit details
Copy full SHA for d118856
View code at this point
Browse repository at this point
Commits on Jun 8, 2010
Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format
Show description for 3dcb5ac
Victor Stinner
committed
3dcb5ac
View commit details
Copy full SHA for 3dcb5ac
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL