FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/bytes_methods.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
Objects
bytes_methods.c
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Jul 6, 2018
bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039)
Show description for c929df3
taleinat
authored
c929df3
View commit details
Copy full SHA for c929df3
View code at this point
Browse repository at this point
Commits on Jan 28, 2018
bpo-32677: Optimize str.isascii() (GH-5356)
methane
authored
bea5706
View commit details
Copy full SHA for bea5706
View code at this point
Browse repository at this point
Commits on Jan 27, 2018
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
methane
authored
a49ac99
View commit details
Copy full SHA for a49ac99
View code at this point
Browse repository at this point
Commits on Apr 5, 2017
bpo-29549: Fixes docstring for str.index (#256)
Show description for 43ba886
lisroach
authored and
rhettinger
committed
43ba886
View commit details
Copy full SHA for 43ba886
View code at this point
Browse repository at this point
Commits on Mar 12, 2017
bpo-29730: replace some calls to PyNumber_Check and improve some error messages (#650)
orenmn
authored and
serhiy-storchaka
committed
0042510
View commit details
Copy full SHA for 0042510
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
remove all usage of Py_LOCAL
benjaminp
committed
621b430
View commit details
Copy full SHA for 621b430
View code at this point
Browse repository at this point
Commits on Jul 10, 2016
Issue #27474: Unified error messages in the __contains__ method of bytes and
Show description for f9efb8b
serhiy-storchaka
committed
f9efb8b
View commit details
Copy full SHA for f9efb8b
View code at this point
Browse repository at this point
Commits on Jul 3, 2016
Issue #26765: Fixed parsing Py_ssize_t arguments on 32-bit Windows.
serhiy-storchaka
committed
ab8bcb3
View commit details
Copy full SHA for ab8bcb3
View code at this point
Browse repository at this point
Commits on May 4, 2016
Issue #26765: Moved common code and docstrings for bytes and bytearray methods
Show description for dd40fc3
serhiy-storchaka
committed
dd40fc3
View commit details
Copy full SHA for dd40fc3
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
Issue #25923: Added more const qualifiers to signatures of static and private functions.
serhiy-storchaka
committed
ef1585e
View commit details
Copy full SHA for ef1585e
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 Oct 5, 2014
#16518: Bring error messages in harmony with docs ("bytes-like object")
Show description for 861470c
bitdancer
committed
861470c
View commit details
Copy full SHA for 861470c
View code at this point
Browse repository at this point
Commits on Jul 27, 2014
Issue #20179: Apply Argument Clinic to bytes and bytearray.
Show description for 7252a6e
loewis
committed
7252a6e
View commit details
Copy full SHA for 7252a6e
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 Jan 8, 2012
Issue #13738: Simplify implementation of bytes.lower() and bytes.upper().
pitrou
committed
94f6fa6
View commit details
Copy full SHA for 94f6fa6
View code at this point
Browse repository at this point
Commits on Jun 27, 2011
Fix closes Issue12385 - Clarify maketrans method docstring for bytes and bytearray object.
orsenthil
committed
84e3ccc
View commit details
Copy full SHA for 84e3ccc
View code at this point
Browse repository at this point
Commits on Aug 15, 2010
Fix (harmless) warning with MSVC.
pitrou
committed
47019e5
View commit details
Copy full SHA for 47019e5
View code at this point
Browse repository at this point
Fix indentation and remove dead code.
pitrou
committed
9b49192
View commit details
Copy full SHA for 9b49192
View code at this point
Browse repository at this point
Commits on Jul 5, 2010
Fix the docstrings of the capitalize method.
orsenthil
committed
e51ee8a
View commit details
Copy full SHA for e51ee8a
View code at this point
Browse repository at this point
Commits on May 9, 2010
Recorded merge of revisions 81029 via svnmerge from
Show description for f95a1b3
pitrou
committed
f95a1b3
View commit details
Copy full SHA for f95a1b3
View code at this point
Browse repository at this point
Commits on Oct 14, 2009
Issue #7065: Fix a crash in bytes.maketrans and bytearray.maketrans when
Show description for 403ce78
pitrou
committed
403ce78
View commit details
Copy full SHA for 403ce78
View code at this point
Browse repository at this point
Commits on Apr 27, 2009
Merged revisions 72040 via svnmerge from
Show description for 6dc46f5
ericvsmith
committed
6dc46f5
View commit details
Copy full SHA for 6dc46f5
View code at this point
Browse repository at this point
Commits on Apr 12, 2009
Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate
Show description for abc3877
birkenfeld
committed
abc3877
View commit details
Copy full SHA for abc3877
View code at this point
Browse repository at this point
Commits on May 26, 2008
Renamed PyString to PyBytes
tiran
committed
72b710a
View commit details
Copy full SHA for 72b710a
View code at this point
Browse repository at this point
Commits on Oct 16, 2007
For PEP3137: Adds missing methods to the mutable PyBytes object (soon
Show description for 60d241f
gpshead
committed
60d241f
View commit details
Copy full SHA for 60d241f
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL