1. e2e792d merge 3.5 (#28184) by Benjamin Peterson · 8 years ago
  2. a9296e7 require C99 bool by Benjamin Peterson · 8 years ago
  3. af580df replace PY_LONG_LONG with long long by Benjamin Peterson · 8 years ago
  4. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  5. 7c4e409 Issue #11734: Add support for IEEE 754 half-precision floats to the struct module. Original patch by Eli Stevens. by Mark Dickinson · 8 years ago
  6. b0c6380 merge heads by Gregory P. Smith · 8 years ago
  7. b030991 Issue #26535: Correct docs regarding the struct buffer size by Martin Panter · 8 years ago
  8. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  9. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  10. bdb908e Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 8 years ago
  11. 4a1e70f Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 8 years ago
  12. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 8 years ago
  13. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 8 years ago
  14. 5c4064e Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 8 years ago
  15. 3dd3e26 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 9 years ago
  16. 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 9 years ago
  17. 706768c Issue #22156: Fix some "comparison between signed and unsigned integers" by Victor Stinner · 10 years ago
  18. 45e8e2f Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY() by Victor Stinner · 10 years ago
  19. 46c5deb - Modules/_struct.c (unpackiter_type): Define static. by doko@ubuntu.com · 11 years ago
  20. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  21. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  22. fff61f2 Issue #14596: The struct.Struct() objects now use more compact implementation. by Serhiy Storchaka · 11 years ago
  23. 9f14681 Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking. by Antoine Pitrou · 11 years ago
  24. 8ad5b07 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 11 years ago
  25. c73c561 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 11 years ago
  26. 4de7457 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 11 years ago
  27. f138055 #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  28. 4648b47 #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  29. 92c28ca #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 12 years ago
  30. 743e0cd Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified by Christian Heimes · 12 years ago
  31. bb9b1c1 Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. by Meador Inge · 12 years ago
  32. 90bc2dbc Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. by Meador Inge · 12 years ago
  33. 9f65899 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 12 years ago
  34. b14d8c9 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 12 years ago
  35. 45d9c91 Issue #3163: The struct module gets new format characters 'n' and 'N' by Antoine Pitrou · 13 years ago
  36. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  37. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  38. da9ec99 Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8 by Victor Stinner · 13 years ago
  39. 71c23d4 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. by Georg Brandl · 14 years ago
  40. 2da63cc Merged revisions 83239 via svnmerge from by Mark Dickinson · 14 years ago
  41. cf28b95 Issue #9422: Fix memory leak when re-initializing a struct.Struct object. by Mark Dickinson · 14 years ago
  42. 101d16c Merged revisions 82941 via svnmerge from by Mark Dickinson · 14 years ago
  43. eff5d85 Issue #9277: Struct module: standard bool packing was incorrect if by Mark Dickinson · 14 years ago
  44. f092c7c Merged revisions 82628,82630 via svnmerge from by Benjamin Peterson · 14 years ago
  45. de73c45 don't ignore exceptions from PyObject_IsTrue by Benjamin Peterson · 14 years ago
  46. 1330507 Merged revisions 81965 via svnmerge from by Mark Dickinson · 14 years ago
  47. c6f1396 Remove unnecessary brackets from docstring optional arguments. by Mark Dickinson · 14 years ago
  48. d12dfe2 Merged revisions 81961 via svnmerge from by Mark Dickinson · 14 years ago
  49. 0bd003a Issue #8973: Expanded Struct.__doc__. by Alexander Belopolsky · 14 years ago
  50. f9e091a Merged revisions 81947-81950,81955-81956 via svnmerge from by Mark Dickinson · 14 years ago
  51. fdb99f1 More struct module docs and docstring tweaks. by Mark Dickinson · 14 years ago
  52. aacfa95 Issue #8973: Improve struct module docstrings. by Mark Dickinson · 14 years ago
  53. d80a8ee Remove accidental (yet-to-be-reviewed) docstring changes included in r81947. by Mark Dickinson · 14 years ago
  54. 4b80ef5 Issue #8973: Add __all__ to struct module, so that help(struct) correctly by Mark Dickinson · 14 years ago
  55. 0681785 Remove unused variable. by Mark Dickinson · 14 years ago
  56. bfd5761 Issue #8981: Remove _struct.__version__. by Mark Dickinson · 14 years ago
  57. 4a3acca Merged revisions 81897-81898,81902 via svnmerge from by Mark Dickinson · 14 years ago
  58. b72e686 Fix more undefined-behaviour inducing overflow checks in struct module. by Mark Dickinson · 14 years ago
  59. eac0e68 Fix an incorrect return type. by Mark Dickinson · 14 years ago
  60. ab4096f Avoid possible undefined behaviour from signed overflow. by Mark Dickinson · 14 years ago
  61. 177e853 Issue #3129: Trailing digits in format string are no longer ignored. by Alexander Belopolsky · 14 years ago
  62. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  63. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  64. 414e737 Merged revisions 79751 via svnmerge from by Mark Dickinson · 14 years ago
  65. e9493a1 Merged revisions 79745 via svnmerge from by Mark Dickinson · 14 years ago
  66. 04e8bcb add missing decrefs by Benjamin Peterson · 14 years ago
  67. c593577 Merged revisions 79674 via svnmerge from by Mark Dickinson · 14 years ago
  68. 055a3fb Internal refactoring in struct.pack: make all integer conversions go through get_pylong. by Mark Dickinson · 14 years ago
  69. 77e2b67 Remove unused define. by Mark Dickinson · 14 years ago
  70. 015fa03 Merged revisions 75284 via svnmerge from by Mark Dickinson · 15 years ago
  71. 40714af Merged revisions 75283 via svnmerge from by Mark Dickinson · 15 years ago
  72. a62c94b Merged revisions 73882 via svnmerge from by Mark Dickinson · 15 years ago
  73. d99620d Merged revisions 73880 via svnmerge from by Mark Dickinson · 15 years ago
  74. d76c8da Merged revisions 73623-73624 via svnmerge from by Benjamin Peterson · 15 years ago
  75. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 15 years ago
  76. ea835e7 Issue #5463: Remove deprecated float coercion from struct module, along by Mark Dickinson · 15 years ago
  77. b40b947 Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct by Mark Dickinson · 15 years ago
  78. ae681df - Issue #5463: In struct module, remove deprecated overflow wrapping by Mark Dickinson · 15 years ago
  79. 75c3d6f #3694: fix an "XXX undetected error" leak in struct. by Georg Brandl · 15 years ago
  80. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  81. 17c7cd8 Replace PyNumber_Int with PyNumber_Long. by Mark Dickinson · 15 years ago
  82. cce2f21 Issue 4910, patch 2 of (probably) 3: pave the way for renaming of by Mark Dickinson · 15 years ago
  83. b1441c7 Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 via svnmerge from by Georg Brandl · 15 years ago
  84. a8a9304 Merged revisions 66693 via svnmerge from by Benjamin Peterson · 16 years ago
  85. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  86. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  87. 4ae1946 update the struct documentation to refer to bytes by Benjamin Peterson · 16 years ago
  88. 35c8658 Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,64253,64278,64280,64301,64303,64320,64328,64338-64339 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  89. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  90. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  91. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  92. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  93. 18c6689 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60873 via svnmerge from by Christian Heimes · 16 years ago
  94. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 16 years ago
  95. a34706f Merged revisions 59680-59695 via svnmerge from by Christian Heimes · 16 years ago
  96. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 16 years ago
  97. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  98. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  99. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  100. e625fd5 Make struct tests pass. by Guido van Rossum · 17 years ago