index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_struct.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-107406: Add better `struct.Struct` repr (#107407)
denballakh
2023-08-26
1
-0/+4
*
gh-98248: Normalizing the error messages in function struct.pack (GH-98252)
Felix Ye
2022-12-04
1
-15/+48
*
GH-78724: Initialize struct.Struct in __new__ (GH-94532)
Kumar Aditya
2022-09-25
1
-0/+14
*
GH-94254: Make _struct module types immutable (#94269)
Kumar Aditya
2022-06-26
1
-0/+12
*
gh-94207: Fix struct module leak (GH-94239)
Mark Dickinson
2022-06-25
1
-0/+17
*
bpo-45668: Fix PGO tests without test extensions (GH-29315)
Christian Heimes
2021-11-01
1
-4/+5
*
bpo-45034: Fix how upper limit is formatted for `struct.pack("H", ...)` (GH-2...
Nikita Sobolev
2021-09-07
1
-0/+18
*
bpo-35714: Reject null characters in struct format strings (GH-16928)
Zackery Spytz
2020-05-25
1
-0/+8
*
bpo-38076 Clear the interpreter state only after clearing module globals (GH-...
Eddie Elizondo
2020-02-04
1
-0/+18
*
bpo-38076: Make struct module PEP-384 compatible (#15805)
Dino Viehland
2019-09-10
1
-0/+4
*
bpo-30249: Improve struct.unpack_from() error messages (GH-6059)
Xiang Zhang
2018-03-10
1
-4/+30
*
Fix bytes warnings in test_struct (added in bpo-29802). (#4068)
Serhiy Storchaka
2017-10-21
1
-2/+2
*
bpo-21071: struct.Struct.format type is now str (#845)
Victor Stinner
2017-06-23
1
-0/+8
*
bpo-30245: Fix possible overflow when organize struct.pack_into error message...
Johan Liu
2017-06-02
1
-0/+10
*
bpo-29802: Fix reference counting in module-level struct functions (#1213)
Serhiy Storchaka
2017-04-20
1
-0/+10
*
bpo-29649: Improve struct.pack_into() boundary error messages (#424)
Andrew Nester
2017-04-04
1
-0/+20
*
Rename struct.unpack() 2nd parameter to "buffer"
Victor Stinner
2017-02-02
1
-3/+3
*
Issue #29300: Convert _struct module to Argument Clinic
Victor Stinner
2017-02-02
1
-0/+4
*
require a long long data type (closes #27961)
Benjamin Peterson
2016-09-06
1
-18/+3
*
Issue #11734: Add support for IEEE 754 half-precision floats to the struct mo...
Mark Dickinson
2016-09-03
1
-2/+105
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-4/+1
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-1/+1
|
\
|
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-1/+1
*
|
Issue #14596: The struct.Struct() objects now use more compact implementation.
Serhiy Storchaka
2013-05-17
1
-7/+2
*
|
Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct...
Antoine Pitrou
2013-04-26
1
-1/+73
*
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-3/+3
|
/
*
Issue #15467: Merge 3.2
Martin v. Löwis
2012-07-29
1
-30/+10
|
\
|
*
Issue #15467: Move helpers for __sizeof__ tests into test_support.
Martin v. Löwis
2012-07-29
1
-29/+10
*
|
Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
Meador Inge
2012-07-29
1
-10/+41
|
\
\
|
|
/
|
*
Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
Meador Inge
2012-07-29
1
-10/+41
*
|
MERGE: Better test for Issue #15402: Add a __sizeof__ method to struct.Struct
Jesus Cea
2012-07-23
1
-4/+4
|
\
\
|
|
/
|
*
Better test for Issue #15402: Add a __sizeof__ method to struct.Struct
Jesus Cea
2012-07-23
1
-4/+4
*
|
Issue #15402: Add a __sizeof__ method to struct.Struct.
Meador Inge
2012-07-23
1
-0/+10
|
\
\
|
|
/
|
*
Issue #15402: Add a __sizeof__ method to struct.Struct.
Meador Inge
2012-07-23
1
-0/+10
*
|
Issue #3163: The struct module gets new format characters 'n' and 'N'
Antoine Pitrou
2011-10-06
1
-25/+41
|
/
*
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
1
-1/+1
|
\
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
|
*
Merged revisions 82637 via svnmerge from
Benjamin Peterson
2010-07-07
1
-4/+8
|
*
Merged revisions 82628,82630 via svnmerge from
Benjamin Peterson
2010-07-07
1
-2/+8
|
*
Merged revisions 81897-81898,81902 via svnmerge from
Mark Dickinson
2010-06-11
1
-0/+7
|
*
Merged revisions 78692 via svnmerge from
Mark Dickinson
2010-03-05
1
-6/+2
|
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
1
-2/+2
*
|
Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8
Victor Stinner
2010-12-28
1
-57/+46
*
|
Issue #8990: array.fromstring() and array.tostring() get renamed to
Antoine Pitrou
2010-09-01
1
-4/+4
*
|
Add test for memory leak reported in issue 9422.
Mark Dickinson
2010-08-01
1
-1/+6
*
|
Issue #4770: Restrict binascii module to accept only bytes (as specified).
Florent Xicluna
2010-07-27
1
-0/+1
*
|
Yield more information on failure in test_struct boolean test.
Mark Dickinson
2010-07-12
1
-2/+7
*
|
ValueError is eventually what we want to move to, I suppose
Benjamin Peterson
2010-07-10
1
-2/+2
*
|
wrap
Benjamin Peterson
2010-07-09
1
-1/+2
*
|
allow more exceptions
Benjamin Peterson
2010-07-09
1
-3/+3
[next]