1. d627e12 fall back when an old test_support doesn't have various data and functions (closes #17533) by Benjamin Peterson · 12 years ago
  2. 0861b13 Fix typos and clear up one very odd bit of wording as pointed out by Ezio. by Gregory P. Smith · 12 years ago
  3. bf607aa Fix XML vulnerability link targets. by Christian Heimes · 12 years ago
  4. 92acb0a Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  5. 6074ee4 Update collections ABC table to match the __abstractmethods__ attribute for each container. by Raymond Hettinger · 12 years ago
  6. b9be7bb fix variable reference to fix --enable-profiling (closes #17550) by Benjamin Peterson · 12 years ago
  7. da2c7eb allow any type with __getitem__ to be a mapping for the purposes of % (#15801) by Benjamin Peterson · 12 years ago
  8. 7e2f197 update NEWS for #17531 by Benjamin Peterson · 12 years ago
  9. d6138c4 always allow -1 as a uid by Benjamin Peterson · 12 years ago
  10. 01d9a77 group ids and user ids can be longs now (#17531) by Benjamin Peterson · 12 years ago
  11. 4d7fc3c undo PyInt -> PyLong change; that was wrong by Benjamin Peterson · 12 years ago
  12. 3128923 return int instead long when possible (#17531) by Benjamin Peterson · 12 years ago
  13. cd85aa4 after 2.7.4rc1 bump by Benjamin Peterson · 12 years ago
  14. 4867060 Added tag v2.7.4rc1 for changeset a8d18780bc2b by Benjamin Peterson · 12 years ago
  15. a1f6fab version to 2.7.4rc1 by Benjamin Peterson · 12 years ago
  16. 43cb4b7 update pydoc topics by Benjamin Peterson · 12 years ago
  17. 71e2d2e nonlocal isn't a 2.x topic by Benjamin Peterson · 12 years ago
  18. 5ded795 Hold key reference until the links have updated. by Raymond Hettinger · 12 years ago
  19. bb2dad8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 12 years ago
  20. 0e29f22 Updated Misc/NEWS with #17508. by Vinay Sajip · 12 years ago
  21. 18613e6 Issue #17425: Build against openssl 0.9.8y on Windows. by Martin v. Loewis · 12 years ago
  22. 8651a51 Issue #17508: Handled out-of-order handler configuration correctly. by Vinay Sajip · 12 years ago
  23. 469ee9d backout 66e30c4870bb for breaking OSX (#13150) by Benjamin Peterson · 12 years ago
  24. 4507274 Modernize unittest example by Raymond Hettinger · 12 years ago
  25. 28b7c05 - Issue #13150: sysconfig no longer parses the Makefile and config.h files by doko@ubuntu.com · 12 years ago
  26. 17feac7 fix issue reference by Benjamin Peterson · 12 years ago
  27. b2c57a9 this obviously is not going to raise any -3 warnings by Benjamin Peterson · 12 years ago
  28. 625af8e site.py is needed to set up paths by Benjamin Peterson · 12 years ago
  29. 5c87ad0 Use a larger amount of data for the interrupted_write tests so that by Gregory P. Smith · 12 years ago
  30. 9795ca4 Issue #10212: Support new buffer interface for struct.unpack and cStringIO by Kristján Valur Jónsson · 12 years ago
  31. 1d108bc Issue #10211 : Buffer object should support the new buffer interface. by Kristján Valur Jónsson · 12 years ago
  32. acb6e85 Issue #12098 : Fix a missing import in the unittests. by Kristján Valur Jónsson · 12 years ago
  33. 11f9893 Issue #10296 : Don't handle BreakPoint exceptions using by Kristján Valur Jónsson · 12 years ago
  34. 8927e8f Issue #12098: multiprocessing on Windows now starts child processes by Kristján Valur Jónsson · 12 years ago
  35. ac0866f - update config.guess and config.sub by doko@ubuntu.com · 12 years ago
  36. 7161075 Reindent files for: by doko@ubuntu.com · 12 years ago
  37. 4950a3b - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting by doko@ubuntu.com · 12 years ago
  38. 868f0aa issue #9090 : Take the same approach for socketmodule as daytimemodule by Kristján Valur Jónsson · 12 years ago
  39. a39c47a #8862: Fix curses cleanup with getchar is interrupted by a signal. by R David Murray · 12 years ago
  40. 620e364 issue #9090 : Limit the fix to windows since getting a portable simple by Kristján Valur Jónsson · 12 years ago
  41. 6ebc8f3 Issue #9090 : Error code 10035 calling socket.recv() on a socket with a timeout by Kristján Valur Jónsson · 12 years ago
  42. 46ce27a Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This by Gregory P. Smith · 12 years ago
  43. bebf75f open file in binary mode by Benjamin Peterson · 12 years ago
  44. 35893b7 #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
  45. 271e56e Issue #17415: Trim trailing whitespace by Terry Jan Reedy · 12 years ago
  46. 3e50fb3 Issue #17415: Clarify 'this' referent by moving containing sentence just after by Terry Jan Reedy · 12 years ago
  47. e493e87 Merge heads. by Terry Jan Reedy · 12 years ago
  48. 589cb11 Issue #17418: specify that buffer sizes are bytes. by Terry Jan Reedy · 12 years ago
  49. e015b6b #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. by Ezio Melotti · 12 years ago
  50. b1ed05c Issue #17398: document url argument of RobotFileParser by Terry Jan Reedy · 12 years ago
  51. 0b2173a Issue #17412: update 2.7 Doc/make.bat to also use sphinx-1.0.7. by Terry Jan Reedy · 12 years ago
  52. 923baea Issue #1285086: Get rid of the refcounting hack and speed up urllib.unquote(). by Serhiy Storchaka · 12 years ago
  53. 2556c83 Issue #17299: Add test coverage for cPickle with file objects and general IO by Serhiy Storchaka · 12 years ago
  54. 69c66f9 #17307 - Example of HTTP PUT Request using httplib by Senthil Kumaran · 12 years ago
  55. 5e32424 #17402: avoid shadowing built-in map in mmap examples. Initial patch by Aman Shah. by Ezio Melotti · 12 years ago
  56. 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
  57. 981c3bd Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
  58. 21e52aa Fix issue number by Terry Jan Reedy · 12 years ago
  59. f9d3106 Issue #14707: add news entry by Terry Jan Reedy · 12 years ago
  60. a70f60a Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 12 years ago
  61. ce9cc49 Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, by Terry Jan Reedy · 12 years ago
  62. 6bf9b85 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 12 years ago
  63. 617e2c1 #16004: Add `make touch`. by Ezio Melotti · 12 years ago
  64. 9b9cd4c #11963: fix Windows buildbots. by Ezio Melotti · 12 years ago
  65. efaad09 #11963: remove human verification from test_subprocess. by Ezio Melotti · 12 years ago
  66. 7ed6f7e Classmethod example needs to inherit from object by Raymond Hettinger · 12 years ago
  67. 8c5c3e3 Issue #17351: Modernize the pure Python property() example. by Raymond Hettinger · 12 years ago
  68. 5f52246 #14489: fix wrong link. by Ezio Melotti · 12 years ago
  69. c526704 #11963: fix Windows buildbots. by Ezio Melotti · 12 years ago
  70. da9eeae #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo. by Ezio Melotti · 12 years ago
  71. 26e2faf Add warning in ctypes documentation for #16575 and #16576 by Eli Bendersky · 12 years ago
  72. 9f7e247 Issue #17375: Add docstrings to the threading module. by Raymond Hettinger · 12 years ago
  73. 3d08f25 Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  74. a7b584b Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation. by Vinay Sajip · 12 years ago
  75. e754636 Closing #17378: ctypes documentation fix. by Eli Bendersky · 12 years ago
  76. 82078bc Fix doc grammar and line width by Eli Bendersky · 12 years ago
  77. f5a9bc5 #17364: remove documentation for a function that does not exist. by Ezio Melotti · 12 years ago
  78. 6234cc0 Reverting the changeset c31d700dea8b made for Issue #12921 by Senthil Kumaran · 12 years ago
  79. c74e764 Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 12 years ago
  80. 757408a merge by Raymond Hettinger · 12 years ago
  81. 3e6aafe Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest. by Raymond Hettinger · 12 years ago
  82. eec152d Issue #16848: python-config now returns proper --ldflags values for OS X by Ned Deily · 12 years ago
  83. 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
  84. a84ecc6 #17346: make sure pickle tests are run against all protocols. by Ezio Melotti · 12 years ago
  85. 7cac1c2 Issue #16445: Fix potential segmentation fault when deleting an exception message. by Mark Dickinson · 12 years ago
  86. ff0deb0 Fix markup in unittest doc. by Ezio Melotti · 12 years ago
  87. c86e866 #17315: unlink a file that test_posixpath was leaving around. by Ezio Melotti · 12 years ago
  88. dce969d The example regex should be a raw string. by Raymond Hettinger · 12 years ago
  89. 1fef1eb Add a link to the demo dir. by Ezio Melotti · 12 years ago
  90. 79b2dba Fix markup in unittest docs. by Ezio Melotti · 12 years ago
  91. 2277b94 Issue #16406: combine the doc pages for uploading and registering to PyPI. by Chris Jerdonek · 12 years ago
  92. e41a463 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior by Petri Lehtinen · 12 years ago
  93. ba48264 Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR. by Richard Oudkerk · 12 years ago
  94. b1bbc0b Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior by Senthil Kumaran · 12 years ago
  95. d36d4e0 Issue #13555: Fix an integer overflow check. by Serhiy Storchaka · 12 years ago
  96. 93bfe7d Issue #1470548: Do not buffer XMLGenerator output. by Serhiy Storchaka · 12 years ago
  97. 5b2cf5e #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  98. f794bde Revert "Issue #16121: Fix line number accounting in shlex" by Petri Lehtinen · 12 years ago
  99. 4307278 Issue #16121: Fix line number accounting in shlex by Petri Lehtinen · 12 years ago
  100. fead3c8 Issue #16403: Document how distutils uses the maintainer field in PKG-INFO by Petri Lehtinen · 12 years ago