1. 7161075 Reindent files for: by doko@ubuntu.com · 12 years ago
  2. 4950a3b - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting by doko@ubuntu.com · 12 years ago
  3. 868f0aa issue #9090 : Take the same approach for socketmodule as daytimemodule by Kristján Valur Jónsson · 12 years ago
  4. a39c47a #8862: Fix curses cleanup with getchar is interrupted by a signal. by R David Murray · 12 years ago
  5. 620e364 issue #9090 : Limit the fix to windows since getting a portable simple by Kristján Valur Jónsson · 12 years ago
  6. 6ebc8f3 Issue #9090 : Error code 10035 calling socket.recv() on a socket with a timeout by Kristján Valur Jónsson · 12 years ago
  7. 46ce27a Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This by Gregory P. Smith · 12 years ago
  8. bebf75f open file in binary mode by Benjamin Peterson · 12 years ago
  9. 35893b7 #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
  10. 271e56e Issue #17415: Trim trailing whitespace by Terry Jan Reedy · 12 years ago
  11. 3e50fb3 Issue #17415: Clarify 'this' referent by moving containing sentence just after by Terry Jan Reedy · 12 years ago
  12. e493e87 Merge heads. by Terry Jan Reedy · 12 years ago
  13. 589cb11 Issue #17418: specify that buffer sizes are bytes. by Terry Jan Reedy · 12 years ago
  14. e015b6b #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. by Ezio Melotti · 12 years ago
  15. b1ed05c Issue #17398: document url argument of RobotFileParser by Terry Jan Reedy · 12 years ago
  16. 0b2173a Issue #17412: update 2.7 Doc/make.bat to also use sphinx-1.0.7. by Terry Jan Reedy · 12 years ago
  17. 923baea Issue #1285086: Get rid of the refcounting hack and speed up urllib.unquote(). by Serhiy Storchaka · 12 years ago
  18. 2556c83 Issue #17299: Add test coverage for cPickle with file objects and general IO by Serhiy Storchaka · 12 years ago
  19. 69c66f9 #17307 - Example of HTTP PUT Request using httplib by Senthil Kumaran · 12 years ago
  20. 5e32424 #17402: avoid shadowing built-in map in mmap examples. Initial patch by Aman Shah. by Ezio Melotti · 12 years ago
  21. fda7a8c #17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified. by Ezio Melotti · 12 years ago
  22. 981c3bd Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
  23. 21e52aa Fix issue number by Terry Jan Reedy · 12 years ago
  24. f9d3106 Issue #14707: add news entry by Terry Jan Reedy · 12 years ago
  25. a70f60a Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 12 years ago
  26. ce9cc49 Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, by Terry Jan Reedy · 12 years ago
  27. 6bf9b85 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 12 years ago
  28. 617e2c1 #16004: Add `make touch`. by Ezio Melotti · 12 years ago
  29. 9b9cd4c #11963: fix Windows buildbots. by Ezio Melotti · 12 years ago
  30. efaad09 #11963: remove human verification from test_subprocess. by Ezio Melotti · 12 years ago
  31. 7ed6f7e Classmethod example needs to inherit from object by Raymond Hettinger · 12 years ago
  32. 8c5c3e3 Issue #17351: Modernize the pure Python property() example. by Raymond Hettinger · 12 years ago
  33. 5f52246 #14489: fix wrong link. by Ezio Melotti · 12 years ago
  34. c526704 #11963: fix Windows buildbots. by Ezio Melotti · 12 years ago
  35. da9eeae #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo. by Ezio Melotti · 12 years ago
  36. 26e2faf Add warning in ctypes documentation for #16575 and #16576 by Eli Bendersky · 12 years ago
  37. 9f7e247 Issue #17375: Add docstrings to the threading module. by Raymond Hettinger · 12 years ago
  38. 3d08f25 Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  39. a7b584b Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation. by Vinay Sajip · 12 years ago
  40. e754636 Closing #17378: ctypes documentation fix. by Eli Bendersky · 12 years ago
  41. 82078bc Fix doc grammar and line width by Eli Bendersky · 12 years ago
  42. f5a9bc5 #17364: remove documentation for a function that does not exist. by Ezio Melotti · 12 years ago
  43. 6234cc0 Reverting the changeset c31d700dea8b made for Issue #12921 by Senthil Kumaran · 12 years ago
  44. c74e764 Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 12 years ago
  45. 757408a merge by Raymond Hettinger · 12 years ago
  46. 3e6aafe Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest. by Raymond Hettinger · 12 years ago
  47. eec152d Issue #16848: python-config now returns proper --ldflags values for OS X by Ned Deily · 12 years ago
  48. 49e4dfe Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. by Antoine Pitrou · 12 years ago
  49. a84ecc6 #17346: make sure pickle tests are run against all protocols. by Ezio Melotti · 12 years ago
  50. 7cac1c2 Issue #16445: Fix potential segmentation fault when deleting an exception message. by Mark Dickinson · 12 years ago
  51. ff0deb0 Fix markup in unittest doc. by Ezio Melotti · 12 years ago
  52. c86e866 #17315: unlink a file that test_posixpath was leaving around. by Ezio Melotti · 12 years ago
  53. dce969d The example regex should be a raw string. by Raymond Hettinger · 12 years ago
  54. 1fef1eb Add a link to the demo dir. by Ezio Melotti · 12 years ago
  55. 79b2dba Fix markup in unittest docs. by Ezio Melotti · 12 years ago
  56. 2277b94 Issue #16406: combine the doc pages for uploading and registering to PyPI. by Chris Jerdonek · 12 years ago
  57. e41a463 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior by Petri Lehtinen · 12 years ago
  58. ba48264 Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR. by Richard Oudkerk · 12 years ago
  59. b1bbc0b Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior by Senthil Kumaran · 12 years ago
  60. d36d4e0 Issue #13555: Fix an integer overflow check. by Serhiy Storchaka · 12 years ago
  61. 93bfe7d Issue #1470548: Do not buffer XMLGenerator output. by Serhiy Storchaka · 12 years ago
  62. 5b2cf5e #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  63. f794bde Revert "Issue #16121: Fix line number accounting in shlex" by Petri Lehtinen · 12 years ago
  64. 4307278 Issue #16121: Fix line number accounting in shlex by Petri Lehtinen · 12 years ago
  65. fead3c8 Issue #16403: Document how distutils uses the maintainer field in PKG-INFO by Petri Lehtinen · 12 years ago
  66. 2342784 Issue #16695: Document how glob handles filenames starting with a dot by Petri Lehtinen · 12 years ago
  67. 0b78503 Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 12 years ago
  68. 9e14755 Issue #14720: sqlite3: Convert datetime microseconds correctly by Petri Lehtinen · 12 years ago
  69. c23178b Issue #5033: Fix building of the sqlite3 extension module by Petri Lehtinen · 12 years ago
  70. 0a4a7e1 Fix deprecation warning in test_tcl. by Ezio Melotti · 12 years ago
  71. 4dbcec9 Fix deprecation warning in tempfile. by Ezio Melotti · 12 years ago
  72. ef1db54 #17249: check for the availability of the thread module. by Ezio Melotti · 12 years ago
  73. 2fddfd8 #17249: convert a test in test_capi to use unittest and reap threads. by Ezio Melotti · 12 years ago
  74. 6a959a1 #15438: add a note to math.pow() that suggests using **/pow() for integers. Patch by Mark Dickinson. by Ezio Melotti · 12 years ago
  75. 43b09d4 Fix the highlight in another example. by Ezio Melotti · 12 years ago
  76. 986f71c #17256: fix syntax highlight in embedding example. Patch by Kushal Das. by Ezio Melotti · 12 years ago
  77. ed5fba2 #17035: use new style classes in classmethod/staticmethod examples. Patch by Berker Peksag. by Ezio Melotti · 12 years ago
  78. 13cee16 Issue #17203: add long option names to unittest discovery docs. by Chris Jerdonek · 12 years ago
  79. 7d0eb4b #17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn. by Ezio Melotti · 12 years ago
  80. 49d4022 Issue #17225: JSON decoder now counts columns in the first line starting by Serhiy Storchaka · 12 years ago
  81. 484dee3 Issue #17248: Fix os.*chown() testing when user is in root group. by Serhiy Storchaka · 12 years ago
  82. d5bdb1f #17265: fix highlight in template example. Initial patch by Berker Peksag. by Ezio Melotti · 12 years ago
  83. 01a97f3 null merge from 2.6 by Barry Warsaw · 12 years ago
  84. f25d957 - Issue #16248: Disable code execution from the user's home directory by by Barry Warsaw · 12 years ago
  85. 8e830a0 fix building without pymalloc (closes #17228) by Benjamin Peterson · 12 years ago
  86. fffc479 Issue #17248: Fix os.*chown() testing when user has group root. by Serhiy Storchaka · 12 years ago
  87. 3e188c4 Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings. by Serhiy Storchaka · 12 years ago
  88. c32b678 #7842: backport fix for py_compile.compile syntax error message handling. by R David Murray · 12 years ago
  89. 5aff27a #7963: fix error message when 'object' called with arguments. by R David Murray · 12 years ago
  90. c8e75ba Disable posixpath.realpath() tests on Windows (fix for issue #6975). by Serhiy Storchaka · 12 years ago
  91. 4676448 Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 12 years ago
  92. 142d2bc Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). by Serhiy Storchaka · 12 years ago
  93. fbc737e Fix issue #13169: Reimport MAXREPEAT into sre_constants.py. by Serhiy Storchaka · 12 years ago
  94. 4f53550 Remove unused certificate files by Antoine Pitrou · 12 years ago
  95. 6098291 Fix test_ssl by replacing expired X509 certificate by Antoine Pitrou · 12 years ago
  96. 6a8e2b4 Issue #9669: Protect re against infinite loops on zero-width matching in by Serhiy Storchaka · 12 years ago
  97. e18e05c Issue #13169: The maximal repetition number in a regular expression has been by Serhiy Storchaka · 12 years ago
  98. 94bf697 #17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan. by Ezio Melotti · 12 years ago
  99. f157571 Issue #17208: add a note about the termination behaviour of daemon threads. by Antoine Pitrou · 12 years ago
  100. f4b6560 Add Misc/NEWS entry for Issue #16743 by Richard Oudkerk · 12 years ago