1. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  2. 2bbeb0e Merged revisions 75145 via svnmerge from by Mark Dickinson · 15 years ago
  3. dd226ea Merged revisions 72597 via svnmerge from by R. David Murray · 15 years ago
  4. e0a2b72 Rename the surrogates error handler to surrogatepass. by Martin v. Löwis · 15 years ago
  5. 725bfd8 Issue #5914: Add new C-API function PyOS_string_to_double, to complement by Mark Dickinson · 15 years ago
  6. db12d45 Issue #3672: Reject surrogates in utf-8 codec; add surrogates error handler. by Martin v. Löwis · 15 years ago
  7. b1a03cf Added handling of PyOS_double_to_string out-of-memory errors. Closes issue 5775. by Eric Smith · 15 years ago
  8. 3e09f43 Make sure that marshal and pickle continue to output 17 by Mark Dickinson · 15 years ago
  9. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 15 years ago
  10. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 15 years ago
  11. 9309583 Merged revisions 70378 via svnmerge from by Nick Coghlan · 15 years ago
  12. 0a608fd fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, by Gregory P. Smith · 16 years ago
  13. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  14. 429ef65 Rename a variable to be more in line with the name of the module. by Brett Cannon · 16 years ago
  15. 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
  16. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  17. 74c71f5 #2957: marshal recursion limit exceeded when importing a large .pyc file by Amaury Forgeot d'Arc · 16 years ago
  18. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  19. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  20. 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
  21. 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 17 years ago
  22. 7b3ce6a Merged revisions 60441-60474 via svnmerge from by Christian Heimes · 17 years ago
  23. fd66e51 Merged revisions 60383-60407 via svnmerge from by Christian Heimes · 17 years ago
  24. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  25. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  26. 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 17 years ago
  27. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  28. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  29. 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
  30. 63175a1 [Oops, I forgot half of the patch.] by Guido van Rossum · 17 years ago
  31. 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
  32. 7a26534 Add a missing "rf.depth = 0;" to marshal_load(). by Guido van Rossum · 17 years ago
  33. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  34. da5b8f2 Rip out the file object's implementation. by Guido van Rossum · 17 years ago
  35. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  36. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  37. e6d3904 Make test_marshal pass. Not my best work. :-( by Guido van Rossum · 17 years ago
  38. f15a29f More coding by random modification. by Guido van Rossum · 17 years ago
  39. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  40. 98f9746 Support marshal.dump(x, f) where f is not a real file. by Guido van Rossum · 17 years ago
  41. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  42. 545686b Remove PyFloat_AsReprString() and PyFloat_AsString() which should not by Neal Norwitz · 18 years ago
  43. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  44. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  45. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  46. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  47. 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 18 years ago
  48. 695934a Make Py_ssize_t clean. by Thomas Wouters · 18 years ago
  49. 7464b43 Fix incompatible assignment warning from previous checkin. by Thomas Wouters · 18 years ago
  50. 7f401ef Fix gcc (4.0.x) warning about use of uninitialized variables. by Thomas Wouters · 18 years ago
  51. 67baee6 Move cast to suppress warning. by Martin v. Löwis · 18 years ago
  52. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  53. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  54. ef78529 version was not initialized properly by Neal Norwitz · 19 years ago
  55. ec97a28 Fix a bunch of imports to use code.h instead of compile.h. by Jeremy Hylton · 19 years ago
  56. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  57. beb3101 Add a C API for sets and frozensets. by Raymond Hettinger · 19 years ago
  58. c9371d4 Fix signedness of various char variables to stop causing a warning under gcc 4. by Brett Cannon · 19 years ago
  59. f2ca5af Fix bug by Michael W. Hudson · 19 years ago
  60. 01fca11 Remove extraneous format character from PyArg_ParseTuple call in marshal_loads. by Michael W. Hudson · 19 years ago
  61. 6d6917b Fix a couple of crashing-on-malformed data marshal bugs. by Michael W. Hudson · 19 years ago
  62. df88846 This is my patch: by Michael W. Hudson · 19 years ago
  63. d7c27be remove unused variable by Fred Drake · 20 years ago
  64. a422c34 SF 1098985: set objects cannot be marshalled by Raymond Hettinger · 20 years ago
  65. 2ccea17 Any call to marshal.dumps() with the new optional argument 'version' just by Armin Rigo · 20 years ago
  66. ef82d2f Patch #923098: Share interned strings in marshal. by Martin v. Löwis · 20 years ago
  67. d85c452 Make private function static by Neal Norwitz · 20 years ago
  68. 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 20 years ago
  69. 01ab279 Marshal clean-up (SF patch #873224) by Armin Rigo · 20 years ago
  70. 6bc06ec Bug #794140: cygwin builds do not embed by Jason Tishler · 21 years ago
  71. 37d5a15 Whitespace normalization. by Thomas Heller · 22 years ago
  72. 3e1c18a Fix SF 588452: debug build crashes on marshal.dumps([128] * 1000). by Thomas Heller · 22 years ago
  73. 7fdcb41 Fix SF bug # 561858 Assertion with very long lists by Neal Norwitz · 22 years ago
  74. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  75. 031829d Use symbolic METH_VARARGS instead of 1 for ml_flags by Neal Norwitz · 22 years ago
  76. 9f64caa Use PyObject_CheckReadBuffer(). by Jeremy Hylton · 23 years ago
  77. b8cf3e6 SF patch #470393 (Jim Ahlstrom): Add missing marshal function by Guido van Rossum · 23 years ago
  78. 8019913 fix for part of bug #453523: disable unmarshalling of code objects in by Michael W. Hudson · 23 years ago
  79. 8211237 marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bit by Tim Peters · 23 years ago
  80. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  81. 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
  82. 72f98e9 SF bug #422177: Results from .pyc differs from .py by Tim Peters · 23 years ago
  83. 4471400 test_pickle works on sizeof(long)==8 boxes again. by Tim Peters · 23 years ago
  84. d9b9ac8 It's unclear whether PyMarshal_XXX() are part of the public or private API. by Tim Peters · 24 years ago
  85. 64949cb PEP 227 implementation by Jeremy Hylton · 24 years ago
  86. 691e0e9 Variant of SF patch 103252: Startup optimize: read *.pyc as string, not with getc(). by Tim Peters · 24 years ago
  87. 102e457 SF bug 119622: compile errors due to redundant atof decls. I don't understand by Tim Peters · 24 years ago
  88. e84b740 Obscure marshal fixes: by Tim Peters · 24 years ago
  89. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  90. 8315ea5 Included assert.h in Python.h -- it's absurd that this basic tool of by Tim Peters · 24 years ago
  91. 1153438 -- changed w_more to take an integer instead of a char by Fredrik Lundh · 24 years ago
  92. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  93. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  94. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  95. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  96. 98626cd Urmpf. Quality control on this patch lapsed a bit. :-( by Guido van Rossum · 24 years ago
  97. 6da0b91 Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 24 years ago
  98. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  99. 2efa369 Use modern PyArg_ParseTuple style, with function names. by Guido van Rossum · 24 years ago
  100. c279b53 Marc-Andre Lemburg: support marshalling Unicode objects (code 'u'). by Guido van Rossum · 24 years ago