1. 75e74c6 Merge 3.3 by Éric Araujo · 12 years ago
  2. 309b043 Avoid fd leak in example. Caught by Serhiy. by Éric Araujo · 12 years ago
  3. f69a1f3 Branch merge by Éric Araujo · 12 years ago
  4. 95b4ec8 Branch merge by Éric Araujo · 12 years ago
  5. a113e01 Branch merge by Éric Araujo · 12 years ago
  6. 8c997fa Merge 3.3 by Éric Araujo · 12 years ago
  7. 8f423c9 Add examples for opener argument of open (#13424). by Éric Araujo · 12 years ago
  8. 1e58ae4 #16336: merge with 3.3. by Ezio Melotti · 12 years ago
  9. a0b5c46 #16336: merge with 3.2. by Ezio Melotti · 12 years ago
  10. 540da76 #16336: fix input checking in the surrogatepass error handler. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  11. 51f61b9 Merge typo fixes (and the fix for #8401 that I wrongly merged) with 3.3. by Ezio Melotti · 12 years ago
  12. 0167edf Merge typo fixes with 3.2. by Ezio Melotti · 12 years ago
  13. 8af179e Fix a couple typos in Misc/NEWS. by Ezio Melotti · 12 years ago
  14. 212843b #8401: merge with 3.3. by Ezio Melotti · 12 years ago
  15. 7376801 #8401: merge with 3.2. by Ezio Melotti · 12 years ago
  16. c64bcbe #8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error. by Ezio Melotti · 12 years ago
  17. 1a5f3ec Merge from 3.3: link to mapping glossary entry in docs. by Chris Jerdonek · 12 years ago
  18. 1c8bb9f Merge from 3.2: link to mapping glossary entry in docs. by Chris Jerdonek · 12 years ago
  19. 11f3f17 Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs. by Chris Jerdonek · 12 years ago
  20. 4bf474a #12759: merge with 3.3. by Ezio Melotti · 12 years ago
  21. 68600af #12759: merge with 3.2. by Ezio Melotti · 12 years ago
  22. 0941d9f #12759: sre_parse now raises a proper error when the name of the group is missing. Initial patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  23. d268526 #4711: merge with 3.3. by Ezio Melotti · 12 years ago
  24. befaac0 #4711: merge with 3.2. by Ezio Melotti · 12 years ago
  25. dedfa9b #4711: break long words in the docs sidebar to avoid overflow. by Ezio Melotti · 12 years ago
  26. 4e0f36b #16152: merge with 3.3. by Ezio Melotti · 12 years ago
  27. fafa8b7 #16152: merge with 3.2. by Ezio Melotti · 12 years ago
  28. 2cc3b4b #16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder. by Ezio Melotti · 12 years ago
  29. 76bcff2 Issue #7317: Display full tracebacks when an error occurs asynchronously. by Andrew Svetlov · 12 years ago
  30. 6b97374 Issue #16284: Prevent keeping unnecessary references to worker functions in concurrent.futures ThreadPoolExecutor. by Andrew Svetlov · 12 years ago
  31. 0f77bf2 Issue #16218: skip test if filesystem doesn't support required encoding by Andrew Svetlov · 12 years ago
  32. 69032c8 Issue #16309: Make PYTHONPATH= behavior the same as if PYTHONPATH not set at all. by Andrew Svetlov · 12 years ago
  33. 683b46a Issue #16218: Fix broken test for supporting nonascii characters in python launcher by Andrew Svetlov · 12 years ago
  34. 4739561 Issue #16261: fix bare excepts in Doc/ by Andrew Svetlov · 12 years ago
  35. c38c816 Merge 3.3. by Stefan Krah · 12 years ago
  36. 4af77a0 Issue #15814: Use hash function that is compatible with the equality by Stefan Krah · 12 years ago
  37. 43c336b Merge 3.3. by Stefan Krah · 12 years ago
  38. e6996ed Issue #16145: Support legacy strings in the _csv module. by Stefan Krah · 12 years ago
  39. faf1d06 merge with 3.3 by Georg Brandl · 12 years ago
  40. ed71918 merge with 3.2 by Georg Brandl · 12 years ago
  41. 4552e3f Grammar touchup. by Georg Brandl · 12 years ago
  42. d98ee97 Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  43. e2af509 Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  44. d183767 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  45. e061432 Merge: Reword set docs to use *proper subset/superset* terminology. by Andrew Svetlov · 12 years ago
  46. 129f57b Merge: Reword set docs to use *proper subset/superset* terminology. by Andrew Svetlov · 12 years ago
  47. 5bb4207 Reword set docs to use *proper subset/superset* terminology. by Andrew Svetlov · 12 years ago
  48. 553408f Merge issue #14893: Add function annotation example to function tutorial. by Andrew Svetlov · 12 years ago
  49. 7c91dbe Merge issue #14893: Add function annotation example to function tutorial. by Andrew Svetlov · 12 years ago
  50. 1491cbd Issue #14893: Add function annotation example to function tutorial. by Andrew Svetlov · 12 years ago
  51. 787fbe9 Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 12 years ago
  52. 0168d3d Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 12 years ago
  53. e4ad37e Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. by Antoine Pitrou · 12 years ago
  54. 53d36b6 Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. by Antoine Pitrou · 12 years ago
  55. 5ebe65f Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. by Antoine Pitrou · 12 years ago
  56. 9f69e79 Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. by Antoine Pitrou · 12 years ago
  57. 1511a5a Merge issue #16218: Support non ascii characters in python launcher. by Andrew Svetlov · 12 years ago
  58. 90c0eb2 Issue #16218: Support non ascii characters in python launcher. by Andrew Svetlov · 12 years ago
  59. 700835a Merge: change docstring for xdrlib.Error to use new style exceptions. by Andrew Svetlov · 12 years ago
  60. 2e99d63 Merge: change docstring for xdrlib.Error to use new style exceptions. by Andrew Svetlov · 12 years ago
  61. 42d5c41 Change docstring for xdrlib.Error to use new style exceptions. by Andrew Svetlov · 12 years ago
  62. 73ee816 Merge issue #16373: Prevent infinite recursion for ABC Set class operations. by Andrew Svetlov · 12 years ago
  63. b904e42 Merge issue #16373: Prevent infinite recursion for ABC Set class operations. by Andrew Svetlov · 12 years ago
  64. bcac6ad Issue #16373: Prevent infinite recursion for ABC Set class operations. by Andrew Svetlov · 12 years ago
  65. 312c95f merge heads by Benjamin Peterson · 12 years ago
  66. d9c8702 point errors related to nonlocals and globals to the statement declaring them (closes #10189) by Benjamin Peterson · 12 years ago
  67. d06d540 Closes #16366: Improve diagnostics from handleError(). Thanks to Antoine Pitrou for the suggestion. by Vinay Sajip · 12 years ago
  68. a889d80 merge 3.3 by Benjamin Peterson · 12 years ago
  69. d87963e merge heads by Benjamin Peterson · 12 years ago
  70. 5e5bbfb merge heads by Benjamin Peterson · 12 years ago
  71. da58c3d merge 3.3 by Benjamin Peterson · 12 years ago
  72. e132f52 check return value of _PyUnicode_AsString by Benjamin Peterson · 12 years ago
  73. fce2a6e Issue #15441, #15478: Reenable test_nonascii_abspath() on Windows by Victor Stinner · 12 years ago
  74. afe1706 Issue #15478: Use source filename in OSError, not destination filename by Victor Stinner · 12 years ago
  75. a0c811e Issue #15478: Fix again to fix test_os on Windows by Victor Stinner · 12 years ago
  76. b024e84 Issue #15478: Use path_error() in more posix functions, especially in Windows by Victor Stinner · 12 years ago
  77. 7e4f122 Merge issue #16377: Fix bisect unittest. by Andrew Svetlov · 12 years ago
  78. 091bf53 Merge issue #16377: Fix bisect unittest. by Andrew Svetlov · 12 years ago
  79. eda1f4c Issue #16377: Fix bisect unittest. by Andrew Svetlov · 12 years ago
  80. cd2dc4a null merge by Andrew Svetlov · 12 years ago
  81. f9fcf02 null merge by Andrew Svetlov · 12 years ago
  82. 01e1e35 merge heads by Andrew Svetlov · 12 years ago
  83. 7ffc9aa Issue #14900: document added sort keys for profile stats. by Andrew Svetlov · 12 years ago
  84. 1e61e58 Merge issue #14900: document added sort keys for profile stats. by Andrew Svetlov · 12 years ago
  85. 5f91ad3 Issue #14900: document added sort keys for profile stats. by Andrew Svetlov · 12 years ago
  86. 1d2d007 Issue #16348: merge fix from 3.3. by Mark Dickinson · 12 years ago
  87. d3405ed Issue #16348: merge fix from 3.2. by Mark Dickinson · 12 years ago
  88. 6ae568b Issue #16348: Fix incorrect documentation for Decimal.remainder_near. by Mark Dickinson · 12 years ago
  89. 8781d4a merge 3.3 by Benjamin Peterson · 12 years ago
  90. 591c921 merge 3.2 by Benjamin Peterson · 12 years ago
  91. 9892f52 avoid a function call with redundant checks for dict size by Benjamin Peterson · 12 years ago
  92. 9b80c67 merge 3.3 by Benjamin Peterson · 12 years ago
  93. 67f7a5a merge 3.2 by Benjamin Peterson · 12 years ago
  94. 37d2c99 fix spelling by Benjamin Peterson · 12 years ago
  95. 7503e08 merge 3.3 (#16345) by Benjamin Peterson · 12 years ago
  96. d97eb0d merge 3.2 (#16345) by Benjamin Peterson · 12 years ago
  97. 275c848 merge heads by Benjamin Peterson · 12 years ago
  98. d1f2cb3 only fast-path fromkeys() when the constructor returns a empty dict (closes #16345) by Benjamin Peterson · 12 years ago
  99. 9c3f503 Issue #13701: Fix decorator avoidance (due to desire for Python 2.3 compatibility) in decimal module. by Mark Dickinson · 12 years ago
  100. a28cf6f merge heads by Benjamin Peterson · 12 years ago