1. e9c7d6c Fix markup and working in the doc. by Ezio Melotti · 13 years ago
  2. 410dd7d Issue #12058: Minor edits to comments in faulthandler by Victor Stinner · 13 years ago
  3. 9dd41fa Merge from 3.2 by Kurt B. Kaiser · 13 years ago
  4. 79a11e7 Merge heads by Kurt B. Kaiser · 13 years ago
  5. 6551baa Correct version in IDLE NEWS.txt by Kurt B. Kaiser · 13 years ago
  6. bc3e138 Merge from 3.1 by Kurt B. Kaiser · 13 years ago
  7. caece0a Document default fmtspec. Fix inaccurate note. Document exceptions. by Raymond Hettinger · 13 years ago
  8. 30439b2 Document default fmtspec. Fix inaccurate note. Document exceptions. by Raymond Hettinger · 13 years ago
  9. e147806 Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError. by Kurt B. Kaiser · 13 years ago
  10. bd85f5e [Merge Branch] Issue #11968 - the start_response header values in wsgiref shoudl be by Senthil Kumaran · 13 years ago
  11. 57e6eac Issue #11968 - the start_response header values in wsgiref shoudl be str not by Senthil Kumaran · 13 years ago
  12. 61b5efc Fix closed Issue #11968 - the start_response header values in wsgiref shoudl be by Senthil Kumaran · 13 years ago
  13. 4de00a2 Fix closes Issue #11799: urllib.request Authentication Handlers will raise a by Senthil Kumaran · 13 years ago
  14. cc99528 issue12039 - update the documentation of send_response method in http.server.rst. by Senthil Kumaran · 13 years ago
  15. 6ea17a8 Issue #12039 - Update the http.server.rst with the requirement to call `end_headers` after calling `send_header`. by Senthil Kumaran · 13 years ago
  16. e9c84b6 Merge 3.2 (empty merge, patch already applied to 3.3) by Victor Stinner · 13 years ago
  17. dd2e94d Merge 3.1 (empty merge, a similar patch was already applied) by Victor Stinner · 13 years ago
  18. ba9c664 Issue #10419: Fix build_scripts command of distutils to handle correctly by Victor Stinner · 13 years ago
  19. 7742103 Merge 3.2 (empty, patch already applied to 3.3) by Victor Stinner · 13 years ago
  20. 5307126 Issue #11169: compileall module uses repr() to format filenames and paths to by Victor Stinner · 13 years ago
  21. a1aba09 Merge 3.2 (empty, patch already applied to 3.3) by Victor Stinner · 13 years ago
  22. f8d6fd6 #12051: merge with 3.2. by Ezio Melotti · 13 years ago
  23. 1eb4f28 Close #10419, issue #6011: build_scripts command of distutils handles correctly by Victor Stinner · 13 years ago
  24. 1947477 Close #10419, issue #6011: build_scripts command of distutils handles correctly by Victor Stinner · 13 years ago
  25. f188bc5 #12051: merge with 3.1. by Ezio Melotti · 13 years ago
  26. 1367265 #12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations. by Ezio Melotti · 13 years ago
  27. cd9dd37 Issue #11888: skip some log2 tests on Mac OS X Tiger by Victor Stinner · 13 years ago
  28. 74b4885 Issue #12054: use support.find_unused_port() instead of reinventing the wheel by Antoine Pitrou · 13 years ago
  29. ccc87b5 Issue #12054: use support.find_unused_port() instead of reinventing the wheel by Antoine Pitrou · 13 years ago
  30. 316e02b run autoreconf by Benjamin Peterson · 13 years ago
  31. 48251e7 Issue #11888: remove duplicate check for log2 in configure.in. by Mark Dickinson · 13 years ago
  32. 3cade99 Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  33. 1be815a Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  34. 388196e Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError, by Victor Stinner · 13 years ago
  35. 3c6e4dd Merged trivial doc fix from 3.2. by Łukasz Langa · 13 years ago
  36. cda41d3 Actually print out the description of what changed. by Łukasz Langa · 13 years ago
  37. 463ac51 Issue #12039: Add end_headers() call to avoid BadStatusLine. by Vinay Sajip · 13 years ago
  38. 809d116 merge by Raymond Hettinger · 13 years ago
  39. 6a52348 merge by Raymond Hettinger · 13 years ago
  40. bb1cf8d Issue 12047: Expand the style guide. by Raymond Hettinger · 13 years ago
  41. e73afad Issue #12039: Now suppress spurious select.error raised on FreeBSD when the server (an asyncore.dispatcher) is closed. by Vinay Sajip · 13 years ago
  42. 00bc6cc faulthandler: improve_sigabrt() on Visual Studio by Victor Stinner · 13 years ago
  43. 660e62c (Merge 3.2) Empty merge, the fix was already applied to 3.3 by Victor Stinner · 13 years ago
  44. 17ca323 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  45. ee18b6f Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  46. 00c5925 (Merge 3.2) Issue #1195: Fix input() if it is interrupted by CTRL+d and then by Victor Stinner · 13 years ago
  47. db93278 Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, clear by Victor Stinner · 13 years ago
  48. 4755ab0 Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, by Victor Stinner · 13 years ago
  49. f223116 Update incorrect comment. by Vinay Sajip · 13 years ago
  50. 606c3f5 Issue #12041: Make test_wait3 more robust. by Antoine Pitrou · 13 years ago
  51. 5aa878c os.dup()-then-close() can be replaced with detach() by Antoine Pitrou · 13 years ago
  52. 2341f9b Remove dead code from _multiprocessing by Antoine Pitrou · 13 years ago
  53. fc75393 Merged solution for #12036 from 3.2 by Łukasz Langa · 13 years ago
  54. 7254762 Closes #12036: ConfigParser: Document items() added the vars dictionary to the result by Łukasz Langa · 13 years ago
  55. 60ccd82 Improved Windows test coverage. by Vinay Sajip · 13 years ago
  56. 5fffaab Merge with 3.2. by Ezio Melotti · 13 years ago
  57. 219a5dc Merge with 3.1. by Ezio Melotti · 13 years ago
  58. f9756c2 Some more tests were incorrectly marked as C specific. by Ezio Melotti · 13 years ago
  59. c7ae19b Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the by Senthil Kumaran · 13 years ago
  60. 87cf220 Issue #11743: Rewrite multiprocessing connection classes in pure Python. by Antoine Pitrou · 13 years ago
  61. df77e3d Issue #11188: In log2 tests, create powers of 2 using ldexp(1, n) instead of the less reliable 2.0**n. by Mark Dickinson · 13 years ago
  62. 86e104a Issue #8407: Use an explicit cast for FreeBSD by Victor Stinner · 13 years ago
  63. e0c9a75 faulthandler: make quiet a gcc 4.6 warning (z was unused) by Victor Stinner · 13 years ago
  64. 502ff6c Issue #10811: Use TestCase.assertRaises() in the new test by Victor Stinner · 13 years ago
  65. 8f9f8d6 Issue #11888: Use system log2() when available by Victor Stinner · 13 years ago
  66. 936d518 #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Gerhard Haering · 13 years ago
  67. 83b8c0b Grammatical fix for a comment for log2, to avoid referring to an *algorithm* as monotonic. by Mark Dickinson · 13 years ago
  68. 2cffff9 Fix nonunique test ids in math_testcases.txt. by Mark Dickinson · 13 years ago
  69. 2344258 Fix cut-and-paste typo in comment: log10 -> log2. by Mark Dickinson · 13 years ago
  70. 7c038b4 merge 11164 by Martin v. Löwis · 13 years ago
  71. 867754e merge 11164 by Martin v. Löwis · 13 years ago
  72. 2f48d89 Stop trying to use _xmlplus in the xml module. Closes #11164. by Martin v. Löwis · 13 years ago
  73. 7581310 merged by Martin v. Löwis · 13 years ago
  74. 8ffaa10 The option is actually --no-as-needed. by Martin v. Löwis · 13 years ago
  75. 4e9da47 merge 11347. by Martin v. Löwis · 13 years ago
  76. 48e14d3 Use --as-needed when linking libpython3.so. Closes #11347. by Martin v. Löwis · 13 years ago
  77. 37c02c9 #11910: merge with 3.2. by Ezio Melotti · 13 years ago
  78. 19f7ca2 #11910: merge with 3.1. by Ezio Melotti · 13 years ago
  79. fd69abb Some tests were incorrectly marked as C specific. by Ezio Melotti · 13 years ago
  80. 8269a44 #11910: Fix test_heapq to skip the C tests when _heapq is missing. by Ezio Melotti · 13 years ago
  81. 3843de3 #11910: merge with 3.2. by Ezio Melotti · 13 years ago
  82. 313fa9d #11910: merge with 3.1. by Ezio Melotti · 13 years ago
  83. 199e085 #11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported. by Ezio Melotti · 13 years ago
  84. 6048045 Merge with 3.2. by Ezio Melotti · 13 years ago
  85. 74efb71 Merge with 3.1. by Ezio Melotti · 13 years ago
  86. 0ed8c68 Add a note to the str.find doc to suggest the use of the "in" operator. by Ezio Melotti · 13 years ago
  87. eaee138 note the point of having log2 by Benjamin Peterson · 13 years ago
  88. 6348f0e Close #12032: Fix scripts/crlf.py for Python 3 by Victor Stinner · 13 years ago
  89. fa0e3d5 Issue #11888: Add log2 function to math module. Patch written by Mark Dickinson. by Victor Stinner · 13 years ago
  90. 3de4919 Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  91. 3a0792d merge 3.2 by Benjamin Peterson · 13 years ago
  92. 31dc373 merge 3.1 by Benjamin Peterson · 13 years ago
  93. 262c582 put import_fresh_module in __all__ by Benjamin Peterson · 13 years ago
  94. 845f152 Refactor buggy test to correctly use the msg argument of assertRaises. by Ezio Melotti · 13 years ago
  95. 43432b8 Merge with 3.2. by Ezio Melotti · 13 years ago
  96. 1a74374 Merge with 3.1. by Ezio Melotti · 13 years ago
  97. 1c3fd58 Add back Misc/NEWS entry that got lost during merge, and fix a couple of other things. by Ezio Melotti · 13 years ago
  98. 3a7f0f0 Issue #8407: Remove debug code from test_signal by Victor Stinner · 13 years ago
  99. d49b1f1 Issue #8407: The signal handler writes the signal number as a single byte by Victor Stinner · 13 years ago
  100. b3e7219 Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the by Victor Stinner · 13 years ago