1. 6c625e6 update Geany URL; thanks to Karl Tarbet from docs@ by Sandro Tosi · 12 years ago
  2. 682100e add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ by Sandro Tosi · 12 years ago
  3. 02144cc Remove unused variables in parsetok(). by Georg Brandl · 12 years ago
  4. eb068f9 Fix casing of SocketServer module in 2.7. by Georg Brandl · 12 years ago
  5. d26b658 Graft a89d654adaa2 from 3.2 branch. Fixes #15620. by Georg Brandl · 12 years ago
  6. 2d639d5 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  7. a939105 Fix #15567. collections.deque wasn't imported by Brian Curtin · 12 years ago
  8. 774c8a3 fix docs for c-api memory functions by Andrew Svetlov · 12 years ago
  9. 8afcec4 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  10. 359b503 make documented file() kw names and actual ones agree (closes #15572) by Benjamin Peterson · 12 years ago
  11. decdb74 #15554: clarify splitlines/split differences. by R David Murray · 12 years ago
  12. 6702804 Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. by Ned Deily · 12 years ago
  13. 947f358 Issue #15541: Correct anomaly in logging.exception. Thanks to Ned Batchelder for the report. by Vinay Sajip · 12 years ago
  14. 8ba844a Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. by Andrew Svetlov · 12 years ago
  15. 7687f3f add missing period; thanks to Gaston Fiore from docs@ by Sandro Tosi · 12 years ago
  16. 76370f4 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 12 years ago
  17. 4fa7a5f #15512: Declarations reorganization by Jesus Cea · 12 years ago
  18. d52544d #15512: Remove remnants of debugging code by Jesus Cea · 12 years ago
  19. d4e58dc Closes #15469: Correct __sizeof__ support for deque by Jesus Cea · 12 years ago
  20. 3e3192d Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 12 years ago
  21. 1fa9f7b Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. by Antoine Pitrou · 12 years ago
  22. 4c36aa4 Issue #15231: update PyPI upload doc to say --no-raw passed to rst2html.py by Eli Bendersky · 12 years ago
  23. 33f8c3a Issue #8847: Disable COMDAT folding in Windows PGO builds. by Martin v. Löwis · 12 years ago
  24. 8a15c37 Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 12 years ago
  25. 2d96848 Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  26. d8ec464 Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. by Ned Deily · 12 years ago
  27. 38df514 Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include by Ned Deily · 12 years ago
  28. baee34c Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  29. bff5df0 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  30. c02e1e6 Issue #15467: Move helpers for __sizeof__ tests into test_support. by Martin v. Löwis · 12 years ago
  31. 6812346 Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. by Meador Inge · 12 years ago
  32. e4b9938 Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 12 years ago
  33. 4f947dd Improved cookbook entry and fixed typo. by Vinay Sajip · 12 years ago
  34. 15fc220 Issue #15041: Update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  35. b37f14c Mention the *limit* argument of TextIO.readline(). by Antoine Pitrou · 12 years ago
  36. 34e992d Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios. by Vinay Sajip · 12 years ago
  37. e2b5624 Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself. by Martin v. Löwis · 12 years ago
  38. 7009845 #15232: make NEWS entry more accurate. by R David Murray · 12 years ago
  39. 0f9b8ee Rollback an incorrect Doc/ACKS.txt entry by Jesus Cea · 12 years ago
  40. fde7890 Better test for Issue #15402: Add a __sizeof__ method to struct.Struct by Jesus Cea · 12 years ago
  41. 87c5b94 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 12 years ago
  42. 0c472c3 Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. by Senthil Kumaran · 12 years ago
  43. 0f111c1 #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  44. ea2ce47 merge heads by Gregory P. Smith · 12 years ago
  45. b9e9e0d Consistently raise a TypeError when a non str is passed to hashlib.new by Gregory P. Smith · 12 years ago
  46. 68f555c #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 12 years ago
  47. 056c31f #12353: argparse now correctly handles null argument values. by R David Murray · 12 years ago
  48. 1a2c1fb #14391: clarify docstring discussion of Action's 'type' argument's value. by R David Murray · 12 years ago
  49. ac9b5c6 #15342: Add clarifying sentence to posixpath.join docstring. by R David Murray · 12 years ago
  50. d33a9be Fix typo introduced in 79d54fba49b3. by Georg Brandl · 12 years ago
  51. dee8af2 Fix whitespace by Raymond Hettinger · 12 years ago
  52. 715a63b Issue #14579: Fix error handling bug in the utf-16 decoder. by Antoine Pitrou · 12 years ago
  53. bee739b Issue #15399: Added versionchanged for processName. by Vinay Sajip · 12 years ago
  54. 25be3f6 Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 12 years ago
  55. 59488d2 Closes #9254: backport __import__ docstring/doc mentions of importlib. by R David Murray · 12 years ago
  56. 0e3755e remove unused variable by Meador Inge · 12 years ago
  57. b8a5690 Issue #15368: fixing variable typo. by Meador Inge · 12 years ago
  58. 6642d1f Issue #15368: make bytecode generation deterministic. by Meador Inge · 12 years ago
  59. fc09520 #15375: remove duplicated word 'child' by R David Murray · 12 years ago
  60. e4220a5 Fix the with_poll tests for platforms without poll. missing import. by Gregory P. Smith · 12 years ago
  61. 66dd941 Issue 15337: help() shown as undocumented by Raymond Hettinger · 12 years ago
  62. e0c2220 Fixes Issue #14635: telnetlib will use poll() rather than select() when possible by Gregory P. Smith · 12 years ago
  63. 7d8a2e4 allow any number to be returned from __length_hint__ (closes #15354) by Benjamin Peterson · 12 years ago
  64. f526297 Try other approach to fix issue #15334. by Antoine Pitrou · 12 years ago
  65. e608e31 #15345: fix SyntaxError in argparse tutorial example. Patch by Simon Hayward. by Ezio Melotti · 12 years ago
  66. d8412c8 Issue #15334: skip test_dynamic_key when run in non-interactive mode. by Antoine Pitrou · 12 years ago
  67. 1a68918 Issue #15338: skip test_UNC_path when the current user doesn't have enough permissions to access the path. by Antoine Pitrou · 12 years ago
  68. 3e0cc0f Use _RPCFile.write properly. by Martin v. Löwis · 12 years ago
  69. 1ba3218 Don't use TextIOBase implementations in _RPCFile. by Martin v. Löwis · 12 years ago
  70. dbde886 Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  71. f8fc674 Issue 13532: Allow bytearrays to be written also. by Terry Jan Reedy · 12 years ago
  72. 9e6bf1a Widen test to support unicode. by Martin v. Löwis · 12 years ago
  73. e8e4e14 - Issue #13532: Check that arguments to sys.stdout.write are strings. by Martin v. Löwis · 12 years ago
  74. 45ed012 Issue #13557: Clarify effect of giving two different namespaces to exec or by Terry Jan Reedy · 12 years ago
  75. e7d4b60 merge heads. by Senthil Kumaran · 12 years ago
  76. 5d60e56 revert the changes done in d931a3b64fd6 - buildbot failure. by Senthil Kumaran · 12 years ago
  77. dc43adb Fix the buildbot failure - msg164973 by Senthil Kumaran · 12 years ago
  78. 01fe5fa Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method. by Senthil Kumaran · 12 years ago
  79. 5356af8 Fix leftover quote. by Georg Brandl · 12 years ago
  80. c2ec992 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 12 years ago
  81. 3b30b19 Fix closes issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp by Senthil Kumaran · 12 years ago
  82. d0f5f48 Issue #1677: Unused variable warning in Non-Windows by Jesus Cea · 12 years ago
  83. 99ad1f1 Backed out changeset 7ccc2cea6969 by Jesus Cea · 12 years ago
  84. 263afe2 Issue #1667: Unused variable warning in Non-Windows by Jesus Cea · 12 years ago
  85. e5567cc Create ~/.pypirc securely (#13512). by Éric Araujo · 12 years ago
  86. 9e06e37 Branch merge by Éric Araujo · 12 years ago
  87. 3cf202e Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  88. e16c882 Make it easier to search for the grouper() recipe. by Raymond Hettinger · 12 years ago
  89. 9653468 Use source role to get links to files by Éric Araujo · 12 years ago
  90. 06176a8 Adapt mentions of future changes in doc by Éric Araujo · 12 years ago
  91. 0d983b5 Avoid SyntaxError in script using print function by Éric Araujo · 12 years ago
  92. 2aa8519 The StopIteration API applies to both tokenize() and generate_tokens() by Raymond Hettinger · 12 years ago
  93. e970dc7 Issue #15212: fix typo in compiler module (rename SC_GLOBAL_EXPLICT to SC_GLOBAL_EXPLICIT). by Antoine Pitrou · 12 years ago
  94. e683ef5 Make call of os.getppid() conditional: it is not available on Windows. by Georg Brandl · 12 years ago
  95. 1014686 Remove an unneeded footnote. by Georg Brandl · 12 years ago
  96. a14a06f Issue #15170: Quote the variable that expands to the current directory. by Stefan Krah · 12 years ago
  97. e0afb72 Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit machines. by Mark Dickinson · 12 years ago
  98. 9848d81 Merged by Tim Golden · 12 years ago
  99. 96f2053 Backed out changeset ee51e3aef302 - it broke the test suite by Antoine Pitrou · 12 years ago
  100. 97ac4a2 urlparse cleanup. rename keywords used as variables by Senthil Kumaran · 12 years ago