1. fdfe62d Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,64342 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  2. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  3. 0eb6f69 Fix failing test test_bool following merge from trunk. by Mark Dickinson · 16 years ago
  4. 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
  5. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  6. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  7. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  8. bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 17 years ago
  9. 4043001 Make str/str8 comparisons return True/False for !=/==. by Brett Cannon · 17 years ago
  10. 75a902d Patch 1280, by Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  11. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  12. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  13. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  14. 99c0c22 Fix test_struct. A bunch of array and bytes issues. by Guido van Rossum · 17 years ago
  15. e625fd5 Make struct tests pass. by Guido van Rossum · 17 years ago
  16. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  17. aa97f04 Fix various spots where int/long and str/unicode unification by Walter Dörwald · 17 years ago
  18. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  19. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  20. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  21. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  22. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  23. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  24. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  25. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  26. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  27. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  28. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  29. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  30. 9f90439 Patch #1011240: SystemError generated by struct.pack('P', 'foo'). by Armin Rigo · 20 years ago
  31. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  32. d50ade6 SF bug 705836: struct.pack of floats in non-native endian order by Tim Peters · 21 years ago
  33. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  34. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  35. 0891ac0 The 'p' (Pascal string) pack code acts unreasonably when the string size by Tim Peters · 23 years ago
  36. 3eec38a Added "i" and "l" to the list of std-mode struct codes that don't range- by Tim Peters · 23 years ago
  37. 17e17d4 Generalize the new qQ std-mode tests to all int codes (bBhHiIlLqQ). by Tim Peters · 23 years ago
  38. da9c5b3 The new {b,l}p_{u,}longlong() didn't check get_pylong()'s return for NULL. by Tim Peters · 23 years ago
  39. 7a3bfc3 Added q/Q standard (x-platform 8-byte ints) mode in struct module. by Tim Peters · 23 years ago
  40. c533edc Renamed some stuff to tell the truth about what it does. by Tim Peters · 23 years ago
  41. 7b9542a Initial support for 'q' and 'Q' struct format codes: for now, only in by Tim Peters · 23 years ago
  42. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  43. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  44. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  45. 04ebf5c Change the ``calcsize*3'' test to be portable to 64-bit machines. by Guido van Rossum · 28 years ago
  46. 420c11c Added f/d tests for specific byte orders. by Guido van Rossum · 28 years ago
  47. 2a37850 Exercise the new feature set somewhat. by Guido van Rossum · 28 years ago
  48. 07a0eec A test of the struct module by Barry Warsaw · 28 years ago