FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Include/bytesobject.h - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Include
bytesobject.h
on
3.14
User selector
Datepicker
Commit history
Commits on Sep 1, 2023
gh-108765: Move standard includes to Python.h (#108769)
Show description for 45b9e6a
vstinner
authored
45b9e6a
View commit details
Copy full SHA for 45b9e6a
View code at this point
Browse repository at this point
Commits on Jun 16, 2022
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
vstinner
authored
7546914
View commit details
Copy full SHA for 7546914
View code at this point
Browse repository at this point
Commits on Oct 14, 2021
bpo-45434: Remove useless space in includes (GH-28963)
Show description for 7076bef
vstinner
authored
7076bef
View commit details
Copy full SHA for 7076bef
View code at this point
Browse repository at this point
Commits on Oct 13, 2021
bpo-45434: bytearrayobject.h no longer includes <stdarg.h> (GH-28913)
Show description for c63623a
vstinner
authored
c63623a
View commit details
Copy full SHA for c63623a
View code at this point
Browse repository at this point
Commits on Dec 3, 2020
bpo-42431: Fix outdated bytes comments (GH-23458)
Show description for 2ad9382
serhiy-storchaka
authored
2ad9382
View commit details
Copy full SHA for 2ad9382
View code at this point
Browse repository at this point
Commits on Feb 13, 2020
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Show description for d905df7
corona10
authored
d905df7
View commit details
Copy full SHA for d905df7
View code at this point
Browse repository at this point
Commits on Feb 12, 2020
bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494)
Show description for 98921ae
vstinner
authored
98921ae
View commit details
Copy full SHA for 98921ae
View code at this point
Browse repository at this point
Commits on Jan 18, 2020
bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037)
Show description for cd7db76
pablogsal
authored
cd7db76
View commit details
Copy full SHA for cd7db76
View code at this point
Browse repository at this point
Commits on Sep 12, 2019
Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013)
Show description for 3a4f667
gnprice
authored and
benjaminp
committed
3a4f667
View commit details
Copy full SHA for 3a4f667
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
bpo-32150: Expand tabs to spaces in C files. (#4583)
serhiy-storchaka
authored
598ceae
View commit details
Copy full SHA for 598ceae
View code at this point
Browse repository at this point
Commits on Dec 27, 2016
Issue #29058: All stable API extensions added after Python 3.2 are now
Show description for 34d0ac8
serhiy-storchaka
committed
34d0ac8
View commit details
Copy full SHA for 34d0ac8
View code at this point
Browse repository at this point
Commits on Oct 31, 2016
Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6.
ericvsmith
committed
5646648
View commit details
Copy full SHA for 5646648
View code at this point
Browse repository at this point
Commits on Aug 30, 2016
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
rhettinger
committed
15f44ab
View commit details
Copy full SHA for 15f44ab
View code at this point
Browse repository at this point
Commits on Apr 15, 2016
Issue #15984: Merge PyUnicode doc from 3.5
vadmium
committed
cda8094
View commit details
Copy full SHA for cda8094
View code at this point
Browse repository at this point
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Show description for 6245cb3
vadmium
committed
6245cb3
View commit details
Copy full SHA for 6245cb3
View code at this point
Browse repository at this point
Commits on Oct 14, 2015
Add _PyBytesWriter_Resize() function
Show description for c5c3ba4
vstinner
committed
c5c3ba4
View commit details
Copy full SHA for c5c3ba4
View code at this point
Browse repository at this point
Optimize bytes.fromhex() and bytearray.fromhex()
Show description for 2bf8993
vstinner
committed
2bf8993
View commit details
Copy full SHA for 2bf8993
View code at this point
Browse repository at this point
Optimize bytearray % args
Show description for 772b2b0
vstinner
committed
772b2b0
View commit details
Copy full SHA for 772b2b0
View code at this point
Browse repository at this point
Add use_bytearray attribute to _PyBytesWriter
Show description for 661aacc
vstinner
committed
661aacc
View commit details
Copy full SHA for 661aacc
View code at this point
Browse repository at this point
Commits on Oct 12, 2015
Relax _PyBytesWriter API
Show description for c29e29b
vstinner
committed
c29e29b
View commit details
Copy full SHA for c29e29b
View code at this point
Browse repository at this point
Commits on Oct 9, 2015
Add _PyBytesWriter_WriteBytes() to factorize the code
vstinner
committed
ce179bf
View commit details
Copy full SHA for ce179bf
View code at this point
Browse repository at this point
_PyBytesWriter: rename size attribute to min_size
vstinner
committed
53926a1
View commit details
Copy full SHA for 53926a1
View code at this point
Browse repository at this point
Issue #25318: cleanup code _PyBytesWriter
Show description for b3653a3
vstinner
committed
b3653a3
View commit details
Copy full SHA for b3653a3
View code at this point
Browse repository at this point
Commits on Oct 8, 2015
Issue #25318: Move _PyBytesWriter to bytesobject.c
Show description for 0016507
vstinner
committed
0016507
View commit details
Copy full SHA for 0016507
View code at this point
Browse repository at this point
Commits on Jan 24, 2015
Issue20284: Implement PEP461
ethanfurman
committed
b95b561
View commit details
Copy full SHA for b95b561
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 Apr 27, 2012
Simplify and optimize formatlong()
Show description for d0880d5
vstinner
committed
d0880d5
View commit details
Copy full SHA for d0880d5
View code at this point
Browse repository at this point
Commits on Dec 3, 2010
Merge branches/pep-0384.
loewis
committed
4d0d471
View commit details
Copy full SHA for 4d0d471
View code at this point
Browse repository at this point
Commits on Oct 17, 2010
make hashes always the size of pointers; introduce Py_hash_t #9778
benjaminp
committed
8f67d08
View commit details
Copy full SHA for 8f67d08
View code at this point
Browse repository at this point
Commits on Apr 16, 2009
The other half of Issue #1580: use short float repr where possible.
Show description for 0923d1d
ericvsmith
committed
0923d1d
View commit details
Copy full SHA for 0923d1d
View code at this point
Browse repository at this point
Commits on Apr 3, 2009
Added ',' thousands grouping to int.__format__. See PEP 378.
Show description for a3b1ac8
ericvsmith
committed
a3b1ac8
View commit details
Copy full SHA for a3b1ac8
View code at this point
Browse repository at this point
Commits on Aug 26, 2008
make bytes(o) respect __bytes__ #2415
Show description for c15a073
benjaminp
committed
c15a073
View commit details
Copy full SHA for c15a073
View code at this point
Browse repository at this point
Commits on Jun 24, 2008
Merged revisions 64491 via svnmerge from
Show description for 6d7e7a7
ericvsmith
committed
6d7e7a7
View commit details
Copy full SHA for 6d7e7a7
View code at this point
Browse repository at this point
Commits on Jun 10, 2008
Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,63989,64014-64015,64021-64022,64063-64065,64067 via svnmerge from
Show description for 0c77a82
birkenfeld
committed
0c77a82
View commit details
Copy full SHA for 0c77a82
View code at this point
Browse repository at this point
Commits on May 26, 2008
remove PyBytes_Format from header
benjaminp
committed
27ad091
View commit details
Copy full SHA for 27ad091
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL