1. 45f799f Issues #2715, #6621: Remove unused and undefined references to FSSpec by Mark Dickinson · 16 years ago
  2. a1a54bc Merged revisions 74285 via svnmerge from by Mark Dickinson · 16 years ago
  3. ea7cbe0 Blocked revisions 74281 via svnmerge by Mark Dickinson · 16 years ago
  4. 345adc4 Issue #6595: Allow Decimal constructor to accept non-European decimal digits, as recommended by the specification. by Mark Dickinson · 16 years ago
  5. 642d96a - Issue #6624: yArg_ParseTuple with "s" format when parsing argument with by Sean Reifscheider · 16 years ago
  6. beddd70 Merged revisions 74269 via svnmerge from by Eric Smith · 16 years ago
  7. c5e2bb9 Merged revisions 74265 via svnmerge from by Mark Dickinson · 16 years ago
  8. e223eb8 Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from by Alexandre Vassalotti · 16 years ago
  9. e9ce1fb Blocked revisions 74134,74147 via svnmerge by Alexandre Vassalotti · 16 years ago
  10. 6d3dfc3 Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from by Alexandre Vassalotti · 16 years ago
  11. fc230e8 Blocked revisions 74256 via svnmerge by Georg Brandl · 16 years ago
  12. b90be69 #6586: fix return/argument type doc for os.read() and os.write(). by Georg Brandl · 16 years ago
  13. e5e3f91 Recorded merge of revisions 74228 via svnmerge from by R. David Murray · 16 years ago
  14. 81c09db Merged revisions 74239 via svnmerge from by Georg Brandl · 16 years ago
  15. bc34780 Merged revisions 74245 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  16. 06c3369 Blocked revisions 74243 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
  17. 1c277ec Blocked revisions 74240 via svnmerge by Mark Dickinson · 16 years ago
  18. 1f26828 Issue #6561: '\d' in a regular expression should match only Unicode by Mark Dickinson · 16 years ago
  19. 6bd13fb Blocked revisions 74234 via svnmerge by Mark Dickinson · 16 years ago
  20. c2eab89 Merged revisions 74184,74230 via svnmerge from by Mark Dickinson · 16 years ago
  21. e805ecc Issue 6573: Fix set.union() for cases where self is in the argument chain. by Raymond Hettinger · 16 years ago
  22. e7ac4f7 - belated ACK for issue #6106 by Jack Diederich · 16 years ago
  23. 88af743 Sync trunk and py3k versions of string formatting. Manual merge of r74219. by Eric Smith · 16 years ago
  24. 34f7e32 Blocked revisions 74219 via svnmerge by Eric Smith · 16 years ago
  25. 36596a3 - fix issue #6106, Telnet.process_rawq default handling of WILL/WONT/DO/DONT by Jack Diederich · 16 years ago
  26. f346ac0 Merged revisions 74205 via svnmerge from by Georg Brandl · 16 years ago
  27. 502d9a5 Merged revisions 74207 via svnmerge from by Georg Brandl · 16 years ago
  28. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 16 years ago
  29. 7a72b3a Recorded merge of revisions 74210 via svnmerge from by Georg Brandl · 16 years ago
  30. 6730538 Fixing module names in the NEWS entry. by Senthil Kumaran · 16 years ago
  31. 2e910fd versionadded: 3.2. not 3.1. by Senthil Kumaran · 16 years ago
  32. 97f0c6b Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 16 years ago
  33. be0e177 account for range() py3k change by Benjamin Peterson · 16 years ago
  34. 06b6041 Blocked revisions 74194 via svnmerge by Georg Brandl · 16 years ago
  35. 26e17b1 Blocked revisions 74189 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
  36. 9b21dbc Recorded merge of revisions 74185 via svnmerge from by Georg Brandl · 16 years ago
  37. b27a1d2 Specialize assertTrue checks when possible. by Alexandre Vassalotti · 16 years ago
  38. 953f558 Use assertGreater instead of assertTrue(x > y). by Alexandre Vassalotti · 16 years ago
  39. 5ff0235 Clean up test_curses. by Alexandre Vassalotti · 16 years ago
  40. c7e994d Merged revisions 74179 via svnmerge from by Ezio Melotti · 16 years ago
  41. ba13bd9 Recorded merge of revisions 74175 via svnmerge from by R. David Murray · 16 years ago
  42. d5bc60a Blocked revisions 74152,74173 via svnmerge by Benjamin Peterson · 16 years ago
  43. 630cc48 Issue 6542: Make sure that TestInvalidFD.test_closerange does not by R. David Murray · 16 years ago
  44. 953152f Merged revisions 74167 via svnmerge from by Georg Brandl · 16 years ago
  45. 2f19bb1 Merged revisions 74163 via svnmerge from by Tarek Ziadé · 16 years ago
  46. 93f2cd2 Use unittest.SkipTest to skip tests in test_threading. by Alexandre Vassalotti · 16 years ago
  47. a64ba36 Remove erroneous print statement. by Alexandre Vassalotti · 16 years ago
  48. b66c67d Only skip test_nis on Solaris. by Alexandre Vassalotti · 16 years ago
  49. 2db046d Issue #6151: Make PyDescr_COMMON conform to standard C. by Alexandre Vassalotti · 16 years ago
  50. cf76e1a Issue #6218: Make io.BytesIO and io.StringIO picklable. by Alexandre Vassalotti · 16 years ago
  51. d2bb18b Issue #6241: Better type checking for the arguments of io.StringIO. by Alexandre Vassalotti · 16 years ago
  52. e671fd2 Issue #6360: Simplify string decoding in xmlrpc.client. by Alexandre Vassalotti · 16 years ago
  53. fc47704 Issue #6242: Fix deallocator of io.StringIO and io.BytesIO. by Alexandre Vassalotti · 16 years ago
  54. 4f1f422 Make test_normalization verify the version of the correct test data file. by Alexandre Vassalotti · 16 years ago
  55. df4ff08 Fix open_urlresource() to pass its arguments to open() when the resource is cached. by Alexandre Vassalotti · 16 years ago
  56. 3e7f609 Merged revisions 74150 via svnmerge from by Benjamin Peterson · 16 years ago
  57. 8e87fec Merged revisions 74148 via svnmerge from by Ezio Melotti · 16 years ago
  58. 9d7c3cd Merged revisions 74139 via svnmerge from by Benjamin Peterson · 16 years ago
  59. c883265 Merged revisions 74117,74123 via svnmerge from by Benjamin Peterson · 16 years ago
  60. bfc3099 Merged revisions 73750 via svnmerge from by Alexandre Vassalotti · 16 years ago
  61. 7b82b40 Merged revisions 72487-72488,72879 via svnmerge from by Alexandre Vassalotti · 16 years ago
  62. 6f82818 Merged revisions 73683,73786 via svnmerge from by Alexandre Vassalotti · 16 years ago
  63. 7b53fbf Add ignore rule for the Doc/tools/jinga2/ directory. by Alexandre Vassalotti · 16 years ago
  64. 4cadfa3 Revert r74125. by Alexandre Vassalotti · 16 years ago
  65. c22c6f2 Merged revisions 73706,73778 via svnmerge from by Alexandre Vassalotti · 16 years ago
  66. e85bd98 Merged revisions 73871 via svnmerge from by Alexandre Vassalotti · 16 years ago
  67. 9cdbce2 Ignore the correct jinga directory. by Alexandre Vassalotti · 16 years ago
  68. 2346029 Make the wdocs for importlib.abc.ExecutionLoader to be weaker in terms of what is needed to execute a module. by Brett Cannon · 16 years ago
  69. 4fd2648 Blocked revisions 74119 via svnmerge by Benjamin Peterson · 16 years ago
  70. d33396c Remove apparently unneeded and un-cleaned-up munging of sys.path from by R. David Murray · 16 years ago
  71. 3059b00 Merged revisions 74114 via svnmerge from by Benjamin Peterson · 16 years ago
  72. 6919427 Implement the PEP 302 protocol for get_filename() as by Brett Cannon · 16 years ago
  73. 64ef00f Importlib's documentation said that importlib.abc.PyLoader inherited from by Brett Cannon · 16 years ago
  74. 4dc3193 Remove custom test-skipping code in importlib tests for unittest code. by Brett Cannon · 16 years ago
  75. 3c27384 Some tests in importlib.test.source.test_abc_loader were testing what happens by Brett Cannon · 16 years ago
  76. 0a49c58 Update importlib.test.source.test_abc_loader to new features added in Python 3.1. by Brett Cannon · 16 years ago
  77. 9ab0731 merging revision 74100 from trunk: by Kristján Valur Jónsson · 16 years ago
  78. aefde24 porting revision 74098 from trunk: by Kristján Valur Jónsson · 16 years ago
  79. 22101aa skip test when distutils is not made for py3k by Benjamin Peterson · 16 years ago
  80. bed7d04 Merged revisions 74095 via svnmerge from by Benjamin Peterson · 16 years ago
  81. c4296d1 Recorded merge of revisions 74089 via svnmerge from by Georg Brandl · 16 years ago
  82. fb8cc2f Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 16 years ago
  83. 046f723 News item for issue 6070 fix that was omitted from r74058 merge. by R. David Murray · 16 years ago
  84. 2053495 Merged revisions 74083 via svnmerge from by Mark Dickinson · 16 years ago
  85. 75f13be Blocked revisions 74080 via svnmerge by Mark Dickinson · 16 years ago
  86. 85424c9 Issue #6431: Fix Fraction comparisons to return NotImplemented when by Mark Dickinson · 16 years ago
  87. 8c1a50a #6502: add missing comma in docstring. by Georg Brandl · 16 years ago
  88. b89910f Merged revisions 74072 via svnmerge from by Alexandre Vassalotti · 16 years ago
  89. 8094660 Blocked revisions 74067,74069 via svnmerge by Alexandre Vassalotti · 16 years ago
  90. b0a61d7 Regenerate configure script using autoconf 2.61. by Alexandre Vassalotti · 16 years ago
  91. 1914228 Revert r74049. by Alexandre Vassalotti · 16 years ago
  92. 2e24deb update ast version by Benjamin Peterson · 16 years ago
  93. 54ec79f Blocked revisions 73819,73821-73822,73863,73877 via svnmerge by Alexandre Vassalotti · 16 years ago
  94. c57a84f Merged revisions 73694,73708,73738 via svnmerge from by Alexandre Vassalotti · 16 years ago
  95. 260484d Merged revisions 73665,73693,73704-73705,73707,73712-73713,73824 via svnmerge from by Alexandre Vassalotti · 16 years ago
  96. 1f10402 Blocked revisions 73773 via svnmerge by Alexandre Vassalotti · 16 years ago
  97. c41cb23 Blocked revisions 73774,73812,73839 via svnmerge by Alexandre Vassalotti · 16 years ago
  98. 085149d Recorded merge of revisions 73841 via svnmerge from by Alexandre Vassalotti · 16 years ago
  99. 9d58e3e Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge from by Alexandre Vassalotti · 16 years ago
  100. 711ed4a Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from by Alexandre Vassalotti · 16 years ago