1. 46bb2b9 tag 2.7 alpha 2 by Benjamin Peterson · 15 years ago
  2. aa7e51f bump version to 2.7a2 by Benjamin Peterson · 15 years ago
  3. 8360b21 #7422: make it clear that getargspec() only works on Python functions. by Georg Brandl · 15 years ago
  4. c25417f Fixed #7617: all flavors of gcc should be recognized now by Tarek Ziadé · 15 years ago
  5. 5b77d6d Remove obsolete warning filters in regrtest.py (from issue #7092 -- patch by by Antoine Pitrou · 15 years ago
  6. 7a2ee0b Fix for Issue7026. For the Error - RuntimeError: dictionary changed size during iteration by Senthil Kumaran · 15 years ago
  7. 8015725 Issue #7092: Remove py3k warning when importing cPickle. 2to3 handles by Antoine Pitrou · 15 years ago
  8. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  9. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  10. 3194d14 Backport some float repr tests that were missed in issue 7117. by Mark Dickinson · 15 years ago
  11. 96aa3ca #7653: clarify how the PythonPath registry key should look like. by Georg Brandl · 15 years ago
  12. 54fd8ae Fix description for Py_GetPath(); it sounded like it always returned sys.path. by Georg Brandl · 15 years ago
  13. 5458418 Fix reattribution mistake when fixing attribution mistake! by Antoine Pitrou · 15 years ago
  14. 254d23f Fix attribution. Florent actually repackaged and reviewed Victor's patch (sorry!). by Antoine Pitrou · 15 years ago
  15. 0d423b8 Issue #7455: Fix possible crash in cPickle on invalid input. Patch by by Antoine Pitrou · 15 years ago
  16. bdd863d Eric Smith was missing fro m the issue 7117 whatsnew attribution. by Mark Dickinson · 15 years ago
  17. f4d63ab Fix inadvertent checkin of debug line. by R. David Murray · 15 years ago
  18. ff2d7a7 Add -W to the 'basics', 'opt', and 'all' test runs so that we get verbose by R. David Murray · 15 years ago
  19. 705a358 #5950: document that zip files with comments are unsupported in zipimport. by Georg Brandl · 15 years ago
  20. 8904053 #5991: let completion for the "help" command include help topics. by Georg Brandl · 15 years ago
  21. 5089a38 Small fixes to test_cmd: fix signature of do_shell, remove duplicate import, add option to run the custom Cmd class. by Georg Brandl · 15 years ago
  22. 202eb90 Add missing docstring for Context.divmod. Thanks Juan José Conti. by Mark Dickinson · 15 years ago
  23. 442879a Add Stefan. by Georg Brandl · 15 years ago
  24. 2b6e4bc add a test about hashing array.array by Benjamin Peterson · 15 years ago
  25. af45b11 Kill a couple of "<>" by Antoine Pitrou · 15 years ago
  26. b9d4963 Issue #7092: Fix the DeprecationWarnings emitted by the standard library by Antoine Pitrou · 15 years ago
  27. b9c3ed4 #3340: document print/get_usage and print/get_version by Ezio Melotti · 15 years ago
  28. 2bcd177 Fix typo in comment. by Mark Dickinson · 15 years ago
  29. 8198256 fixed markup errors by Ezio Melotti · 15 years ago
  30. 3694366 factor out __complex__ lookup code to fix another case by Benjamin Peterson · 15 years ago
  31. ecdae19 do correct lookup of the __complex__ method by Benjamin Peterson · 15 years ago
  32. 37559a0 Credit Nir Aides for r77288 by Antoine Pitrou · 15 years ago
  33. 673ddf9 Issue #7471: Improve the performance of GzipFile's buffering mechanism, by Antoine Pitrou · 15 years ago
  34. 49d709c Fix testSourceAddress to not test the host, it wasn't passing on some platforms. by Gregory P. Smith · 15 years ago
  35. 3b18ff7 remove an obsolete file that should've gone with r77252 by Gregory P. Smith · 15 years ago
  36. 7c910eb Update doc build step. by Georg Brandl · 15 years ago
  37. f132c16 Make use of PyLong_AsLongAndOverflow in math_ldexp. by Mark Dickinson · 15 years ago
  38. 722a8a9 :stmt: -> :keyword: by Ezio Melotti · 15 years ago
  39. 5129ed3 #7618: fix highlight of code blocks by Ezio Melotti · 15 years ago
  40. ae628c9 r77152 to Doc/Makefile broke doc build due to (at least some) make by Kurt B. Kaiser · 15 years ago
  41. 9d32521 issue3972: HTTPConnection and HTTPSConnection now support a by Gregory P. Smith · 15 years ago
  42. 79a3eb1 Adds an optional source_address parameter to socket.create_connection(). by Gregory P. Smith · 15 years ago
  43. 7f8ebdb Add a few items by Andrew M. Kuchling · 15 years ago
  44. ffd5d88 make setup.py similar to py3k's when reporting on _hashlib as missing or not. by Gregory P. Smith · 15 years ago
  45. 6dcdcde Import all implementations of the hash algorithms (OpenSSL & builtin) and run by Gregory P. Smith · 15 years ago
  46. 92c58ae Fix typo. by Georg Brandl · 15 years ago
  47. fe32d30 mention the r77252 change by Gregory P. Smith · 15 years ago
  48. 443ec68 Issue #3745: Undo the requirement for new buffer API only objects to be passed by Gregory P. Smith · 15 years ago
  49. c2fa18c Always compile the all versions of the hashlib algorithm modules when Python by Gregory P. Smith · 15 years ago
  50. b538d54 Remove silly conditional. by Antoine Pitrou · 15 years ago
  51. 83f86e8 Add tests for issue #7458: str.rfind() would crash when called with an invalid by Antoine Pitrou · 15 years ago
  52. b56fb12 Correct documentation for s* z* and w*, the argument that should be passed by Gregory P. Smith · 15 years ago
  53. 5b7139a Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, by Antoine Pitrou · 15 years ago
  54. d3e3232 Refactor some longobject internals: PyLong_AsDouble and _PyLong_AsScaledDouble by Mark Dickinson · 15 years ago
  55. 5a485c1 Clarify that the rect, phase and polar functions work with radians. by Mark Dickinson · 15 years ago
  56. 36f4214 Fix casing. by Georg Brandl · 15 years ago
  57. 4b2c064 Make script work with 2.5. by Martin v. Löwis · 15 years ago
  58. f477b93 Update Windows build to sqlite 3.6.21. by Martin v. Löwis · 15 years ago
  59. 1a635e4 remove use of deprecated os.popen #7619 by Benjamin Peterson · 15 years ago
  60. 1b34d25 Issue #5080: turn the DeprecationWarning from float arguments passed by Mark Dickinson · 15 years ago
  61. edfe72f allow --with-dbmliborder to specify that no dbm modules will be built #6491 by Benjamin Peterson · 15 years ago
  62. 6c99b4e fix indentation by Benjamin Peterson · 15 years ago
  63. b4abef6 add note by Benjamin Peterson · 15 years ago
  64. 1c335e6 use pkg-config to find the libffi headers when --with-system-ffi is used #6943 by Benjamin Peterson · 15 years ago
  65. 8cdc9bc More yearly updates. by Georg Brandl · 15 years ago
  66. 9db7746 more copyright year updates by Ezio Melotti · 15 years ago
  67. 71380c3 update copyright year by Benjamin Peterson · 15 years ago
  68. f31d1a0 Add some missing command-line options to the main list. All but -V were already by Brett Cannon · 15 years ago
  69. 0ef0b91 More configure fixes: avoid sh 'integer argument expected' error when 'long long' type doesn't exist. by Mark Dickinson · 15 years ago
  70. 5ce8474 Add missing quotes. by Mark Dickinson · 15 years ago
  71. ae9a0a0 add another advancement by Benjamin Peterson · 15 years ago
  72. a7f5947 Add various items by Andrew M. Kuchling · 15 years ago
  73. 2fd2e86 update expat comment by Benjamin Peterson · 15 years ago
  74. 91e0db8 Add some items by Andrew M. Kuchling · 15 years ago
  75. aac4df6 #7613: missing ) in flmodule.c by Ezio Melotti · 15 years ago
  76. 763f1e8 indentation and further alignment with py3k by Ezio Melotti · 15 years ago
  77. 6d6b53c cleanup and refactoring by Ezio Melotti · 15 years ago
  78. 2c19674 add a --with-system-expat option to build pyexpat against the system's lib #7609 by Benjamin Peterson · 15 years ago
  79. df6f963 Merged revisions 77158 via svnmerge from by Benjamin Peterson · 15 years ago
  80. 0f02d39 check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604) by Benjamin Peterson · 15 years ago
  81. b7953f0 We only support Windows NT derivatives now. by Georg Brandl · 15 years ago
  82. e5ee7e3 #7602: improve "clean" and "checkout" targets now that all tools are in externals. by Georg Brandl · 15 years ago
  83. 5a5fee8 #7487: update Pygments version. by Georg Brandl · 15 years ago
  84. 95049f2 Use new Pygments version. by Georg Brandl · 15 years ago
  85. 9b02e85 Add Marcos Donolo for work on issue 7534 patch. by Mark Dickinson · 15 years ago
  86. 99d652e Issue #7534: Fix handling of nans, infinities, and negative zero in ** by Mark Dickinson · 15 years ago
  87. 569e61f #5511: Added the ability to use ZipFile as a context manager. Patch by Brian Curtin. by Ezio Melotti · 15 years ago
  88. eb74da8 wrap long line by Benjamin Peterson · 15 years ago
  89. 500ce23 only build the nis module when the headers are found #7589 by Benjamin Peterson · 15 years ago
  90. 3c8a24e Add various items by Andrew M. Kuchling · 15 years ago
  91. c8a2ce7 #7579: Add docstrings to the msvcrt module by Amaury Forgeot d'Arc · 15 years ago
  92. 8645a5c #7413: Passing '\0' as the separator to datetime.datetime.isoformat() by Amaury Forgeot d'Arc · 15 years ago
  93. fa1ffb6 #7595: fix typo in argument default constant. by Georg Brandl · 15 years ago
  94. 8e3e1d6 Issue #7575: An overflow test for math.expm1 was failing on OS X 10.4/Intel, by Mark Dickinson · 15 years ago
  95. b4a4f51 Various additions by Andrew M. Kuchling · 15 years ago
  96. c2aad8a Fix wrong markup. by Georg Brandl · 15 years ago
  97. a25658b Improve markup of ctypes docs. by Georg Brandl · 15 years ago
  98. d2ff486 #7569: clarification about c_char_p. by Georg Brandl · 15 years ago
  99. b598393 enable test_main.py by Benjamin Peterson · 15 years ago
  100. abb4274 Merged revisions 76871-76872,77093-77095,77097-77101 via svnmerge from by Benjamin Peterson · 15 years ago