1. d74b593 Fix _socket compilation failures on non-Linux buildbots (cf. issue #1746656). by Nadeem Vawda · 13 years ago
  2. aedb282 (Merge 3.2) Issue #12060: Use sig_atomic_t type and volatile keyword in the by Victor Stinner · 13 years ago
  3. 5ebfe6d (Merge 3.1) Issue #12060: Use sig_atomic_t type and volatile keyword in the by Victor Stinner · 13 years ago
  4. 2ec6b17 Issue #12060: Use sig_atomic_t type and volatile keyword in the signal module. by Victor Stinner · 13 years ago
  5. 5ed2e77 Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname by Gregory P. Smith · 13 years ago
  6. 1a4de20 Merge #6498 fix from 3.2. by Georg Brandl · 13 years ago
  7. 318e621 Merge #6498 fix from 3.1. by Georg Brandl · 13 years ago
  8. 0b2489e Closes #6498: fix several misspellings of "SystemExit" as "SystemError". by Georg Brandl · 13 years ago
  9. beb552c Merge: Fix copy-paste mistake in new zlib test. by Nadeem Vawda · 13 years ago
  10. 760155c Merge: Fix copy-paste mistake in new zlib test. by Nadeem Vawda · 13 years ago
  11. 1161a9c Fix copy-paste mistake in new zlib test. by Nadeem Vawda · 13 years ago
  12. 369f35a fix whitespace by Gregory P. Smith · 13 years ago
  13. a3221f8 fix whitespace by Gregory P. Smith · 13 years ago
  14. 11ddc99 merge heads by Gregory P. Smith · 13 years ago
  15. ec075e6 merge heads by Gregory P. Smith · 13 years ago
  16. 873cab2 merge heads. by Gregory P. Smith · 13 years ago
  17. ccb33bf Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 13 years ago
  18. 565d659 Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 13 years ago
  19. 0c3d96a Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 13 years ago
  20. 79aa5bf Fixes Issue #12059: Properly handle missing hash functions even when by Gregory P. Smith · 13 years ago
  21. 12c9d02 Fixes Issue #12059: Properly handle missing hash functions even when by Gregory P. Smith · 13 years ago
  22. 3196efe Merge heads(!) by Kurt B. Kaiser · 13 years ago
  23. 95e6866 Merge heads (!) by Kurt B. Kaiser · 13 years ago
  24. d365a7b Merge from 3.2 by Kurt B. Kaiser · 13 years ago
  25. 4b16ff2 Merge heads by Kurt B. Kaiser · 13 years ago
  26. 84aacf8 Merge heads by Kurt B. Kaiser · 13 years ago
  27. f369b81 Merge from 3.1 Issue #6378: Further adjust idle.bat to start associated Python by Kurt B. Kaiser · 13 years ago
  28. dfbe159 Issue #6378: Further adjust idle.bat to start associated Python by Kurt B. Kaiser · 13 years ago
  29. 905cca0 Merge fix for memory leaks in zlib.compress() and .decompress(). by Nadeem Vawda · 13 years ago
  30. 154bdf9 Fix memory leaks in zlib.compress() and .decompress(). by Nadeem Vawda · 13 years ago
  31. 9334758 Merged rethought pprint example from 3.2. by Łukasz Langa · 13 years ago
  32. d8eab60 Merged rethought pprint usage example from 3.1. by Łukasz Langa · 13 years ago
  33. 4ad78ab pprint usage example rethought. by Łukasz Langa · 13 years ago
  34. b12a324 Null merge (#8650): zlib.compress() and .decompress() are already 64-bit safe. by Nadeem Vawda · 13 years ago
  35. 855cd7a Null merge (#8650): zlib.compress() and .decompress() are already 64-bit safe. by Nadeem Vawda · 13 years ago
  36. 1b8a417 Issue #8650: Backport 64-bit safety fixes for compress() and decompress(). by Nadeem Vawda · 13 years ago
  37. 9c405c4 Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 13 years ago
  38. 5eef502 Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 13 years ago
  39. 7619e88 Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 13 years ago
  40. 63db5b6 Merge with 3.2 and also remove captured_output from __all__ (see #7960). by Ezio Melotti · 13 years ago
  41. 07352b0 Update __all__ and docstring. by Ezio Melotti · 13 years ago
  42. c3afbb9 Skip test in test_fileinput when zlib is missing. by Ezio Melotti · 13 years ago
  43. 6b71811 #11979: merge with 3.2. by Ezio Melotti · 13 years ago
  44. 132bcf4 #11979: merge with 3.1. by Ezio Melotti · 13 years ago
  45. eda1990 #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. by Ezio Melotti · 13 years ago
  46. 6b89340 #7960: merge with 3.2. by Ezio Melotti · 13 years ago
  47. e728d72 #7960: merge with 3.1. by Ezio Melotti · 13 years ago
  48. fc778fd #7960: fix docstrings for captured_output and captured_stdout. by Ezio Melotti · 13 years ago
  49. 32e3fdc #5723: merge with 3.2. by Ezio Melotti · 13 years ago
  50. 6b60fb9 #5723: merge with 3.1. by Ezio Melotti · 13 years ago
  51. 3c0d8a1 #5723: Improve json tests to be executed with and without accelerations. by Ezio Melotti · 13 years ago
  52. 4e03e9d Merge with 3.2. by Ezio Melotti · 13 years ago
  53. 3659f27 Merge with 3.1. by Ezio Melotti · 13 years ago
  54. fec3ad1 Change import_fresh_module to work with packages. by Ezio Melotti · 13 years ago
  55. c729c25 (Merge 3.2) Issue #11996: libpython (gdb), replace "py-bt" command by by Victor Stinner · 13 years ago
  56. 252048c test_logging: extended time range for rollover test. by Vinay Sajip · 13 years ago
  57. e670c88 Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add by Victor Stinner · 13 years ago
  58. a171f9c test_logging: fixed bug in failure diagnostics. by Vinay Sajip · 13 years ago
  59. a552ca6 Issue #12068: Fix appears to have worked; added more diagnostics for rare failures. by Vinay Sajip · 13 years ago
  60. db3dd8a Further beautification of the example by Raymond Hettinger · 13 years ago
  61. 23157e5 Further beautification of the example by Raymond Hettinger · 13 years ago
  62. 2584b2f Neaten up example so it can be cut and pasted. by Raymond Hettinger · 13 years ago
  63. 9c47d77 Neaten up example so it can be cut and pasted. by Raymond Hettinger · 13 years ago
  64. 672c581 Added diagnostics to test_logging, after reverting last change. by Vinay Sajip · 13 years ago
  65. 93ea851 Merge two minor doc changes into default. by Georg Brandl · 13 years ago
  66. 91ba866 Merge 3.2.1 release changes into default branch (a null merge except for the new tag.) by Georg Brandl · 13 years ago
  67. 5166375 Use singular they. Thanks to Mark Summerfield. by Georg Brandl · 13 years ago
  68. 325477e Fix unbound local error in RE tokenizer example. Thanks to Herman L. Jackson. by Georg Brandl · 13 years ago
  69. cc5ea68 Merge in changes from 3.2.1b1 release repo. by Georg Brandl · 13 years ago
  70. b89b31a Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 13 years ago
  71. 00dd182 Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 13 years ago
  72. 7c40489 Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 13 years ago
  73. 30536d1 Merge from 3.2 by Kurt B. Kaiser · 13 years ago
  74. b00d0c4 Merge from 3.1 by Kurt B. Kaiser · 13 years ago
  75. 0a42982 Issue #11896: Save on Close failed despite selecting "Yes" in dialog. by Kurt B. Kaiser · 13 years ago
  76. 06c768a TimedTRotatingFileHandler test now improved to minimise chances of failure on very slow machines. by Vinay Sajip · 13 years ago
  77. 3dba024 Cleaned up a backward merge after fixes issue #12044. by Łukasz Langa · 13 years ago
  78. 0ef3e39 normalize whitespace. by Gregory P. Smith · 13 years ago
  79. c9557af merge - 7a3f3ad83676 Fixes Issue #12044. by Gregory P. Smith · 13 years ago
  80. 6b65745 - Issue #12044: Fixed subprocess.Popen when used as a context manager to by Gregory P. Smith · 13 years ago
  81. 4e19e11 Fix compile error under Windows by Antoine Pitrou · 13 years ago
  82. 3486a98 Issue #9971: Write an optimized implementation of BufferedReader.readinto(). by Antoine Pitrou · 13 years ago
  83. e9c7d6c Fix markup and working in the doc. by Ezio Melotti · 13 years ago
  84. 410dd7d Issue #12058: Minor edits to comments in faulthandler by Victor Stinner · 13 years ago
  85. 9dd41fa Merge from 3.2 by Kurt B. Kaiser · 13 years ago
  86. 79a11e7 Merge heads by Kurt B. Kaiser · 13 years ago
  87. 6551baa Correct version in IDLE NEWS.txt by Kurt B. Kaiser · 13 years ago
  88. bc3e138 Merge from 3.1 by Kurt B. Kaiser · 13 years ago
  89. caece0a Document default fmtspec. Fix inaccurate note. Document exceptions. by Raymond Hettinger · 13 years ago
  90. 30439b2 Document default fmtspec. Fix inaccurate note. Document exceptions. by Raymond Hettinger · 13 years ago
  91. e147806 Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError. by Kurt B. Kaiser · 13 years ago
  92. bd85f5e [Merge Branch] Issue #11968 - the start_response header values in wsgiref shoudl be by Senthil Kumaran · 13 years ago
  93. 57e6eac Issue #11968 - the start_response header values in wsgiref shoudl be str not by Senthil Kumaran · 13 years ago
  94. 61b5efc Fix closed Issue #11968 - the start_response header values in wsgiref shoudl be by Senthil Kumaran · 13 years ago
  95. 4de00a2 Fix closes Issue #11799: urllib.request Authentication Handlers will raise a by Senthil Kumaran · 13 years ago
  96. cc99528 issue12039 - update the documentation of send_response method in http.server.rst. by Senthil Kumaran · 13 years ago
  97. 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
  98. e9c84b6 Merge 3.2 (empty merge, patch already applied to 3.3) by Victor Stinner · 13 years ago
  99. dd2e94d Merge 3.1 (empty merge, a similar patch was already applied) by Victor Stinner · 13 years ago
  100. ba9c664 Issue #10419: Fix build_scripts command of distutils to handle correctly by Victor Stinner · 13 years ago