1. 37d2fe0 fix some py3k doc nits by Benjamin Peterson · 16 years ago
  2. a933e52 add grammar tests for nonlocal by Benjamin Peterson · 16 years ago
  3. d039286 More improvements to pickle's documentation. by Alexandre Vassalotti · 16 years ago
  4. 62073e0 Merged revisions 67005 via svnmerge from by Walter Dörwald · 16 years ago
  5. 5198a5c Blocked revisions 67002 via svnmerge by Hirokazu Yamamoto · 16 years ago
  6. d0d0b65 Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. by Hirokazu Yamamoto · 16 years ago
  7. ffc9479 document 'y(#)' format codes for Py_BuildValue by Benjamin Peterson · 16 years ago
  8. 3851d12 make struct static by Benjamin Peterson · 16 years ago
  9. e348d1a document changes to metaclasses by Benjamin Peterson · 16 years ago
  10. 08a8f5f restore compilation on OpenBSD #4146 by Benjamin Peterson · 16 years ago
  11. 206e307 Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-66928,66936,66939-66940,66962,66964,66973 via svnmerge from by Benjamin Peterson · 16 years ago
  12. 5f3b63a Improve pickle's documentation. by Alexandre Vassalotti · 16 years ago
  13. 758bca6 Improve pickle's documentation. by Alexandre Vassalotti · 16 years ago
  14. 87eee63 #3664: The pickle module could segfault if a Pickler instance is not correctly initialized: by Amaury Forgeot d'Arc · 16 years ago
  15. 869bad9 Issue #3717: Fix Demo/embed/demo.c. Reviewed by Benjamin Peterson. by Martin v. Löwis · 16 years ago
  16. c820eaf Merged revisions 66958 via svnmerge from by Martin v. Löwis · 16 years ago
  17. 34bbf00 Really commit the patch for bug 4125; runtests.sh use -bb flag by Barry Warsaw · 16 years ago
  18. da78043 Latin-1 source code was not being properly decoded when passed through by Brett Cannon · 16 years ago
  19. 9e9dcd6 STINNER Victor (haypo)'s patch for bug 3988, Byte warning mode and b'' != '' by Barry Warsaw · 16 years ago
  20. e94a37f Benjamin Peterson's patch to fix bug 3661, sys.call_tracing segfaults. by Barry Warsaw · 16 years ago
  21. 460ce2a Apply Martin's patch for bug 3685, Crash while compiling Python 3000 in by Barry Warsaw · 16 years ago
  22. 9b6df6a add tests for PyInstanceMethod_Type by Benjamin Peterson · 16 years ago
  23. a3b341f Blocked revisions 66386 via svnmerge by Benjamin Peterson · 16 years ago
  24. fcf5d63 forward port r66386 by Benjamin Peterson · 16 years ago
  25. d31fdc5 Unblocked revisions 66386 via svnmerge by Benjamin Peterson · 16 years ago
  26. 8e8c215 Merged revisions 66938,66942 via svnmerge from by Benjamin Peterson · 16 years ago
  27. a13d475 merge r66932 and add a few py3k only checks by Benjamin Peterson · 16 years ago
  28. 6019208 remove some more references to __cmp__ #1717 by Benjamin Peterson · 16 years ago
  29. aaebe1c use bytes throughout telnetlib docs by Benjamin Peterson · 16 years ago
  30. 3de7fb8 Victor Stinner's patch to make telnetlib use bytes 3725 by Benjamin Peterson · 16 years ago
  31. 33b6450 Issue #4072: Restore build_py_2to3. Add a distutils demo for build_py_2to3. by Martin v. Löwis · 16 years ago
  32. aa30669 correct changed import by Benjamin Peterson · 16 years ago
  33. 6c940d6 Merged revisions 66894 via svnmerge from by Benjamin Peterson · 16 years ago
  34. f63921f Merged revisions 66881 via svnmerge from by Martin v. Löwis · 16 years ago
  35. 1c9313f remove a mention of backtick repr by Benjamin Peterson · 16 years ago
  36. 1bc15c2 fix merge boo-boo by Benjamin Peterson · 16 years ago
  37. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  38. 2d8dcdc Blocked revisions 66822 via svnmerge by Benjamin Peterson · 16 years ago
  39. bcd8ac3 Merged revisions 66703,66708 via svnmerge from by Benjamin Peterson · 16 years ago
  40. cf8016a Issues #2384 and #3975: Tracebacks were not correctly printed when the source file by Amaury Forgeot d'Arc · 16 years ago
  41. 76e5538 Some more notes about bytes/string filename APIs. by Georg Brandl · 16 years ago
  42. bcbfa64 The #warning directive is a gcc extension to standard C, by Amaury Forgeot d'Arc · 16 years ago
  43. d0ca955 #4004: Missing newline in some startup error messages. Patch by Victor. by Amaury Forgeot d'Arc · 16 years ago
  44. 4e0630c Issue #3740: Null-initialize module state. Reviewed by Benjamin Peterson. by Martin v. Löwis · 16 years ago
  45. 651423c More bytes vs. strings documentation. by Martin v. Löwis · 16 years ago
  46. a731b99 Patch #3187 (file 11721): Document byte vs. string parameters and results. by Martin v. Löwis · 16 years ago
  47. a5c2a51 merge from trunk by Skip Montanaro · 16 years ago
  48. 6ccc703 Merged revisions 66677,66700 via svnmerge from by Benjamin Peterson · 16 years ago
  49. f259bc4 Unblocked revisions 66677 via svnmerge by Benjamin Peterson · 16 years ago
  50. 16512cd Merged revisions 66819 via svnmerge from by Brett Cannon · 16 years ago
  51. 7d76653 a trival fix to let test_profile pass if it runs after test_cprofile by Benjamin Peterson · 16 years ago
  52. 4e299c7 unbreak test_cprofile by Benjamin Peterson · 16 years ago
  53. d8506df Merged revisions 66814 via svnmerge from by Martin v. Löwis · 16 years ago
  54. e1cb87e Blocked revisions 66809-66810 via svnmerge by Hirokazu Yamamoto · 16 years ago
  55. e674840 Added the test for issue3762. by Hirokazu Yamamoto · 16 years ago
  56. eba99df Issue 3412: Mention fractions and decimal in the tutorial section on floating point. by Raymond Hettinger · 16 years ago
  57. 9fce0ba Issue 3288: document as_integer_ratio(), fromhex(), and hex(). by Raymond Hettinger · 16 years ago
  58. d12dcae Fix [issue4038] py3k error in distutils file_copy exception handlers. r=martin. by Mark Hammond · 16 years ago
  59. e5384b0 Merged revisions 66670,66681,66688,66696-66699 via svnmerge from by Benjamin Peterson · 16 years ago
  60. 7d8d9a5 Merged revisions 66797 via svnmerge from by Benjamin Peterson · 16 years ago
  61. b76a2b1 #4029: fix typo. by Georg Brandl · 16 years ago
  62. 0df7979 #4000: fix several 2.x atavisms. by Georg Brandl · 16 years ago
  63. b186f34 Issue3187 for Macintosh platform: by Amaury Forgeot d'Arc · 16 years ago
  64. f60fe81 Blocked revisions 66714,66721,66763-66765 via svnmerge by Benjamin Peterson · 16 years ago
  65. 3b44e61 Issue3187 again: test_ntpath failed when run with the -bb option by Amaury Forgeot d'Arc · 16 years ago
  66. 84e1715 Make the test more robust in face of remaining files. by Amaury Forgeot d'Arc · 16 years ago
  67. c72ef8b Second part of #3187, for windows: by Amaury Forgeot d'Arc · 16 years ago
  68. 3f2291f Change fnmatch.py to use separate caches for str and bytes keys. by Guido van Rossum · 16 years ago
  69. 7ed5196 Blocked revisions 66768 via svnmerge by Hirokazu Yamamoto · 16 years ago
  70. 04dc25c Issue #3187: Add sys.setfilesystemencoding. by Martin v. Löwis · 16 years ago
  71. efb14a8 update pydoc-topics by Benjamin Peterson · 16 years ago
  72. 0fe89a0 Blocked revisions 66756 via svnmerge by Benjamin Peterson · 16 years ago
  73. 5771c55 Add UUID for 3.0b4. by Martin v. Löwis · 16 years ago
  74. fc97249 Add UUID for 3.1. by Martin v. Löwis · 16 years ago
  75. 7a63fc4 Merged revisions 66752 via svnmerge from by Martin v. Löwis · 16 years ago
  76. 1a8501c Merged revisions 66748 via svnmerge from by Christian Heimes · 16 years ago
  77. c472532 Blocked revisions 66744 via svnmerge by Benjamin Peterson · 16 years ago
  78. f0af3e3 Issue #3187: Better support for "undecodable" filenames. Code by Victor by Guido van Rossum · 16 years ago
  79. fefeca5 Merged revisions 66739 via svnmerge from by Christian Heimes · 16 years ago
  80. ecc3336 Fix svn:ignore properties on these two directories. by Guido van Rossum · 16 years ago
  81. f7cef62 Merged revisions 66722 via svnmerge from by Martin v. Löwis · 16 years ago
  82. fe21884 Merged revisions 66710 via svnmerge from by Martin v. Löwis · 16 years ago
  83. 58fb905 Fix a probable merge glitch in r66695: by Amaury Forgeot d'Arc · 16 years ago
  84. c9e435e check for errors after PyLong_Ssize_t by Benjamin Peterson · 16 years ago
  85. a8a9304 Merged revisions 66693 via svnmerge from by Benjamin Peterson · 16 years ago
  86. cb9a551 remove a trace of the cmp argument for list.sort by Benjamin Peterson · 16 years ago
  87. 05c2621 Blocked revisions 66676,66682,66689 via svnmerge by Benjamin Peterson · 16 years ago
  88. 601149b Merged revisions 66686 via svnmerge from by Martin v. Löwis · 16 years ago
  89. 28acc6c Merged revisions 66683 via svnmerge from by Thomas Heller · 16 years ago
  90. 4970215 #3993: fix old-style print statements. by Georg Brandl · 16 years ago
  91. 58e74c6 Blocked revisions 66677 via svnmerge. by Brett Cannon · 16 years ago
  92. d06e3b0 Merged revisions 66673 via svnmerge from by Benjamin Peterson · 16 years ago
  93. 89f09a6 #3983: typo fix. by Georg Brandl · 16 years ago
  94. 850c5cd Merged revisions 66667 via svnmerge from by Georg Brandl · 16 years ago
  95. e9bbc8b Devil merge! by Benjamin Peterson · 16 years ago
  96. d61de7f Merged revisions 66653-66654 via svnmerge from by Benjamin Peterson · 16 years ago
  97. 027951f Blocked revisions 66657 via svnmerge by Benjamin Peterson · 16 years ago
  98. 3a53fbb #3911 FTP.makeport was giving bad port numbers by Benjamin Peterson · 16 years ago
  99. be17a11 Merged revisions 66634 via svnmerge from by Benjamin Peterson · 16 years ago
  100. f2e9368 Merged revisions 66631 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago