1. 60ba2c8 Use PyAPI_DATA. by Antoine Pitrou · 14 years ago
  2. 23df3d2 Issue #7632: Fix a memory leak in _Py_dg_strtod. by Mark Dickinson · 14 years ago
  3. 724c5b2 Add text to Mac/README to warn about non-universal libraries when by Ronald Oussoren · 14 years ago
  4. e80a6a4 Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`) by Antoine Pitrou · 14 years ago
  5. aee9003 Add note about usage of STRINGLIB_EMPTY. by Georg Brandl · 14 years ago
  6. ab6ee7a Increase number of strtod tests slightly, to make it more likely that a memory leak is detected. by Mark Dickinson · 14 years ago
  7. 6cbb7f9 #7699: improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such. by Georg Brandl · 14 years ago
  8. d87f22c Add better error reporting for MemoryErrors caused by str->float conversions. by Mark Dickinson · 14 years ago
  9. 5afe42b remove wrong markup by Ezio Melotti · 14 years ago
  10. 3373a3a typo: use one instead instead of two by Ezio Melotti · 14 years ago
  11. 18a818b Fix multiple uses of variable 'L' in _Py_dg_strtod, where one use requires an unsigned long and the other a signed long. See also r77421. by Mark Dickinson · 14 years ago
  12. 811ff82 Issue #7632: Fix one more case of incorrect rounding for str -> float by Mark Dickinson · 14 years ago
  13. db983a7 Followup to #7703: a2b_hqx() didn't follow the new buffer API (neither in trunk by Antoine Pitrou · 14 years ago
  14. c755dba Fix issue number in comment. by R. David Murray · 14 years ago
  15. 476279f Issue #7632: Fix a serious wrong output bug for string -> float conversion. by Mark Dickinson · 14 years ago
  16. ed44dfa Issue #1670765: Prevent email.generator.Generator from re-wrapping by R. David Murray · 14 years ago
  17. 57cd8eb issue5063: Fixes for building RPM on CentOS plus misc .spec file enhancements. by Sean Reifscheider · 14 years ago
  18. 334ffe8 Fixed issue-number mistake in NEWS update. by Vinay Sajip · 14 years ago
  19. 667dc19 try to fix for windows by Benjamin Peterson · 14 years ago
  20. 0bc7747 Remove C++/C99-style comments. by Brett Cannon · 14 years ago
  21. c391ad0 Issue #7701: Fix crash in binascii.b2a_uu() in debug mode when given a by Antoine Pitrou · 14 years ago
  22. 3ffa43d The silencing of DeprecationWarning was not taking -3 into consideration. Since by Brett Cannon · 14 years ago
  23. efdddd3 Issue #3299: Fix possible crash in the _sre module when given bad by Antoine Pitrou · 14 years ago
  24. fd3a60d Issue #7703: Add support for the new buffer API to functions of the by Antoine Pitrou · 14 years ago
  25. 647ed91 Issue #7632: add tests for bugs fixed so far. by Mark Dickinson · 14 years ago
  26. f8747c1 Issue 7632: fix incorrect rounding for long input strings with values very close to a power of 2. (See Bug 4 in the tracker discussion.) by Mark Dickinson · 14 years ago
  27. 50b60c6 Issue 7632: fix a dtoa.c bug (bug 6) causing incorrect rounding. Tests to follow. by Mark Dickinson · 14 years ago
  28. 03774fa Fix off-by-one error introduced in r77483. I have a test for this, but it currently fails due to a different dtoa.c bug; I'll add the test once that bug is fixed. by Mark Dickinson · 14 years ago
  29. d234208 Fixed typo by Ezio Melotti · 14 years ago
  30. 7a1b435 use more robust quoting by Benjamin Peterson · 14 years ago
  31. 852a27d Update PyEval_EvalFrame to PyEval_EvalFrameEx. This looks to have been done by Skip Montanaro · 14 years ago
  32. d2a9940 More dtoa.c cleanup; remove the need for bc.dplen, bc.dp0 and bc.dp1. by Mark Dickinson · 14 years ago
  33. 02139d7 Fix buggy comparison: LHS of comparison was being treated as unsigned. by Mark Dickinson · 14 years ago
  34. 6e0d3d6 Simplify and annotate the bigcomp function, removing unused special cases. by Mark Dickinson · 14 years ago
  35. 5818e01 Clarify that sulp expects a nonnegative input, but that +0.0 is fine. by Mark Dickinson · 14 years ago
  36. b26d56a Add comments explaining the role of the bigcomp function in dtoa.c. by Mark Dickinson · 14 years ago
  37. 5f76d13 Issue #7625: Add more tests that bytearray methods return new objects, by Antoine Pitrou · 14 years ago
  38. f58021f Add ACKS entry for r77472. by Antoine Pitrou · 14 years ago
  39. 5a9112c Issue #2846: Add support for gzip.GzipFile reading zero-padded files. by Antoine Pitrou · 14 years ago
  40. 1004292 Sanitize bloom filter macros by Antoine Pitrou · 14 years ago
  41. a913a20 Test commit to try to diagnose failures of the IA-64 buildbot by Antoine Pitrou · 14 years ago
  42. 1379b84 Use `with` by Antoine Pitrou · 14 years ago
  43. 8c510e7 Issue #7661: Allow ctypes to be built from a non-ASCII directory path. by Antoine Pitrou · 14 years ago
  44. 5c767c2 Fix Windows build (re r77461) by Antoine Pitrou · 14 years ago
  45. 6467213 Issue #7622: Improve the split(), rsplit(), splitlines() and replace() by Antoine Pitrou · 14 years ago
  46. d0ff51c #7685: typo by Ezio Melotti · 15 years ago
  47. 5ff4f27 Issue #7632: Fix a bug in dtoa.c that could lead to incorrectly-rounded results. by Mark Dickinson · 15 years ago
  48. 8efef5c Issue #7632: Fix a problem with _Py_dg_strtod that could lead to by Mark Dickinson · 15 years ago
  49. efa45f3 Issue #7654: enable additional bytes/bytearray tests. Patch by Florent Xicluna. by Antoine Pitrou · 15 years ago
  50. b227f47 Added documentation for dictionary views fixer. by Alexandre Vassalotti · 15 years ago
  51. b5689de #5827: make sure that normpath preserves unicode by Ezio Melotti · 15 years ago
  52. 58a96ef Fixed repr of dictionary views. by Alexandre Vassalotti · 15 years ago
  53. ae7731a module cleanup by Tarek Ziadé · 15 years ago
  54. 69eb516 Issue #1967: Backport dictionary views. by Alexandre Vassalotti · 15 years ago
  55. 7a8df80 Add missing NEWS entry for r77422. by Alexandre Vassalotti · 15 years ago
  56. 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
  57. 102d70e Update version information for AST changes in r77422. by Alexandre Vassalotti · 15 years ago
  58. b646547 Issue #2333: Backport set and dict comprehensions syntax. by Alexandre Vassalotti · 15 years ago
  59. 0ca7452 Change a variable type to avoid signed overflow; replace repeated '19999' constant by a define. by Mark Dickinson · 15 years ago
  60. e822ab0 fix test_popen when the path to python has spaces #7671 by Benjamin Peterson · 15 years ago
  61. 0e207df Issue #7119: document that a program-generated Message object by R. David Murray · 15 years ago
  62. 2e3da14 Fixed issue7648 - test_urllib2 fails on Windows if not run from C: by Senthil Kumaran · 15 years ago
  63. 5a0b399 Remove unused BCinfo fields and an unused macro. by Mark Dickinson · 15 years ago
  64. 9d87323 Update root certificate to CAcert. by Martin v. Löwis · 15 years ago
  65. 6fdd3dc DeprecationWarning is now silent by default. by Brett Cannon · 15 years ago
  66. 3ad57e2 Update the version # of Python-ast.c based on the backport of set literals from by Brett Cannon · 15 years ago
  67. ee936a2 Issue #2335: Backport set literals syntax from Python 3.x. by Alexandre Vassalotti · 15 years ago
  68. e365613 Issue #7532: Add additional slicing test cases for new- and old-style by Mark Dickinson · 15 years ago
  69. dd6d92a post release version adjustment by Benjamin Peterson · 15 years ago
  70. 46bb2b9 tag 2.7 alpha 2 by Benjamin Peterson · 15 years ago
  71. aa7e51f bump version to 2.7a2 by Benjamin Peterson · 15 years ago
  72. 8360b21 #7422: make it clear that getargspec() only works on Python functions. by Georg Brandl · 15 years ago
  73. c25417f Fixed #7617: all flavors of gcc should be recognized now by Tarek Ziadé · 15 years ago
  74. 5b77d6d Remove obsolete warning filters in regrtest.py (from issue #7092 -- patch by by Antoine Pitrou · 15 years ago
  75. 7a2ee0b Fix for Issue7026. For the Error - RuntimeError: dictionary changed size during iteration by Senthil Kumaran · 15 years ago
  76. 8015725 Issue #7092: Remove py3k warning when importing cPickle. 2to3 handles by Antoine Pitrou · 15 years ago
  77. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  78. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  79. 3194d14 Backport some float repr tests that were missed in issue 7117. by Mark Dickinson · 15 years ago
  80. 96aa3ca #7653: clarify how the PythonPath registry key should look like. by Georg Brandl · 15 years ago
  81. 54fd8ae Fix description for Py_GetPath(); it sounded like it always returned sys.path. by Georg Brandl · 15 years ago
  82. 5458418 Fix reattribution mistake when fixing attribution mistake! by Antoine Pitrou · 15 years ago
  83. 254d23f Fix attribution. Florent actually repackaged and reviewed Victor's patch (sorry!). by Antoine Pitrou · 15 years ago
  84. 0d423b8 Issue #7455: Fix possible crash in cPickle on invalid input. Patch by by Antoine Pitrou · 15 years ago
  85. bdd863d Eric Smith was missing fro m the issue 7117 whatsnew attribution. by Mark Dickinson · 15 years ago
  86. f4d63ab Fix inadvertent checkin of debug line. by R. David Murray · 15 years ago
  87. ff2d7a7 Add -W to the 'basics', 'opt', and 'all' test runs so that we get verbose by R. David Murray · 15 years ago
  88. 705a358 #5950: document that zip files with comments are unsupported in zipimport. by Georg Brandl · 15 years ago
  89. 8904053 #5991: let completion for the "help" command include help topics. by Georg Brandl · 15 years ago
  90. 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
  91. 202eb90 Add missing docstring for Context.divmod. Thanks Juan José Conti. by Mark Dickinson · 15 years ago
  92. 442879a Add Stefan. by Georg Brandl · 15 years ago
  93. 2b6e4bc add a test about hashing array.array by Benjamin Peterson · 15 years ago
  94. af45b11 Kill a couple of "<>" by Antoine Pitrou · 15 years ago
  95. b9d4963 Issue #7092: Fix the DeprecationWarnings emitted by the standard library by Antoine Pitrou · 15 years ago
  96. b9c3ed4 #3340: document print/get_usage and print/get_version by Ezio Melotti · 15 years ago
  97. 2bcd177 Fix typo in comment. by Mark Dickinson · 15 years ago
  98. 8198256 fixed markup errors by Ezio Melotti · 15 years ago
  99. 3694366 factor out __complex__ lookup code to fix another case by Benjamin Peterson · 15 years ago
  100. ecdae19 do correct lookup of the __complex__ method by Benjamin Peterson · 15 years ago