1. 4a608c0 Merged revisions 74526 via svnmerge from by Tarek Ziadé · 15 years ago
  2. bcd03df Merged revisions 74507-74511,74517 via svnmerge from by Guilherme Polo · 15 years ago
  3. 0109970 Merged revisions 74475 via svnmerge from by Gregory P. Smith · 15 years ago
  4. c3b2ae4 Moved entry about issue #1135 to the proper place. by Guilherme Polo · 15 years ago
  5. 5d377bd Merged revisions 74471-74472 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  6. 1432771 Merged revisions 74457 via svnmerge from by Benjamin Peterson · 15 years ago
  7. 1fff008 Merged revisions 74446-74449 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  8. 2f82738 Backport of r77429. Not merged/blocked as svnmerge.py is not liking me right now. by Brett Cannon · 15 years ago
  9. d07ac64 #6126: fix pdb stepping and breakpoints by giving the executed code the correct filename; this used execfile() in 2.x which did this automatically. by Georg Brandl · 15 years ago
  10. f363732 Fix typo by Antoine Pitrou · 15 years ago
  11. a0ceb73 Merged revisions 74336 via svnmerge from by Antoine Pitrou · 15 years ago
  12. ea1158f Issue #6622: Fix 'variable referenced before assignment' bug in POP3.apop. by Mark Dickinson · 15 years ago
  13. 45f799f Issues #2715, #6621: Remove unused and undefined references to FSSpec by Mark Dickinson · 15 years ago
  14. 345adc4 Issue #6595: Allow Decimal constructor to accept non-European decimal digits, as recommended by the specification. by Mark Dickinson · 15 years ago
  15. 642d96a - Issue #6624: yArg_ParseTuple with "s" format when parsing argument with by Sean Reifscheider · 15 years ago
  16. bc34780 Merged revisions 74245 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  17. 1f26828 Issue #6561: '\d' in a regular expression should match only Unicode by Mark Dickinson · 15 years ago
  18. e805ecc Issue 6573: Fix set.union() for cases where self is in the argument chain. by Raymond Hettinger · 15 years ago
  19. 36596a3 - fix issue #6106, Telnet.process_rawq default handling of WILL/WONT/DO/DONT by Jack Diederich · 15 years ago
  20. 6730538 Fixing module names in the NEWS entry. by Senthil Kumaran · 15 years ago
  21. 97f0c6b Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 15 years ago
  22. 953152f Merged revisions 74167 via svnmerge from by Georg Brandl · 15 years ago
  23. 2f19bb1 Merged revisions 74163 via svnmerge from by Tarek Ziadé · 15 years ago
  24. 2db046d Issue #6151: Make PyDescr_COMMON conform to standard C. by Alexandre Vassalotti · 15 years ago
  25. cf76e1a Issue #6218: Make io.BytesIO and io.StringIO picklable. by Alexandre Vassalotti · 15 years ago
  26. 7b82b40 Merged revisions 72487-72488,72879 via svnmerge from by Alexandre Vassalotti · 15 years ago
  27. 6919427 Implement the PEP 302 protocol for get_filename() as by Brett Cannon · 15 years ago
  28. 64ef00f Importlib's documentation said that importlib.abc.PyLoader inherited from by Brett Cannon · 15 years ago
  29. 3c27384 Some tests in importlib.test.source.test_abc_loader were testing what happens by Brett Cannon · 15 years ago
  30. bed7d04 Merged revisions 74095 via svnmerge from by Benjamin Peterson · 15 years ago
  31. 046f723 News item for issue 6070 fix that was omitted from r74058 merge. by R. David Murray · 15 years ago
  32. 85424c9 Issue #6431: Fix Fraction comparisons to return NotImplemented when by Mark Dickinson · 15 years ago
  33. 711ed4a Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from by Alexandre Vassalotti · 15 years ago
  34. ea3714e Merged revisions 73985-73986,73988-73991,73994 via svnmerge from by Alexandre Vassalotti · 15 years ago
  35. e52e378 Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from by Alexandre Vassalotti · 15 years ago
  36. 1c0c003 Merged revisions 74040,74042 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  37. f8926b2 Merged revisions 74024 via svnmerge from by Tarek Ziadé · 15 years ago
  38. ad07715 Issue #2389: Implement a portable mechanism for pickling array objects. by Alexandre Vassalotti · 15 years ago
  39. b49c70c Importlib was using custom code to discover all test modules in importlib.test. by Brett Cannon · 15 years ago
  40. 8b84ea0 Merged revisions 74000-74001 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  41. d4fabf4 Issue #6314: logging: Extra checks on the "level" argument. by Vinay Sajip · 15 years ago
  42. c9e6cec Fixed #6438: distutils.cygwinccompiler.get_versions was trying to use a re string pattern on a bytes by Tarek Ziadé · 15 years ago
  43. 6504c66 Merged revisions 73946 via svnmerge from by Tarek Ziadé · 15 years ago
  44. 97e5f28 #6358: Merge r73933: Add basic tests for the return value of os.popen().close(). by Amaury Forgeot d'Arc · 15 years ago
  45. b7815e3 Merged revisions 73921 via svnmerge from by Tarek Ziadé · 15 years ago
  46. 2de1115 NEWS entry for r73918. by Amaury Forgeot d'Arc · 15 years ago
  47. 097cd07 #6428: py3k requires that __bool__ return a bool (and not an int) by Amaury Forgeot d'Arc · 15 years ago
  48. dd07ebb Merged revisions 73864 via svnmerge from by Tarek Ziadé · 15 years ago
  49. 9b45cb4 Add NEWS entries for the changes I made recently. by Alexandre Vassalotti · 15 years ago
  50. d06fa47 Merged revisions 73825-73826 via svnmerge from by Gregory P. Smith · 15 years ago
  51. 05bf01a Merged revisions 73827 via svnmerge from by Tarek Ziadé · 15 years ago
  52. 89b8917 remove duplicate declartions #6405 by Benjamin Peterson · 15 years ago
  53. e10d6de Merged revisions 73790 via svnmerge from by Tarek Ziadé · 15 years ago
  54. 321e533 #4601: 'make install' did not set the permissions on library directories, by Amaury Forgeot d'Arc · 15 years ago
  55. 466a782 the old CO_FUTURE flags can't be commented out by Benjamin Peterson · 15 years ago
  56. 5492395 Issue #6369: Fix an RLE decompression bug in the binhex module. by Antoine Pitrou · 15 years ago
  57. f1664ae remove PyCObject by Benjamin Peterson · 15 years ago
  58. a4aba66 Fix exception name in NEWS, spotted by Neal Norwitz by Amaury Forgeot d'Arc · 15 years ago
  59. 835a6c8 Merged revisions 73701 via svnmerge from by Mark Dickinson · 15 years ago
  60. 84ec8d9 #6373: SystemError in str.encode('latin1', 'surrogateescape') by Amaury Forgeot d'Arc · 15 years ago
  61. 0156f91 Merged revisions 73688 via svnmerge from by Tarek Ziadé · 15 years ago
  62. 7a9e1bd Merged revisions 73677,73681 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  63. 8890954 Merged revisions 73072 via svnmerge from by Antoine Pitrou · 15 years ago
  64. 5a6deb4 remove string.maketrans by Benjamin Peterson · 15 years ago
  65. 8f480e5 Merged revisions 73490 via svnmerge from by Tarek Ziadé · 15 years ago
  66. 25bd206 Merged revisions 73436 via svnmerge from by Tarek Ziadé · 15 years ago
  67. 892a37a Merged revisions 73603 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  68. 95c4601 Merged revisions 73598 via svnmerge from by Martin v. Löwis · 15 years ago
  69. 46ea4f7 bump to 3.2a0 by Benjamin Peterson · 15 years ago
  70. e88749b Merged revisions 73565 via svnmerge from by Gregory P. Smith · 15 years ago
  71. ad19556 Misc/NEWS entry for r73547 by Mark Dickinson · 15 years ago
  72. 159eac9 Issue 6329: Fix iteration for memoryviews. by Raymond Hettinger · 15 years ago
  73. ab2b755 - Issue #5590: Remove unused global variable in pyexpat extension. by Matthias Klose · 15 years ago
  74. 0f6eac2 Issue #6314: logging.basicConfig() performs extra checks on the "level" argument. by Vinay Sajip · 15 years ago
  75. 2a998fa Merged revisions 73495 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  76. 10706e2 Issue #6274. Fixed a potential FD leak in subprocess.py. by Facundo Batista · 15 years ago
  77. 5e06a65 Merged revisions 73441 via svnmerge from by Tarek Ziadé · 15 years ago
  78. 6a38ced just throw a normal AttributeError for no buffer attribute by Benjamin Peterson · 15 years ago
  79. 3d8827d Merged revisions 73425 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  80. 01bf236 post release version bumps by Benjamin Peterson · 15 years ago
  81. c7c1228 bump version to 3.1rc2 by Benjamin Peterson · 15 years ago
  82. 94f5583 Fix SystemError and a wasps nest of ref counting issues. by Raymond Hettinger · 15 years ago
  83. 83eacca Merged revisions 73390 via svnmerge from by Martin v. Löwis · 15 years ago
  84. 58641de Issue #6195: fix doctest to no longer try to read 'source' data from by R. David Murray · 15 years ago
  85. affbd87 Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler. by Vinay Sajip · 15 years ago
  86. ff54336 Merged revisions 73348 via svnmerge from by Tarek Ziadé · 15 years ago
  87. abcc3f4 Merged revisions 73341 via svnmerge from by Tarek Ziadé · 15 years ago
  88. 66f8c43 #5924: on Windows, a large PYTHONPATH (more than 255 chars) was completely ignored. by Amaury Forgeot d'Arc · 15 years ago
  89. 99aab65 Merged revisions 73305 via svnmerge from by Ronald Oussoren · 15 years ago
  90. c6d936e When _locale became a built-in module it was discovered that ``-lintl`` was not by Brett Cannon · 15 years ago
  91. b7a5156 Issue #6221: Delete test registry key before running the test. by Martin v. Löwis · 15 years ago
  92. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 15 years ago
  93. d9dfaa9 Issue #6137: The pickle module now translates module names when loading by Antoine Pitrou · 15 years ago
  94. 40925d2 Remove the ipaddr module per discussion on python-dev. by Raymond Hettinger · 15 years ago
  95. b54d801 #3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter. by Georg Brandl · 15 years ago
  96. 317185a Recorded merge of revisions 73201 via svnmerge from by Georg Brandl · 15 years ago
  97. 24e581f Merged revisions 73114 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  98. 1172999 #5735: Modules compiled with incompatible settings (--with-pydebug when python is not) by Amaury Forgeot d'Arc · 15 years ago
  99. 74b7e44 Issue #6150: Fix test_unicode on wide-unicode builds. by Martin v. Löwis · 15 years ago
  100. 79b1387 NEWS entry for 73102. by Martin v. Löwis · 15 years ago