1. 83a0efd run autoconf by Benjamin Peterson · 13 years ago
  2. c9c9bc0 Add 3.3 whatsnew to index. by Georg Brandl · 13 years ago
  3. 15995f7 Remove unused m4 define. by Georg Brandl · 13 years ago
  4. 67ebabd Removed fcmp and FUZZ from test.support, following the discussion on python-dev: by Eli Bendersky · 13 years ago
  5. cbbaa96 Issue #10516: adding list.clear() and list.copy() methods by Eli Bendersky · 13 years ago
  6. 3108f98 Adds Python 3.3 what's new document. by Giampaolo Rodolà · 13 years ago
  7. 5bffa79 Issue #11286: Raise a ValueError from calling PyMemoryView_FromBuffer with by Antoine Pitrou · 13 years ago
  8. 1ce92dc Issue #11286: Fixed unpickling of empty 2.x strings. by Alexander Belopolsky · 13 years ago
  9. 6c3787c Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spadolini (#10868). by Éric Araujo · 13 years ago
  10. 5390d00 rewrite by Benjamin Peterson · 13 years ago
  11. 634ef9c this seems to be pointlessly nested by Benjamin Peterson · 13 years ago
  12. a6f85e2 Merged revisions 88535 via svnmerge from by Benjamin Peterson · 13 years ago
  13. c38f025 Issue #11304: Input/output tutorial - PI is rounded not truncated. by Raymond Hettinger · 13 years ago
  14. e457f0d Revert r88503 as Benjamin's request. by Brett Cannon · 13 years ago
  15. e1ea829 Issue #3080: Fix test_reprlib on Windows by Victor Stinner · 13 years ago
  16. c0f1a1a Issue #11272: Fix input() and sys.stdin for Windows newline by Victor Stinner · 13 years ago
  17. dd07104 Issue #11224: Improved sparse file read support (r85916) introduced a by Lars Gustäbel · 13 years ago
  18. 3eeee83 dynload_dl.c: replace tabs by spaces by Victor Stinner · 13 years ago
  19. 499e193 Add tests for the _ChainMap helper class. by Raymond Hettinger · 13 years ago
  20. 08f5cf5 Indent "versionadded" properly. by Georg Brandl · 13 years ago
  21. 5329123 Add new subdirectory to LIBSUBDIRS. by Georg Brandl · 13 years ago
  22. 57d1a88 Fix imports from collections.abc by Raymond Hettinger · 13 years ago
  23. bd47511 Issue #3080: Add PyModule_GetNameObject() by Victor Stinner · 13 years ago
  24. 501c09a Issue #3080: Mark _PyImport_FindBuiltin() argument as constant by Victor Stinner · 13 years ago
  25. d7e7640 Issue #3080: document encoding used by import functions by Victor Stinner · 13 years ago
  26. 42040fb Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc() by Victor Stinner · 13 years ago
  27. 9b99b44 Issue #3080: Mark PyWin_FindRegisteredModule() as private by Victor Stinner · 13 years ago
  28. cfbcdbb A crypt algorithm may not be available by returning None. by Brett Cannon · 13 years ago
  29. daa5799 Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API by Brett Cannon · 13 years ago
  30. 543b7f3 Issue #11277: finally fix Snow Leopard crash following r88460. by Antoine Pitrou · 13 years ago
  31. 292ee5d Fix test.test_crypt.test_methods() to pass on OS X. by Brett Cannon · 13 years ago
  32. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  33. 79da6b7 In FTP.close() method, make sure to also close the socket object, not only the file. by Giampaolo Rodolà · 13 years ago
  34. d686848 In FTP.close() method, make sure to also close the socket object, not only the file. by Giampaolo Rodolà · 13 years ago
  35. 4cfa247 Add lib2to3.__main__ to make it easier for debugging purposes to run 2to3. by Brett Cannon · 13 years ago
  36. bd258bd smtlib.py PEP8 normalization via pep8.py script. by Giampaolo Rodolà · 13 years ago
  37. e2dfefb Issue #10924: Adding salt and Modular Crypt Format to crypt library. by Sean Reifscheider · 13 years ago
  38. f304278 Issue #11074: Make 'tokenize' so it can be reloaded. by Brett Cannon · 13 years ago
  39. eeb114b Issue #10512: close the log file in cgi when running tests. by Brett Cannon · 13 years ago
  40. 7a54073 Issue #10992: make tests pass when run under coverage. by Brett Cannon · 13 years ago
  41. eb70e47 Ignore __pycache__ in Lib/collections. by Brett Cannon · 13 years ago
  42. c942310 Factor-out common code for helper classes. by Raymond Hettinger · 13 years ago
  43. 16fe75e Have the test filename match the module filename. by Raymond Hettinger · 13 years ago
  44. 158c9c2 Issue #11085: Moved collections abstract base classes into a separate module by Raymond Hettinger · 13 years ago
  45. ecc2692 Issue #4681: Allow mmap() to work on file sizes and offsets larger than by Antoine Pitrou · 13 years ago
  46. ce58dc7 Issue #10826: Prevent sporadic failure in test_subprocess on Solaris due by Antoine Pitrou · 13 years ago
  47. 5ed8b2c Fix PyUnicode_FromFormatV("%c") for non-BMP char by Victor Stinner · 13 years ago
  48. ed4c711 Remove filename variable from ceval.c by Victor Stinner · 13 years ago
  49. 441cc01 compileall uses repr() to format filenames/paths by Victor Stinner · 13 years ago
  50. fd34b37 Remove bootstrap code of PyUnicode_AsEncodedString() by Victor Stinner · 13 years ago
  51. 5eaee2e Issue #11268: Prevent Mac OS X Installer failure if Documentation by Ned Deily · 13 years ago
  52. d8de541 Issue 11263: Fix link to source code. by Raymond Hettinger · 13 years ago
  53. ddb5240 Issue #11089: Fix performance issue limiting the use of ConfigParser() by Raymond Hettinger · 13 years ago
  54. 31f5929 Issue #10990: Prevent tests from clobbering a set trace function. by Brett Cannon · 13 years ago
  55. 4709ec0 Fix compile error under MSVC introduced by r88460. by Antoine Pitrou · 13 years ago
  56. c97c737 Ignore Vim .swp files. by Brett Cannon · 13 years ago
  57. 3d32664 Fix issues on 32-bit systems introduced by r88460 by Antoine Pitrou · 13 years ago
  58. 97b6721 3.2 is stable now. by Georg Brandl · 13 years ago
  59. 54f0f84 Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers by Antoine Pitrou · 13 years ago
  60. 2cef949 Issue 10160: Both single-arg and multi-arg calls have been sped-up. by Raymond Hettinger · 13 years ago
  61. 5e06a5d - Check for NULL result in PyType_FromSpec. by Martin v. Löwis · 13 years ago
  62. 2cebdd4 Remove unittest methods scheduled for removal in 3.3 -- makes the unittest test suite pass again. by Georg Brandl · 13 years ago
  63. fa2c61a More automated version replacement. by Georg Brandl · 13 years ago
  64. 3ebb6b3 Bump trunk to 3.3 alpha 0. by Georg Brandl · 13 years ago
  65. 4a9d447 Bump to 3.3a0. by Georg Brandl · 13 years ago
  66. 260a788 Version bump to 3.2 final. by Georg Brandl · 13 years ago
  67. 14927d0 Topic and suspicious update. by Georg Brandl · 13 years ago
  68. 032400b #11249: in PyType_FromSpec, copy tp_doc slot since it usually will point to a static string literal which should not be deallocated together with the type. by Georg Brandl · 13 years ago
  69. e0e824d Fix two typos in what’s new (#11234). by Éric Araujo · 13 years ago
  70. 85dacf7 Some more grammar fixes/typos for what’s new (approved by Raymond; #11071) by Éric Araujo · 13 years ago
  71. 216e404 #11184: Fix large file support on AIX. by Georg Brandl · 13 years ago
  72. 6e8d17c #11222: fix non-framework shared library build on Mac, patch by Ned Deily. by Georg Brandl · 13 years ago
  73. 6c9ba24 #10709: add back an updated AIX-NOTES (as README.AIX). by Georg Brandl · 13 years ago
  74. 6277fa4 Update the porting HOWTO to be a little less harsh on using 2to3. by Brett Cannon · 13 years ago
  75. 8f0ae9a Doc fixups. by Raymond Hettinger · 13 years ago
  76. 03a6e66 Fix-up logging.dictConfig() example. by Raymond Hettinger · 13 years ago
  77. 4a8f50a Fix an import and add a citation. by Raymond Hettinger · 13 years ago
  78. 59e87bd #730467: Another small AIX fix. by Georg Brandl · 13 years ago
  79. 9a829be #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou. by Georg Brandl · 13 years ago
  80. 08e278a Remove editing slip. by Georg Brandl · 13 years ago
  81. dbb9585 Apply logging SocketHandler doc update by Vinay. by Georg Brandl · 13 years ago
  82. 44efc65 Fix accumulate() example. (Reported by David Murray.) by Raymond Hettinger · 13 years ago
  83. d585218 Post-release updates. by Georg Brandl · 13 years ago
  84. 40bcffa Tag 3.2rc3. by Georg Brandl · 13 years ago
  85. a6d12ef Bump for 3.2rc3. by Georg Brandl · 13 years ago
  86. 829befb Fix markup error and update suspicious ignores. by Georg Brandl · 13 years ago
  87. 3a780aa Update pydoc topics. by Georg Brandl · 13 years ago
  88. 774a66d Fix #11116 fix on Windows (close file before removing in MH code) by R. David Murray · 13 years ago
  89. fc14114 #11116: roll back on error during add so mailbox isn't left corrupted. by R. David Murray · 13 years ago
  90. 8b24aac Fix argument name typo in compileall docs. by R. David Murray · 13 years ago
  91. cc7e23a Issue #11134: Add missing fields to typeslots.h. Reviewed by Georg Brandl. by Martin v. Löwis · 13 years ago
  92. 6916806 Issue #11135: Remove redundant doc field from PyType_Spec. by Martin v. Löwis · 13 years ago
  93. dafdd7f Add uuid for 3.2rc3. by Martin v. Löwis · 13 years ago
  94. 900d547 reverting r88395 and r88387 as per http://mail.python.org/pipermail/python-dev/2011-February/108005.html by Giampaolo Rodolà · 13 years ago
  95. 42e0b7f asyncore: introduce a new 'closed' attribute to make sure that dispatcher gets closed only once. by Giampaolo Rodolà · 13 years ago
  96. 2933312 Fixed issue11082 - Reject str for POST data with a TypeError. Document the need to explicitly encode to bytes when using urlencode. by Senthil Kumaran · 13 years ago
  97. 44028d8 Missing paren. by Raymond Hettinger · 13 years ago
  98. ed92b5a Insert missing section heading (noticed by Victor Stinner). by Raymond Hettinger · 13 years ago
  99. 73acad1 get rid of asyncore.dispatcher's debug attribute, which is no longer used (assuming it ever was). by Giampaolo Rodolà · 13 years ago
  100. 1fbd8e1 Fix nits. by Raymond Hettinger · 13 years ago