1. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  2. 42c25f5 Close #19260: remove outdated comment in marshal.c by Antoine Pitrou · 11 years ago
  3. 0a7697b Catch a few extra error cases in marshal.c by Kristján Valur Jónsson · 11 years ago
  4. 5983258 Issue #19219 Remove a lot of "retval = NULL" statements, now that retval by Kristján Valur Jónsson · 11 years ago
  5. 3572842 Issue #19219: retval may be used uninitialized value by Christian Heimes · 11 years ago
  6. b30f271 Try to fix weird assertion error on the Fedora buildbot. by Antoine Pitrou · 11 years ago
  7. 1164dfc Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10%) smaller. by Antoine Pitrou · 11 years ago
  8. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  9. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  10. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  11. f9e6672 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 11 years ago
  12. 3641a74 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 11 years ago
  13. a155d40 Fix reference leaks introduced by the patch for issue #5308. by Serhiy Storchaka · 11 years ago
  14. dfde215 Fix reference leaks introduced by the patch for issue #5308. by Serhiy Storchaka · 11 years ago
  15. 3a8b79d Issue #18408: Fix marshal reader for Unicode strings: handle by Victor Stinner · 11 years ago
  16. f1913ca marshal: optimize parsing of empty Unicode strings by Victor Stinner · 11 years ago
  17. e9bbe8b Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal. by Antoine Pitrou · 11 years ago
  18. 6168362 Issue #16475 : Correctly handle the EOF when reading marshal streams. by Kristján Valur Jónsson · 11 years ago
  19. e178187 Issue #16475: Simplify the interface to r_ref_allocate and improve comments. by Kristján Valur Jónsson · 11 years ago
  20. eddb0a7 fix compiler warning by Benjamin Peterson · 11 years ago
  21. 605a774 Backed out changeset 521232b05b97 by Benjamin Peterson · 11 years ago
  22. c6dc124 fix compiler warning by Benjamin Peterson · 11 years ago
  23. d7009c6 Issue #16475: Support object instancing, recursion and interned strings by Kristján Valur Jónsson · 11 years ago
  24. 5a1f152 Issue #5308: Raise ValueError when marshalling too large object (a sequence by Serhiy Storchaka · 11 years ago
  25. 7e01911 Issue #5308: Raise ValueError when marshalling too large object (a sequence by Serhiy Storchaka · 11 years ago
  26. 7e39572 Issue #15466: Stop using TYPE_INT64 in marshal, by Martin v. Löwis · 12 years ago
  27. 0d3a003 - Issue #14177: marshal.loads() now raises TypeError when given an unicode by Antoine Pitrou · 12 years ago
  28. 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 12 years ago
  29. 1c13f84 Simplify code in marshal.c. by Antoine Pitrou · 12 years ago
  30. b2677c7 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 12 years ago
  31. 679e9d3 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 12 years ago
  32. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  33. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  34. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  35. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  36. 6c0ba44 Fix style in code added by edba722f3b02 by Éric Araujo · 13 years ago
  37. aac0f75 Correct uninitialized data problem in marshal code. by Vinay Sajip · 13 years ago
  38. 3232284 Removed breaking typo accidentally introduced during merge with 3.2. by Vinay Sajip · 13 years ago
  39. 65897a3 Closes #12291 for 3.3 - merged fix from 3.2. by Vinay Sajip · 13 years ago
  40. 5bdae3b Closes #12291: Fixed bug which was found when doing multiple loads from one stream. by Vinay Sajip · 13 years ago
  41. 623e8b8 Removed some unused local variables. by Vinay Sajip · 13 years ago
  42. 43b0686 try to use the same str object for all code filenames when compiling or unmarshalling (#12190) by Benjamin Peterson · 13 years ago
  43. d408503 remove unused string WILFE attribute by Benjamin Peterson · 13 years ago
  44. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  45. 5bc7ec9 Merged revisions 80325 via svnmerge from by Antoine Pitrou · 14 years ago
  46. ba1e0f4 Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) by Skip Montanaro · 15 years ago
  47. 2683ab0 Merged revisions 75141 via svnmerge from by Mark Dickinson · 15 years ago
  48. dd226ea Merged revisions 72597 via svnmerge from by R. David Murray · 15 years ago
  49. e0a2b72 Rename the surrogates error handler to surrogatepass. by Martin v. Löwis · 15 years ago
  50. 725bfd8 Issue #5914: Add new C-API function PyOS_string_to_double, to complement by Mark Dickinson · 15 years ago
  51. db12d45 Issue #3672: Reject surrogates in utf-8 codec; add surrogates error handler. by Martin v. Löwis · 15 years ago
  52. b1a03cf Added handling of PyOS_double_to_string out-of-memory errors. Closes issue 5775. by Eric Smith · 15 years ago
  53. 3e09f43 Make sure that marshal and pickle continue to output 17 by Mark Dickinson · 15 years ago
  54. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 15 years ago
  55. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 15 years ago
  56. 9309583 Merged revisions 70378 via svnmerge from by Nick Coghlan · 15 years ago
  57. 0a608fd fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, by Gregory P. Smith · 16 years ago
  58. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  59. 429ef65 Rename a variable to be more in line with the name of the module. by Brett Cannon · 16 years ago
  60. 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
  61. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  62. 74c71f5 #2957: marshal recursion limit exceeded when importing a large .pyc file by Amaury Forgeot d'Arc · 16 years ago
  63. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  64. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  65. 5f8ced2 Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from by Alexandre Vassalotti · 16 years ago
  66. 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 16 years ago
  67. 7b3ce6a Merged revisions 60441-60474 via svnmerge from by Christian Heimes · 16 years ago
  68. fd66e51 Merged revisions 60383-60407 via svnmerge from by Christian Heimes · 16 years ago
  69. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  70. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  71. 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 17 years ago
  72. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  73. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  74. 8ae62b6 Change PyBuffer to Py_buffer to be consistent with other non-object structures like Py_complex. Add some more functionality to the memoryview object. by Travis E. Oliphant · 17 years ago
  75. 63175a1 [Oops, I forgot half of the patch.] by Guido van Rossum · 17 years ago
  76. b99f762 Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118. by Travis E. Oliphant · 17 years ago
  77. 7a26534 Add a missing "rf.depth = 0;" to marshal_load(). by Guido van Rossum · 17 years ago
  78. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  79. da5b8f2 Rip out the file object's implementation. by Guido van Rossum · 17 years ago
  80. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  81. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  82. e6d3904 Make test_marshal pass. Not my best work. :-( by Guido van Rossum · 17 years ago
  83. f15a29f More coding by random modification. by Guido van Rossum · 17 years ago
  84. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  85. 98f9746 Support marshal.dump(x, f) where f is not a real file. by Guido van Rossum · 17 years ago
  86. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 17 years ago
  87. 545686b Remove PyFloat_AsReprString() and PyFloat_AsString() which should not by Neal Norwitz · 18 years ago
  88. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  89. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  90. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  91. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  92. 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 18 years ago
  93. 695934a Make Py_ssize_t clean. by Thomas Wouters · 18 years ago
  94. 7464b43 Fix incompatible assignment warning from previous checkin. by Thomas Wouters · 18 years ago
  95. 7f401ef Fix gcc (4.0.x) warning about use of uninitialized variables. by Thomas Wouters · 18 years ago
  96. 67baee6 Move cast to suppress warning. by Martin v. Löwis · 18 years ago
  97. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  98. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  99. ef78529 version was not initialized properly by Neal Norwitz · 19 years ago
  100. ec97a28 Fix a bunch of imports to use code.h instead of compile.h. by Jeremy Hylton · 19 years ago