1. 6e0d3d6 Simplify and annotate the bigcomp function, removing unused special cases. by Mark Dickinson · 15 years ago
  2. 5818e01 Clarify that sulp expects a nonnegative input, but that +0.0 is fine. by Mark Dickinson · 15 years ago
  3. b26d56a Add comments explaining the role of the bigcomp function in dtoa.c. by Mark Dickinson · 15 years ago
  4. 5f76d13 Issue #7625: Add more tests that bytearray methods return new objects, by Antoine Pitrou · 15 years ago
  5. f58021f Add ACKS entry for r77472. by Antoine Pitrou · 15 years ago
  6. 5a9112c Issue #2846: Add support for gzip.GzipFile reading zero-padded files. by Antoine Pitrou · 15 years ago
  7. 1004292 Sanitize bloom filter macros by Antoine Pitrou · 15 years ago
  8. a913a20 Test commit to try to diagnose failures of the IA-64 buildbot by Antoine Pitrou · 15 years ago
  9. 1379b84 Use `with` by Antoine Pitrou · 15 years ago
  10. 8c510e7 Issue #7661: Allow ctypes to be built from a non-ASCII directory path. by Antoine Pitrou · 15 years ago
  11. 5c767c2 Fix Windows build (re r77461) by Antoine Pitrou · 15 years ago
  12. 6467213 Issue #7622: Improve the split(), rsplit(), splitlines() and replace() by Antoine Pitrou · 15 years ago
  13. d0ff51c #7685: typo by Ezio Melotti · 15 years ago
  14. 5ff4f27 Issue #7632: Fix a bug in dtoa.c that could lead to incorrectly-rounded results. by Mark Dickinson · 15 years ago
  15. 8efef5c Issue #7632: Fix a problem with _Py_dg_strtod that could lead to by Mark Dickinson · 15 years ago
  16. efa45f3 Issue #7654: enable additional bytes/bytearray tests. Patch by Florent Xicluna. by Antoine Pitrou · 15 years ago
  17. b227f47 Added documentation for dictionary views fixer. by Alexandre Vassalotti · 15 years ago
  18. b5689de #5827: make sure that normpath preserves unicode by Ezio Melotti · 15 years ago
  19. 58a96ef Fixed repr of dictionary views. by Alexandre Vassalotti · 15 years ago
  20. ae7731a module cleanup by Tarek Ziadé · 15 years ago
  21. 69eb516 Issue #1967: Backport dictionary views. by Alexandre Vassalotti · 15 years ago
  22. 7a8df80 Add missing NEWS entry for r77422. by Alexandre Vassalotti · 15 years ago
  23. dc0f487 Fixed #5372: .o files are now always rebuilt because file age test don't work in some case by Tarek Ziadé · 15 years ago
  24. 102d70e Update version information for AST changes in r77422. by Alexandre Vassalotti · 15 years ago
  25. b646547 Issue #2333: Backport set and dict comprehensions syntax. by Alexandre Vassalotti · 15 years ago
  26. 0ca7452 Change a variable type to avoid signed overflow; replace repeated '19999' constant by a define. by Mark Dickinson · 15 years ago
  27. e822ab0 fix test_popen when the path to python has spaces #7671 by Benjamin Peterson · 15 years ago
  28. 0e207df Issue #7119: document that a program-generated Message object by R. David Murray · 15 years ago
  29. 2e3da14 Fixed issue7648 - test_urllib2 fails on Windows if not run from C: by Senthil Kumaran · 15 years ago
  30. 5a0b399 Remove unused BCinfo fields and an unused macro. by Mark Dickinson · 15 years ago
  31. 9d87323 Update root certificate to CAcert. by Martin v. Löwis · 15 years ago
  32. 6fdd3dc DeprecationWarning is now silent by default. by Brett Cannon · 15 years ago
  33. 3ad57e2 Update the version # of Python-ast.c based on the backport of set literals from by Brett Cannon · 15 years ago
  34. ee936a2 Issue #2335: Backport set literals syntax from Python 3.x. by Alexandre Vassalotti · 15 years ago
  35. e365613 Issue #7532: Add additional slicing test cases for new- and old-style by Mark Dickinson · 15 years ago
  36. dd6d92a post release version adjustment by Benjamin Peterson · 15 years ago
  37. 46bb2b9 tag 2.7 alpha 2 by Benjamin Peterson · 15 years ago
  38. aa7e51f bump version to 2.7a2 by Benjamin Peterson · 15 years ago
  39. 8360b21 #7422: make it clear that getargspec() only works on Python functions. by Georg Brandl · 15 years ago
  40. c25417f Fixed #7617: all flavors of gcc should be recognized now by Tarek Ziadé · 15 years ago
  41. 5b77d6d Remove obsolete warning filters in regrtest.py (from issue #7092 -- patch by by Antoine Pitrou · 15 years ago
  42. 7a2ee0b Fix for Issue7026. For the Error - RuntimeError: dictionary changed size during iteration by Senthil Kumaran · 15 years ago
  43. 8015725 Issue #7092: Remove py3k warning when importing cPickle. 2to3 handles by Antoine Pitrou · 15 years ago
  44. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  45. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  46. 3194d14 Backport some float repr tests that were missed in issue 7117. by Mark Dickinson · 15 years ago
  47. 96aa3ca #7653: clarify how the PythonPath registry key should look like. by Georg Brandl · 15 years ago
  48. 54fd8ae Fix description for Py_GetPath(); it sounded like it always returned sys.path. by Georg Brandl · 15 years ago
  49. 5458418 Fix reattribution mistake when fixing attribution mistake! by Antoine Pitrou · 15 years ago
  50. 254d23f Fix attribution. Florent actually repackaged and reviewed Victor's patch (sorry!). by Antoine Pitrou · 15 years ago
  51. 0d423b8 Issue #7455: Fix possible crash in cPickle on invalid input. Patch by by Antoine Pitrou · 15 years ago
  52. bdd863d Eric Smith was missing fro m the issue 7117 whatsnew attribution. by Mark Dickinson · 15 years ago
  53. f4d63ab Fix inadvertent checkin of debug line. by R. David Murray · 15 years ago
  54. ff2d7a7 Add -W to the 'basics', 'opt', and 'all' test runs so that we get verbose by R. David Murray · 15 years ago
  55. 705a358 #5950: document that zip files with comments are unsupported in zipimport. by Georg Brandl · 15 years ago
  56. 8904053 #5991: let completion for the "help" command include help topics. by Georg Brandl · 15 years ago
  57. 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
  58. 202eb90 Add missing docstring for Context.divmod. Thanks Juan José Conti. by Mark Dickinson · 15 years ago
  59. 442879a Add Stefan. by Georg Brandl · 15 years ago
  60. 2b6e4bc add a test about hashing array.array by Benjamin Peterson · 15 years ago
  61. af45b11 Kill a couple of "<>" by Antoine Pitrou · 15 years ago
  62. b9d4963 Issue #7092: Fix the DeprecationWarnings emitted by the standard library by Antoine Pitrou · 15 years ago
  63. b9c3ed4 #3340: document print/get_usage and print/get_version by Ezio Melotti · 15 years ago
  64. 2bcd177 Fix typo in comment. by Mark Dickinson · 15 years ago
  65. 8198256 fixed markup errors by Ezio Melotti · 15 years ago
  66. 3694366 factor out __complex__ lookup code to fix another case by Benjamin Peterson · 15 years ago
  67. ecdae19 do correct lookup of the __complex__ method by Benjamin Peterson · 15 years ago
  68. 37559a0 Credit Nir Aides for r77288 by Antoine Pitrou · 15 years ago
  69. 673ddf9 Issue #7471: Improve the performance of GzipFile's buffering mechanism, by Antoine Pitrou · 15 years ago
  70. 49d709c Fix testSourceAddress to not test the host, it wasn't passing on some platforms. by Gregory P. Smith · 15 years ago
  71. 3b18ff7 remove an obsolete file that should've gone with r77252 by Gregory P. Smith · 15 years ago
  72. 7c910eb Update doc build step. by Georg Brandl · 15 years ago
  73. f132c16 Make use of PyLong_AsLongAndOverflow in math_ldexp. by Mark Dickinson · 15 years ago
  74. 722a8a9 :stmt: -> :keyword: by Ezio Melotti · 15 years ago
  75. 5129ed3 #7618: fix highlight of code blocks by Ezio Melotti · 15 years ago
  76. ae628c9 r77152 to Doc/Makefile broke doc build due to (at least some) make by Kurt B. Kaiser · 15 years ago
  77. 9d32521 issue3972: HTTPConnection and HTTPSConnection now support a by Gregory P. Smith · 15 years ago
  78. 79a3eb1 Adds an optional source_address parameter to socket.create_connection(). by Gregory P. Smith · 15 years ago
  79. 7f8ebdb Add a few items by Andrew M. Kuchling · 15 years ago
  80. ffd5d88 make setup.py similar to py3k's when reporting on _hashlib as missing or not. by Gregory P. Smith · 15 years ago
  81. 6dcdcde Import all implementations of the hash algorithms (OpenSSL & builtin) and run by Gregory P. Smith · 15 years ago
  82. 92c58ae Fix typo. by Georg Brandl · 15 years ago
  83. fe32d30 mention the r77252 change by Gregory P. Smith · 15 years ago
  84. 443ec68 Issue #3745: Undo the requirement for new buffer API only objects to be passed by Gregory P. Smith · 15 years ago
  85. c2fa18c Always compile the all versions of the hashlib algorithm modules when Python by Gregory P. Smith · 15 years ago
  86. b538d54 Remove silly conditional. by Antoine Pitrou · 15 years ago
  87. 83f86e8 Add tests for issue #7458: str.rfind() would crash when called with an invalid by Antoine Pitrou · 15 years ago
  88. b56fb12 Correct documentation for s* z* and w*, the argument that should be passed by Gregory P. Smith · 15 years ago
  89. 5b7139a Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, by Antoine Pitrou · 15 years ago
  90. d3e3232 Refactor some longobject internals: PyLong_AsDouble and _PyLong_AsScaledDouble by Mark Dickinson · 15 years ago
  91. 5a485c1 Clarify that the rect, phase and polar functions work with radians. by Mark Dickinson · 15 years ago
  92. 36f4214 Fix casing. by Georg Brandl · 15 years ago
  93. 4b2c064 Make script work with 2.5. by Martin v. Löwis · 15 years ago
  94. f477b93 Update Windows build to sqlite 3.6.21. by Martin v. Löwis · 15 years ago
  95. 1a635e4 remove use of deprecated os.popen #7619 by Benjamin Peterson · 15 years ago
  96. 1b34d25 Issue #5080: turn the DeprecationWarning from float arguments passed by Mark Dickinson · 15 years ago
  97. edfe72f allow --with-dbmliborder to specify that no dbm modules will be built #6491 by Benjamin Peterson · 15 years ago
  98. 6c99b4e fix indentation by Benjamin Peterson · 15 years ago
  99. b4abef6 add note by Benjamin Peterson · 15 years ago
  100. 1c335e6 use pkg-config to find the libffi headers when --with-system-ffi is used #6943 by Benjamin Peterson · 15 years ago