1. 7009845 #15232: make NEWS entry more accurate. by R David Murray · 12 years ago
  2. 0f9b8ee Rollback an incorrect Doc/ACKS.txt entry by Jesus Cea · 12 years ago
  3. fde7890 Better test for Issue #15402: Add a __sizeof__ method to struct.Struct by Jesus Cea · 12 years ago
  4. 87c5b94 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 12 years ago
  5. 0c472c3 Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. by Senthil Kumaran · 12 years ago
  6. 0f111c1 #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  7. ea2ce47 merge heads by Gregory P. Smith · 12 years ago
  8. b9e9e0d Consistently raise a TypeError when a non str is passed to hashlib.new by Gregory P. Smith · 12 years ago
  9. 68f555c #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 12 years ago
  10. 056c31f #12353: argparse now correctly handles null argument values. by R David Murray · 12 years ago
  11. 1a2c1fb #14391: clarify docstring discussion of Action's 'type' argument's value. by R David Murray · 12 years ago
  12. ac9b5c6 #15342: Add clarifying sentence to posixpath.join docstring. by R David Murray · 12 years ago
  13. d33a9be Fix typo introduced in 79d54fba49b3. by Georg Brandl · 12 years ago
  14. dee8af2 Fix whitespace by Raymond Hettinger · 12 years ago
  15. 715a63b Issue #14579: Fix error handling bug in the utf-16 decoder. by Antoine Pitrou · 12 years ago
  16. bee739b Issue #15399: Added versionchanged for processName. by Vinay Sajip · 12 years ago
  17. 25be3f6 Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 12 years ago
  18. 59488d2 Closes #9254: backport __import__ docstring/doc mentions of importlib. by R David Murray · 12 years ago
  19. 0e3755e remove unused variable by Meador Inge · 12 years ago
  20. b8a5690 Issue #15368: fixing variable typo. by Meador Inge · 12 years ago
  21. 6642d1f Issue #15368: make bytecode generation deterministic. by Meador Inge · 12 years ago
  22. fc09520 #15375: remove duplicated word 'child' by R David Murray · 12 years ago
  23. e4220a5 Fix the with_poll tests for platforms without poll. missing import. by Gregory P. Smith · 12 years ago
  24. 66dd941 Issue 15337: help() shown as undocumented by Raymond Hettinger · 12 years ago
  25. e0c2220 Fixes Issue #14635: telnetlib will use poll() rather than select() when possible by Gregory P. Smith · 12 years ago
  26. 7d8a2e4 allow any number to be returned from __length_hint__ (closes #15354) by Benjamin Peterson · 12 years ago
  27. f526297 Try other approach to fix issue #15334. by Antoine Pitrou · 12 years ago
  28. e608e31 #15345: fix SyntaxError in argparse tutorial example. Patch by Simon Hayward. by Ezio Melotti · 12 years ago
  29. d8412c8 Issue #15334: skip test_dynamic_key when run in non-interactive mode. by Antoine Pitrou · 12 years ago
  30. 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
  31. 3e0cc0f Use _RPCFile.write properly. by Martin v. Löwis · 12 years ago
  32. 1ba3218 Don't use TextIOBase implementations in _RPCFile. by Martin v. Löwis · 12 years ago
  33. dbde886 Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  34. f8fc674 Issue 13532: Allow bytearrays to be written also. by Terry Jan Reedy · 12 years ago
  35. 9e6bf1a Widen test to support unicode. by Martin v. Löwis · 12 years ago
  36. e8e4e14 - Issue #13532: Check that arguments to sys.stdout.write are strings. by Martin v. Löwis · 12 years ago
  37. 45ed012 Issue #13557: Clarify effect of giving two different namespaces to exec or by Terry Jan Reedy · 12 years ago
  38. e7d4b60 merge heads. by Senthil Kumaran · 12 years ago
  39. 5d60e56 revert the changes done in d931a3b64fd6 - buildbot failure. by Senthil Kumaran · 12 years ago
  40. dc43adb Fix the buildbot failure - msg164973 by Senthil Kumaran · 12 years ago
  41. 01fe5fa Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method. by Senthil Kumaran · 12 years ago
  42. 5356af8 Fix leftover quote. by Georg Brandl · 12 years ago
  43. c2ec992 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 12 years ago
  44. 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
  45. d0f5f48 Issue #1677: Unused variable warning in Non-Windows by Jesus Cea · 12 years ago
  46. 99ad1f1 Backed out changeset 7ccc2cea6969 by Jesus Cea · 12 years ago
  47. 263afe2 Issue #1667: Unused variable warning in Non-Windows by Jesus Cea · 12 years ago
  48. e5567cc Create ~/.pypirc securely (#13512). by Éric Araujo · 12 years ago
  49. 9e06e37 Branch merge by Éric Araujo · 12 years ago
  50. 3cf202e Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  51. e16c882 Make it easier to search for the grouper() recipe. by Raymond Hettinger · 12 years ago
  52. 9653468 Use source role to get links to files by Éric Araujo · 12 years ago
  53. 06176a8 Adapt mentions of future changes in doc by Éric Araujo · 12 years ago
  54. 0d983b5 Avoid SyntaxError in script using print function by Éric Araujo · 12 years ago
  55. 2aa8519 The StopIteration API applies to both tokenize() and generate_tokens() by Raymond Hettinger · 12 years ago
  56. e970dc7 Issue #15212: fix typo in compiler module (rename SC_GLOBAL_EXPLICT to SC_GLOBAL_EXPLICIT). by Antoine Pitrou · 12 years ago
  57. e683ef5 Make call of os.getppid() conditional: it is not available on Windows. by Georg Brandl · 12 years ago
  58. 1014686 Remove an unneeded footnote. by Georg Brandl · 12 years ago
  59. a14a06f Issue #15170: Quote the variable that expands to the current directory. by Stefan Krah · 12 years ago
  60. e0afb72 Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit machines. by Mark Dickinson · 12 years ago
  61. 9848d81 Merged by Tim Golden · 12 years ago
  62. 96f2053 Backed out changeset ee51e3aef302 - it broke the test suite by Antoine Pitrou · 12 years ago
  63. 97ac4a2 urlparse cleanup. rename keywords used as variables by Senthil Kumaran · 12 years ago
  64. 4702336 Issue #1677: Handle better a race condition between the interactive interpreter and by Tim Golden · 12 years ago
  65. d07de40 #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() by Petri Lehtinen · 12 years ago
  66. 4e6e5a0 #9559: Don't call _pre_mailbox_hook more than once by Petri Lehtinen · 12 years ago
  67. 9d5d507 urlparse docs clean up by Senthil Kumaran · 12 years ago
  68. d9a5137 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  69. d958cc9 Issue #15219: Fix a reference leak when hashlib.new() is called with by Amaury Forgeot d'Arc · 12 years ago
  70. 45f0d98 #9559: Append data to single-file mailbox files if messages are only added by Petri Lehtinen · 12 years ago
  71. 8c368ef Regrtest option "-n" doesn't exist in 2.7. by Antoine Pitrou · 12 years ago
  72. cf807c0 Flush stdout and stderr when running tests in parallel by Antoine Pitrou · 12 years ago
  73. 3a12156 Allow passing extra testing options to the buildbot test scripts by Antoine Pitrou · 12 years ago
  74. 189bd91 issue13666 - Fixing datetime documentation example when using tzinfo by Senthil Kumaran · 12 years ago
  75. b2ac4d6 Fixes issue #12268 for file readline, readlines and read() and readinto methods. by Gregory P. Smith · 12 years ago
  76. ed04f42 Try to fix failure of a Windows buildbot to capture name resolution errors. by Antoine Pitrou · 12 years ago
  77. c14bae4 Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita for the patch. by Vinay Sajip · 12 years ago
  78. ea1eda2 Issue #15170: Try the HOST_PYTHON hack for 2.7. by Stefan Krah · 12 years ago
  79. 65dd745 Remove useless test (flowinfo is unsigned). by Charles-François Natali · 12 years ago
  80. 83ae8be Fixed the name of the 'email.Utils' module in tests. by Alexander Belopolsky · 12 years ago
  81. e99d3a1 Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 12 years ago
  82. 9bd4bf2 #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 12 years ago
  83. 4215d27 Issue #15101: Make pool finalizer avoid joining current thread by Richard Oudkerk · 12 years ago
  84. 48ee690 Fix NEWS entry for #15036 by Petri Lehtinen · 12 years ago
  85. f637920 #14840: Add a bit on the difference between tuples and lists. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  86. a093312 Issue #15043: skip test_gdb if the custom hooks can't be loaded (backport from 3.x) by Nick Coghlan · 12 years ago
  87. 970fcef Issue #15044: Handle Fedora 17's approach to ndbm compatibility (backport from 3.x) by Nick Coghlan · 12 years ago
  88. 43f42fc Issue #15054: Fix incorrect tokenization of 'b' and 'br' string literals. by Meador Inge · 12 years ago
  89. 7cf6699 #15036: Make a repeated changes and flushes work with single-file mailboxes by Petri Lehtinen · 12 years ago
  90. 5ec84cd Issue #14933: fix misleading doc about weakref support in extension types. by Antoine Pitrou · 12 years ago
  91. 884fb1c Skip test_bigmem.test_unicode_repr_oflw, since it crashes (issue #14904). by Antoine Pitrou · 12 years ago
  92. 771d98d Issue #15060: better fix, thanks to review on #python-dev by Sandro Tosi · 12 years ago
  93. 89539e8 Issue #15060: fix typo in socket doc; Patch by anatoly techtonik by Sandro Tosi · 12 years ago
  94. 926f58d Issue #10133: Make multiprocessing deallocate buffer if socket read fails. by Richard Oudkerk · 12 years ago
  95. 0c2c692 Minor formatting fix=up by Raymond Hettinger · 12 years ago
  96. 3395fda Wrap fat lines and improve some variable names. by Raymond Hettinger · 12 years ago
  97. 491f707 Code cleanups by Raymond Hettinger · 12 years ago
  98. 1eda5c9 #8652: update errors tutorial. by R David Murray · 12 years ago
  99. 5525eb7 NEWS fixes by Terry Jan Reedy · 12 years ago
  100. 2182e05 Issue #13854: Properly handle non-integer, non-string arg to SystemExit by Richard Oudkerk · 12 years ago