1. f7254bd merge 2.6 by Barry Warsaw · 13 years ago
  2. 8757cad Backport fix from default branch for ./python -R -Wd where hash('d') would not by Barry Warsaw · 13 years ago
  3. f364b15 null merge from 2.6 by Barry Warsaw · 13 years ago
  4. b69fa1f Let's sort the keys so that this test passes even with random hashes. by Barry Warsaw · 13 years ago
  5. e39ccef carefully don't depend on any dict order by Benjamin Peterson · 13 years ago
  6. b6596c5 remove extra zero by Benjamin Peterson · 13 years ago
  7. 4ab701b sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
  8. 36b7361 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 13 years ago
  9. 9be6c3d kill interned strings computed before random initialization by Benjamin Peterson · 13 years ago
  10. c7bbd7b don't rely on dict order by Benjamin Peterson · 13 years ago
  11. c59df7d a frozenset is better here by Benjamin Peterson · 13 years ago
  12. 7405934 use set by Benjamin Peterson · 13 years ago
  13. f093724 don't rely on dict order by Benjamin Peterson · 13 years ago
  14. 72949bd this was supposed to die by Benjamin Peterson · 13 years ago
  15. 5037677 fix for real this time... by Benjamin Peterson · 13 years ago
  16. 6949299 belately resolve conflicts here by Benjamin Peterson · 13 years ago
  17. 11fa11b fix test_gdb under hash randomization by Benjamin Peterson · 13 years ago
  18. 5bc92e0 don't rely on dict order here by Benjamin Peterson · 13 years ago
  19. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 13 years ago
  20. b19fb24 Whitespace normalization by Barry Warsaw · 13 years ago
  21. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 13 years ago
  22. 34b345b don't rely on the order of module clearing by Benjamin Peterson · 13 years ago
  23. 9769eb0 null merge from 2.6 by Barry Warsaw · 13 years ago
  24. b0516c2 null merge from 2.6 by Barry Warsaw · 13 years ago
  25. f5a5beb Back port Python 2.7 fix for test_invalid_redirect() in test_urllib.py. by Barry Warsaw · 13 years ago
  26. 7d13cd3 logging: clarified documentation for Handler.handleError. by Vinay Sajip · 13 years ago
  27. bb42f5e Add missing “::” markup and wrap overlong lines by Éric Araujo · 13 years ago
  28. a4c81b0 Fix typo by Éric Araujo · 13 years ago
  29. 09c05fd don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@ by Sandro Tosi · 13 years ago
  30. 32c49d9 use Py_CLEAR by Benjamin Peterson · 13 years ago
  31. f5f6af8 Fix Test for issue #13500 by Jesus Cea · 13 years ago
  32. 6e25099 Test for issue #13500 by Jesus Cea · 13 years ago
  33. c5df563 Issue #12627: Implement PEP 394 for OS X framework builds. by Ned Deily · 13 years ago
  34. 8d38fcf Refer to 'time' and 'datetime' submodules; thanks to Erik Johnson from docs@ by Sandro Tosi · 13 years ago
  35. e062466 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  36. 66f3cc6 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  37. c39b552 #14020: improve HTMLParser documentation. by Ezio Melotti · 13 years ago
  38. 437b149 Fix a variable scoping error in an sqlite3 test by Petri Lehtinen · 13 years ago
  39. e601006 Implement PEP 394 for Python 2.7 by Nick Coghlan · 13 years ago
  40. 002b202 Fix errors in sqlite3's Cursor.rowcount documentation by Petri Lehtinen · 13 years ago
  41. 14dc510 news entry for previous commit by Gregory P. Smith · 13 years ago
  42. b4b6056 Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. by Gregory P. Smith · 13 years ago
  43. c0b1172 Issue #11836: document multiprocessing.queues.SimpleQueue by Sandro Tosi · 13 years ago
  44. dd7e071 Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). by Antoine Pitrou · 13 years ago
  45. c82da81 Fix test failure for shared builds caused by #1326113 fix by Éric Araujo · 13 years ago
  46. d9756be Improve doc for atexit.register (#12297) by Éric Araujo · 13 years ago
  47. e897a74 Fix parsing of build_ext --libraries option (#1326113) by Éric Araujo · 13 years ago
  48. 65d36da #13987: HTMLParser is now able to handle malformed start tags. by Ezio Melotti · 13 years ago
  49. d2307cb #13987: HTMLParser is now able to handle EOFs in the middle of a construct. by Ezio Melotti · 13 years ago
  50. fd7e496 Fix indentation. by Antoine Pitrou · 13 years ago
  51. c66ed45 Issue #13020: Fix a reference leak when allocating a structsequence object fails. by Antoine Pitrou · 13 years ago
  52. c39cd78 Issue #13015: Fix a possible reference leak in defaultdict.__repr__. by Antoine Pitrou · 13 years ago
  53. ff337cc Issue #13979: Fix ctypes.util.find_library ldconfig regex by Meador Inge · 13 years ago
  54. e1dbbbf re.escape os.sep so that \ is interpreted properly in the regex. by Gregory P. Smith · 13 years ago
  55. d9c2df8 Issue #13930: fix a / to use os.sep so that the test works on Windows. by Gregory P. Smith · 13 years ago
  56. c48c16e Issue #13193: Fix distutils.filelist tests to always use / as path separator. by Nadeem Vawda · 13 years ago
  57. 369cbd7 Fix an index, add more tests, avoid raising errors for unknown declarations, and clean up comments. by Ezio Melotti · 13 years ago
  58. ef18737 shutil copy module reference doc fix. by Senthil Kumaran · 13 years ago
  59. f117443 #13993: HTMLParser is now able to handle broken end tags. by Ezio Melotti · 13 years ago
  60. 4b92cc3 #13960: HTMLParser is now able to handle broken comments. by Ezio Melotti · 13 years ago
  61. 32b6371 fix whitespace normalization before pushing. by Gregory P. Smith · 13 years ago
  62. 1242699 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 13 years ago
  63. 3c990e0 Add myself to Misc/ACKS by Petri Lehtinen · 13 years ago
  64. 587209f Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 13 years ago
  65. c227965 Typo in Misc/NEWS. by Florent Xicluna · 13 years ago
  66. 4665232 Update mention of Subversion repo in the FAQ by Éric Araujo · 13 years ago
  67. 6faad8d Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 13 years ago
  68. c47a459 Issue #13994: Earler partial revert of Distutils enhancements in 2.7 by Ned Deily · 13 years ago
  69. 0f7e2df this is only a borrowed ref in Brett's branch by Benjamin Peterson · 13 years ago
  70. 0d0ea48 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 13 years ago
  71. 4ad7f7f distutils 2.7’s Extension does not support optional (#13865). by Éric Araujo · 13 years ago
  72. 59e7c8f Issue #9021: Add an introduction to the copy module. Doc changes suggested by Terry Reedy. by Senthil Kumaran · 13 years ago
  73. 607e31e Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 13 years ago
  74. ebf691d Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 13 years ago
  75. c7fd523 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 13 years ago
  76. cec6a61 bltinmod is borrowed, so it shouldn't be decrefed by Benjamin Peterson · 13 years ago
  77. 2c8bf04 Issue #10881: Fix test_site failures with OS X framework builds. by Ned Deily · 13 years ago
  78. adb87e2 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 13 years ago
  79. d76c1bf #13933 refine patch using 'new' builtin by Terry Jan Reedy · 13 years ago
  80. d15c5a8 Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). by Nadeem Vawda · 13 years ago
  81. 922ae2c Closes #13944: fix capitalization of class name. by Georg Brandl · 13 years ago
  82. 25e70fd Issue #12142: Fixed reference cycle when importing ctypes by Meador Inge · 13 years ago
  83. acd51f9 Issue #1625: Document BZ2File's lack of support for multi-stream inputs. by Nadeem Vawda · 13 years ago
  84. 61c9534 Issue #13933: IDLE auto-complete did not work with some imported by Ned Deily · 13 years ago
  85. 60be6f8 Fix failing test on big-endian machines (issue #13806). by Antoine Pitrou · 13 years ago
  86. 709aa35 Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 13 years ago
  87. 4c79aec put returns on their own lines by Benjamin Peterson · 13 years ago
  88. 0013783 remove unused import by Benjamin Peterson · 13 years ago
  89. 22d2711 Issue #13861: Prevent test_apropos* test case failures in test_pydoc. by Ned Deily · 13 years ago
  90. fbc56fd Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 13 years ago
  91. 6dce7d6 Merge. by Charles-François Natali · 13 years ago
  92. fe6f9d0 Document absoluteness of sys.executable by Petri Lehtinen · 13 years ago
  93. e0e88b0 Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 13 years ago
  94. da6db4f Issue #1813: backport changeset that reverts a glibc workaround for the by Stefan Krah · 13 years ago
  95. 65de77e Clean-up docs for input() by Raymond Hettinger · 13 years ago
  96. 6d837a3 Add pure python equivalent code for reduce(). by Raymond Hettinger · 13 years ago
  97. c5f310c Clarify the note for UserList by Raymond Hettinger · 13 years ago
  98. 1d23199 Use validate SQL in the example (this was confusing to readers) by Raymond Hettinger · 13 years ago
  99. 81a55c0 Show the import in the sqlite3 example by Raymond Hettinger · 13 years ago
  100. 3c8807b merge. by Brian Curtin · 13 years ago