1. 7aedb3b fix windows buildbot by Benjamin Peterson · 15 years ago
  2. 48a3c4e - Fix typo in os.execvp docstring. by Matthias Klose · 15 years ago
  3. 626d92a - Update python manual page (options -B, -O0, -s, environment variables by Matthias Klose · 15 years ago
  4. ef49096 #7092: silence more -3 and -Wd warnings by Ezio Melotti · 15 years ago
  5. 46bff79 be robust against test being run over and over (such as -R) by Benjamin Peterson · 15 years ago
  6. a04ae01 move test outside WITH_THREAD section by Benjamin Peterson · 15 years ago
  7. 53ffca5 #7802: fix invalid example (heh). by Georg Brandl · 15 years ago
  8. 91d26b4 Use the correct markup for args by Ezio Melotti · 15 years ago
  9. 99af648 Relocate a couple of stars and remove redundant backticks by Ezio Melotti · 15 years ago
  10. a8e34b7 Merged revisions 77419,77435 via svnmerge from by Martin v. Löwis · 15 years ago
  11. a36507c Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a by Mark Dickinson · 15 years ago
  12. a2d4653 #7092: silence py3k warnings for deprecated modules by Ezio Melotti · 15 years ago
  13. 75d3fb1 #7801: fix xmlrpclib binary example, open the picture in binary mode by Victor Stinner · 15 years ago
  14. 721caaa Add Victor Stinner. by Martin v. Löwis · 15 years ago
  15. 05b4171 Fix typo in assertSequenceEqual docstring. by R. David Murray · 15 years ago
  16. 36ecd67 Issue #7788: Fix a crash produced by deleting a list slice with huge by Mark Dickinson · 15 years ago
  17. b5d7400 Change error report when the object passed to suite.addTest is not by R. David Murray · 15 years ago
  18. 11fab6c avoid a py3k warning from __hash__ by Benjamin Peterson · 15 years ago
  19. e06f711 an -> a by Benjamin Peterson · 15 years ago
  20. 4611b05 avoid to use zlib when the compress type is not ZIP_DEFLATED by Ezio Melotti · 15 years ago
  21. 9ef7d4f add compat note by Benjamin Peterson · 15 years ago
  22. 94c33eb Issue #7610: Reworked implementation of the internal by Antoine Pitrou · 15 years ago
  23. 7b4e02c #7765: typos by Ezio Melotti · 15 years ago
  24. 654ade3 Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool by Jesse Noller · 15 years ago
  25. 2deb5c7 raise a clear TypeError when trying to register a non-class by Benjamin Peterson · 15 years ago
  26. 17527be for UserDict to be compatible with abcs, it must subclass object by Benjamin Peterson · 15 years ago
  27. 74c2577 Added named (but not numbered) attributes to sys.getwindowsversion() test. by Eric Smith · 15 years ago
  28. 59529e1 Switch to test_support.get_attribute. by Eric Smith · 15 years ago
  29. 514e77e Removed unneeded test. by Eric Smith · 15 years ago
  30. 096d0bf Fix type on getwindowsversion documentation. Thanks Taggnostr. by Eric Smith · 15 years ago
  31. ee931b7 Issue #7766: Change sys.getwindowsversion() return value to a named tuple and add the additional members returned in an OSVERSIONINFOEX structure. The new members are service_pack_major, service_pack_minor, suite_mask, and product_type. by Eric Smith · 15 years ago
  32. 92e68af added local get_platform/set_platform APIs in distutils.sysconfig by Tarek Ziadé · 15 years ago
  33. 0276c7a reintroduced the names in Distutils for APIs that were relocated by Tarek Ziadé · 15 years ago
  34. b28e5d7 fixed bdist_msi imports and added a test module for distutils.command.bdist_msi by Tarek Ziadé · 15 years ago
  35. ffd8496 #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd. by Ezio Melotti · 15 years ago
  36. ef97caf switched the call order so this call works without suffering from issue #7774 by Tarek Ziadé · 15 years ago
  37. 82230f9 Add a news entry for the functions verify and vereq that have been removed in r77729 and r77731 by Ezio Melotti · 15 years ago
  38. 1fafaab #7775: fixed docstring for rpartition by Ezio Melotti · 15 years ago
  39. 47b6659 Added a note about Event.is_set() syntax being new to 2.6 by Facundo Batista · 15 years ago
  40. 28e369a compare types with is not == by Benjamin Peterson · 15 years ago
  41. a617e20 mention from_float() in error message by Benjamin Peterson · 15 years ago
  42. a43f34c fix an UnboundLocalError when the release file is empty #7773 by Benjamin Peterson · 15 years ago
  43. aab2401 #7269: fix failures in test_bsddb3. Patch by Florent Xicluna. by Ezio Melotti · 15 years ago
  44. 469a05f remove archaic functions from test_support by Ezio Melotti · 15 years ago
  45. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 15 years ago
  46. f14c7fc Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings by Tarek Ziadé · 15 years ago
  47. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  48. 8cd0a66 dtoa.c fix from upstream that fixes incorrectly rounded results for certain subnormals that are also halfway cases. by Mark Dickinson · 15 years ago
  49. fc52904 Issue #7743: Add checks for zero inputs to the lshift and mult functions; by Mark Dickinson · 15 years ago
  50. c64614e fixed the 64bits tests for get_platform() - mac osx by Tarek Ziadé · 15 years ago
  51. 0e4e732 Increased the overflow value on test_dealloc to make sure that it is big enough even for wide builds. by Ezio Melotti · 15 years ago
  52. 5633a80 taking sysconfig out of distutils by Tarek Ziadé · 15 years ago
  53. c3b0cd7 #7725: fix referencing issue. by Georg Brandl · 15 years ago
  54. 6878ee8 #7762: fix refcount annotation of PyUnicode_Tailmatch(). by Georg Brandl · 15 years ago
  55. adcda34 Issue #7743: Fix a potential incorrect rounding bug in dtoa.c (2nd bug by Mark Dickinson · 15 years ago
  56. f8a9402 This should fix the failure introduced in r77680. The error message is now different and it caused the test to fail. The failing test is not present in 2.5 so it is failing only on 2.6 and newer versions. by Ezio Melotti · 15 years ago
  57. 86db342 Correct typo in comment. by Mark Dickinson · 15 years ago
  58. 0d948ac - Expat: Fix DoS via XML document with malformed UTF-8 sequences by Matthias Klose · 15 years ago
  59. 3b0f9b0 - Mention CVE-2009-3720 for change in r74429. by Matthias Klose · 15 years ago
  60. 77a64e7 #7746: rephrase a sentence by Ezio Melotti · 15 years ago
  61. a3112d1 Use // for floor division. by Mark Dickinson · 15 years ago
  62. 5a63348 Add two more test_strtod test values. by Mark Dickinson · 15 years ago
  63. 294d6ac Additional testcases for strtod. by Mark Dickinson · 15 years ago
  64. ca6ea56 Additional explanatory comments for _Py_dg_strtod. by Mark Dickinson · 15 years ago
  65. 1942806 Don't try to put a value into a NULL pointer. by Mark Dickinson · 15 years ago
  66. 4141d65 Various dtoa.c cleanups. 1. Despagghetify _Py_dg_strtod parsing code by Mark Dickinson · 15 years ago
  67. 8926108 Revert debugprint code in r77607. by Gregory P. Smith · 15 years ago
  68. 6b35730 Do not compile stubs for the sha2 series hashes in the openssl hashlib by Gregory P. Smith · 15 years ago
  69. 8f6f426 Add a pydebug mode only debug print to help debug the errors in by Gregory P. Smith · 15 years ago
  70. 9179dab data descriptors do not override the class dictionary if __get__ is not defined by Benjamin Peterson · 15 years ago
  71. c07336c Add a NEWS entry for r77599 and r77600. by Antoine Pitrou · 15 years ago
  72. 9a38682 Add ccbench to the Tools directory by Antoine Pitrou · 15 years ago
  73. c9d6238 Add iobench to the Tools directory (see December python-dev discussion) by Antoine Pitrou · 15 years ago
  74. b01f5e6 #7730: remove spaces after functions names by Ezio Melotti · 15 years ago
  75. 42eaded Fix internal reference. by Georg Brandl · 15 years ago
  76. 9481c57 Issue #7632: When Py_USING_MEMORY_DEBUGGER is defined, disable the by Mark Dickinson · 15 years ago
  77. 92397ce Explicitly use /usr/bin/arch on OSX, fixes issue 7715 by Ronald Oussoren · 15 years ago
  78. 3c0a126 This patch ensures that the configure-script mentions checking for --enable-universalsdk by Ronald Oussoren · 15 years ago
  79. a55af9a - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4 by Ronald Oussoren · 15 years ago
  80. 60ba2c8 Use PyAPI_DATA. by Antoine Pitrou · 15 years ago
  81. 23df3d2 Issue #7632: Fix a memory leak in _Py_dg_strtod. by Mark Dickinson · 15 years ago
  82. 724c5b2 Add text to Mac/README to warn about non-universal libraries when by Ronald Oussoren · 15 years ago
  83. e80a6a4 Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`) by Antoine Pitrou · 15 years ago
  84. aee9003 Add note about usage of STRINGLIB_EMPTY. by Georg Brandl · 15 years ago
  85. ab6ee7a Increase number of strtod tests slightly, to make it more likely that a memory leak is detected. by Mark Dickinson · 15 years ago
  86. 6cbb7f9 #7699: improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such. by Georg Brandl · 15 years ago
  87. d87f22c Add better error reporting for MemoryErrors caused by str->float conversions. by Mark Dickinson · 15 years ago
  88. 5afe42b remove wrong markup by Ezio Melotti · 15 years ago
  89. 3373a3a typo: use one instead instead of two by Ezio Melotti · 15 years ago
  90. 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 · 15 years ago
  91. 811ff82 Issue #7632: Fix one more case of incorrect rounding for str -> float by Mark Dickinson · 15 years ago
  92. db983a7 Followup to #7703: a2b_hqx() didn't follow the new buffer API (neither in trunk by Antoine Pitrou · 15 years ago
  93. c755dba Fix issue number in comment. by R. David Murray · 15 years ago
  94. 476279f Issue #7632: Fix a serious wrong output bug for string -> float conversion. by Mark Dickinson · 15 years ago
  95. ed44dfa Issue #1670765: Prevent email.generator.Generator from re-wrapping by R. David Murray · 15 years ago
  96. 57cd8eb issue5063: Fixes for building RPM on CentOS plus misc .spec file enhancements. by Sean Reifscheider · 15 years ago
  97. 334ffe8 Fixed issue-number mistake in NEWS update. by Vinay Sajip · 15 years ago
  98. 667dc19 try to fix for windows by Benjamin Peterson · 15 years ago
  99. 0bc7747 Remove C++/C99-style comments. by Brett Cannon · 15 years ago
  100. c391ad0 Issue #7701: Fix crash in binascii.b2a_uu() in debug mode when given a by Antoine Pitrou · 15 years ago