COMMITS
/ Doc/library/array.rst April 7, 2026
H
Python 3.15.0a8
Hugo van Kemenade committed
March 30, 2026
S
gh-146238: Support half-floats in the array module (#146242)
Sergey B Kirpichev committed
March 26, 2026
S
gh-144837: Improve documentation for more collection methods (GH-144841)
Serhiy Storchaka committed
S
gh-146151: Add support for complex arrays in the array module (#146237)
Sergey B Kirpichev committed
March 23, 2026
P
gh-108907: ctypes: Document _type_ codes (GH-145837)
Petr Viktorin committed
January 11, 2026
S
gh-143420: Clarify sequence behavior for slice indexes (#143422)
Sergey B Kirpichev committed
July 29, 2025
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
February 25, 2024
A
Erase some unnecessary quotes on data model doc (#113521)
Adorilson Bezerra committed
February 10, 2024
M
gh-114894: add array.array.clear() method (#114919)
Mike Zimin committed
January 22, 2024
S
gh-114115: Update documentation of array.array (GH-114117)
Serhiy Storchaka committed
July 22, 2023
S
gh-106948: Add standard external names to nitpick_ignore (GH-106949)
Serhiy Storchaka committed
June 11, 2023
H
gh-80480: Emit DeprecationWarning for array's 'u' type code (#95760)
Hugo van Kemenade committed
June 4, 2023
I
gh-80480: array: Add 'w' typecode. (#105242)
Inada Naoki committed
May 24, 2023
V
gh-104773: PEP 594: Remove the xdrlib module (#104900)
Victor Stinner committed
February 3, 2023
C
gh-100925: Move array methods under class in array doc (#101485)
C.A.M. Gerlach committed
October 28, 2022
N
gh-98657: [docs] `array.typecodes` is a module-level attribute (#98729)
Nikita Sobolev committed
May 31, 2022
Y
gh-93391: fix typo in `array` docs (GH-93392)
ynfle committed
April 26, 2021
A
Doc: Fix the array.fromfile method doc (GH-22037)
Adorilson Bezerra committed
April 2, 2021
Z
bpo-31956: Add start and stop parameters to array.index() (GH-25059)
Zackery Spytz committed
October 1, 2020
A
[doc] Update references to NumPy (GH-22458)
Andre Delfino committed
May 11, 2020
I
bpo-36346: array: Don't use deprecated APIs (GH-19653)
Inada Naoki committed
December 9, 2019
V
bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)
Victor Stinner committed
August 22, 2019
S
bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388)
Sergey Fedoseev committed
June 27, 2019
S
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
December 2, 2016
S
Issue #21818: Fixed references to classes that have names matching with module
Serhiy Storchaka committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 18, 2016
S
Issue #27036: Fixed formatting references to "bytes-like object" in plural.
Serhiy Storchaka committed
May 7, 2016
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
June 8, 2013
E
#18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.
Ezio Melotti committed
May 4, 2013
E
#16518: use "bytes-like object" throughout the docs.
Ezio Melotti committed
August 24, 2012
S
Issue #13072: The array module's 'u' format code is now deprecated and
Stefan Krah committed
August 5, 2012
V
Close #13072: Restore code before the PEP 393 for the array module
Victor Stinner committed
October 25, 2011
E
Remove mention of narrow/wide builds and update array doc, add a test.
Ezio Melotti committed
September 27, 2011
G
Fix markup.
Georg Brandl committed
September 21, 2011
M
Issue #1172711: Add 'long long' support to the array module.
Meador Inge committed
December 12, 2010
A
Obsolete aliases needn't be documented
Antoine Pitrou committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
September 15, 2010
A
Add cross-references to the glossary entry for file objects.
Antoine Pitrou committed
September 1, 2010
A
Issue #8990: array.fromstring() and array.tostring() get renamed to
Antoine Pitrou committed
July 17, 2009
A
Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from
Alexandre Vassalotti committed
July 11, 2009
G
Merged revisions 73940 via svnmerge from
Georg Brandl committed
May 17, 2009
G
Remove surplus empty lines and convert more files to new optional arg style.
Georg Brandl committed
January 3, 2009
G
Remove trailing whitespace.
Georg Brandl committed
December 6, 2008
G
#4557: remove 'c' typecode from array docs and add a note in whatsnew.
Georg Brandl committed
March 31, 2008
B
Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from
Benjamin Peterson committed
February 1, 2008
G
Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.
Georg Brandl committed
November 29, 2007
G
Remove further mentions of long integers.
Georg Brandl committed