1. c56bca3 Issue #14159: Fix the len() of weak sets to return a better approximation when some objects are dead or dying. by Antoine Pitrou · 13 years ago
  2. ca66624 #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 13 years ago
  3. 38ae5b2 #10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool. by Ezio Melotti · 13 years ago
  4. a6bdfd1 Give better failure messages in test_strptime (cf. issue #14113). by Nadeem Vawda · 13 years ago
  5. 6a1cd1b Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 13 years ago
  6. ae50bab Synchronize some distutils tests with 3.2. by Éric Araujo · 13 years ago
  7. 7f4b3be Fix typo “seperator” by Éric Araujo · 13 years ago
  8. 9ede557 Update docstring with more useful text (from the PEP) by Éric Araujo · 13 years ago
  9. 06efea3 Use raw strings for docstrings with backslashes in ASCII diagrams by Éric Araujo · 13 years ago
  10. 8d4d74e Update lingering references to ex-parrot. I mean ex-devguide. by Éric Araujo · 13 years ago
  11. ef2e14e Fix instructions on how to rebuild some modules by Éric Araujo · 13 years ago
  12. d673b62 Stop ignoring RPMs in distutils' upload command (#2945). by Éric Araujo · 13 years ago
  13. e84e263 Add test file for scripts in Tools (#13447). by Éric Araujo · 13 years ago
  14. 31378df Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 13 years ago
  15. 93fa159 Merged upstream changes. by Vinay Sajip · 13 years ago
  16. 5019822 Fix added for recent changes in non-threading environments. by Vinay Sajip · 13 years ago
  17. 03d2368 merge heads by Benjamin Peterson · 13 years ago
  18. 94e5c93 update pydoc-topics by Benjamin Peterson · 13 years ago
  19. 16f6a29 Updated comments. by Vinay Sajip · 13 years ago
  20. d23845e logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion. by Vinay Sajip · 13 years ago
  21. a2aa2ef bump to 2.7.3rc1 by Benjamin Peterson · 13 years ago
  22. 341016e Fix sporadic test_os failure under Windows by Antoine Pitrou · 13 years ago
  23. 4b670f5 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 13 years ago
  24. 9329153 Avoid py3k warnings related to sort() of unrelated types. by Antoine Pitrou · 13 years ago
  25. 0607f73 Fix flaky os.urandom test. by Antoine Pitrou · 13 years ago
  26. e39ccef carefully don't depend on any dict order by Benjamin Peterson · 13 years ago
  27. b6596c5 remove extra zero by Benjamin Peterson · 13 years ago
  28. 4ab701b sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
  29. 36b7361 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 13 years ago
  30. c7bbd7b don't rely on dict order by Benjamin Peterson · 13 years ago
  31. c59df7d a frozenset is better here by Benjamin Peterson · 13 years ago
  32. 7405934 use set by Benjamin Peterson · 13 years ago
  33. f093724 don't rely on dict order by Benjamin Peterson · 13 years ago
  34. 72949bd this was supposed to die by Benjamin Peterson · 13 years ago
  35. 11fa11b fix test_gdb under hash randomization by Benjamin Peterson · 13 years ago
  36. 5bc92e0 don't rely on dict order here by Benjamin Peterson · 13 years ago
  37. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 13 years ago
  38. b19fb24 Whitespace normalization by Barry Warsaw · 13 years ago
  39. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 13 years ago
  40. 34b345b don't rely on the order of module clearing by Benjamin Peterson · 13 years ago
  41. f5a5beb Back port Python 2.7 fix for test_invalid_redirect() in test_urllib.py. by Barry Warsaw · 13 years ago
  42. f5f6af8 Fix Test for issue #13500 by Jesus Cea · 13 years ago
  43. 6e25099 Test for issue #13500 by Jesus Cea · 13 years ago
  44. e062466 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  45. 66f3cc6 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  46. 437b149 Fix a variable scoping error in an sqlite3 test by Petri Lehtinen · 13 years ago
  47. b4b6056 Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. by Gregory P. Smith · 13 years ago
  48. c82da81 Fix test failure for shared builds caused by #1326113 fix by Éric Araujo · 13 years ago
  49. e897a74 Fix parsing of build_ext --libraries option (#1326113) by Éric Araujo · 13 years ago
  50. 65d36da #13987: HTMLParser is now able to handle malformed start tags. by Ezio Melotti · 13 years ago
  51. d2307cb #13987: HTMLParser is now able to handle EOFs in the middle of a construct. by Ezio Melotti · 13 years ago
  52. ff337cc Issue #13979: Fix ctypes.util.find_library ldconfig regex by Meador Inge · 14 years ago
  53. e1dbbbf re.escape os.sep so that \ is interpreted properly in the regex. by Gregory P. Smith · 14 years ago
  54. d9c2df8 Issue #13930: fix a / to use os.sep so that the test works on Windows. by Gregory P. Smith · 14 years ago
  55. c48c16e Issue #13193: Fix distutils.filelist tests to always use / as path separator. by Nadeem Vawda · 14 years ago
  56. 369cbd7 Fix an index, add more tests, avoid raising errors for unknown declarations, and clean up comments. by Ezio Melotti · 14 years ago
  57. f117443 #13993: HTMLParser is now able to handle broken end tags. by Ezio Melotti · 14 years ago
  58. 4b92cc3 #13960: HTMLParser is now able to handle broken comments. by Ezio Melotti · 14 years ago
  59. 32b6371 fix whitespace normalization before pushing. by Gregory P. Smith · 14 years ago
  60. 1242699 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 14 years ago
  61. 587209f Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 14 years ago
  62. 6faad8d Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 14 years ago
  63. c47a459 Issue #13994: Earler partial revert of Distutils enhancements in 2.7 by Ned Deily · 14 years ago
  64. 0d0ea48 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 14 years ago
  65. ebf691d Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 14 years ago
  66. c7fd523 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 14 years ago
  67. 2c8bf04 Issue #10881: Fix test_site failures with OS X framework builds. by Ned Deily · 14 years ago
  68. adb87e2 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 14 years ago
  69. d76c1bf #13933 refine patch using 'new' builtin by Terry Jan Reedy · 14 years ago
  70. 25e70fd Issue #12142: Fixed reference cycle when importing ctypes by Meador Inge · 14 years ago
  71. 61c9534 Issue #13933: IDLE auto-complete did not work with some imported by Ned Deily · 14 years ago
  72. 60be6f8 Fix failing test on big-endian machines (issue #13806). by Antoine Pitrou · 14 years ago
  73. 709aa35 Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 14 years ago
  74. 0013783 remove unused import by Benjamin Peterson · 14 years ago
  75. 22d2711 Issue #13861: Prevent test_apropos* test case failures in test_pydoc. by Ned Deily · 14 years ago
  76. fbc56fd Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 14 years ago
  77. 6dce7d6 Merge. by Charles-François Natali · 14 years ago
  78. fe6f9d0 Document absoluteness of sys.executable by Petri Lehtinen · 14 years ago
  79. e0e88b0 Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 14 years ago
  80. da6db4f Issue #1813: backport changeset that reverts a glibc workaround for the by Stefan Krah · 14 years ago
  81. 3c8807b merge. by Brian Curtin · 14 years ago
  82. b4bef30 merge from fb225c289bf0 by Brian Curtin · 14 years ago
  83. 0518f47 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 14 years ago
  84. 1d4ae48 whitespace3 by Terry Jan Reedy · 14 years ago
  85. b98000a #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 14 years ago
  86. caa0f61 remove tests from really old regex module by Benjamin Peterson · 14 years ago
  87. 88c51e8 Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. by Antoine Pitrou · 14 years ago
  88. 7a55684 Fix intermittent test_ssl failure. by Antoine Pitrou · 14 years ago
  89. 6f25d75 Remove debug output, fix assert (hopefully) and exercise signedness issues a bit more. by Antoine Pitrou · 14 years ago
  90. 6e16f53 Skip test failure under OpenIndiana by Antoine Pitrou · 14 years ago
  91. e3668e9 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py by Antoine Pitrou · 14 years ago
  92. d1c818a Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 14 years ago
  93. 30b13ee Fixes #4686. Reverts redundant picklability code from r74544. by Łukasz Langa · 14 years ago
  94. 58c6062 Fix Issue6631 - Disallow relative files paths in urllib*.open() by Senthil Kumaran · 14 years ago
  95. 631c258 Fixes #13760: picklability of ConfigParser exceptions by Łukasz Langa · 14 years ago
  96. 6d102f1 Closes #13807: Now checks for sys.stderr being there before writing to it. by Vinay Sajip · 14 years ago
  97. d7664de Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 14 years ago
  98. e09bc1e Revert part of 13f56cd8dec1 (issue #1785) to avoid breaking getmembers() with unbound methods. by Antoine Pitrou · 14 years ago
  99. a8f75da Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 14 years ago
  100. f830aa5 Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 14 years ago