1. e0e2735 Fix OSError.__init__ and OSError.__new__ so that each of them can be by Antoine Pitrou · 14 years ago
  2. d73a9ac Fix the fix for issue #12149: it was incorrect, although it had the side by Antoine Pitrou · 14 years ago
  3. 2e87208 Fix the fix for issue #12149: it was incorrect, although it had the side by Antoine Pitrou · 14 years ago
  4. c2f9874 Issue #13591: Moving the NEWS line to the right release. by Meador Inge · 14 years ago
  5. b7288a7 Issue #13591: Moving the NEWS line to the right release. by Meador Inge · 14 years ago
  6. d7afeee Issue #13591: import_module potentially imports a module twice. by Meador Inge · 14 years ago
  7. 416f12d Issue #13591: import_module potentially imports a module twice. by Meador Inge · 14 years ago
  8. abbcd08 Issue #4625: Add NEWS entry. by Ned Deily · 14 years ago
  9. 061c028 Issue #4625: add NEWS entry. by Ned Deily · 14 years ago
  10. 556ba04 Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the scheduler can be used in non-blocking applications by Giampaolo Rodola' · 14 years ago
  11. 73520d5 Fix #8684: make sched.scheduler class thread-safe by Giampaolo Rodola' · 14 years ago
  12. a23d65c Merge 3.2 by Alexandre Vassalotti · 14 years ago
  13. 3bfc65a Issue #13505: Make pickling of bytes object compatible with Python 2. by Alexandre Vassalotti · 14 years ago
  14. 8bbe788 merge heads by Benjamin Peterson · 14 years ago
  15. 2122cf7 alias resource.error to OSError by Benjamin Peterson · 14 years ago
  16. 0a9dd2f Issue #5689: Add support for lzma compression to the tarfile module. by Lars Gustäbel · 14 years ago
  17. 6731775 Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd). by Florent Xicluna · 14 years ago
  18. db62389 (Merge 3.2) Issue #5905: time.strftime() is now using the locale encoding, by Victor Stinner · 14 years ago
  19. 720f34a Issue #5905: time.strftime() is now using the locale encoding, instead of by Victor Stinner · 14 years ago
  20. 3be637e Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". by Ned Deily · 14 years ago
  21. 2f0ad74 Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". by Ned Deily · 14 years ago
  22. 38d9643 Issue #13464: Add a readinto() method to http.client.HTTPResponse. by Antoine Pitrou · 14 years ago
  23. 45fb082 Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 14 years ago
  24. ed1ac58 Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 14 years ago
  25. 04f6974 - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix by Barry Warsaw · 14 years ago
  26. 9f57135 - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix by Barry Warsaw · 14 years ago
  27. b0e1f8b Issue #13503: Use a more efficient reduction format for bytearrays with by Antoine Pitrou · 14 years ago
  28. 80c219b Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 14 years ago
  29. 777bebb Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 14 years ago
  30. 5645850 Issue #13439: Merge branch 3.2 by Petri Lehtinen · 14 years ago
  31. 9aa20af Issue #13439: Fix many errors in turtle docstrings. by Petri Lehtinen · 14 years ago
  32. 59bb0e0 Credit Per Øyvind Karlsen for the initial implementation of the lzma module (issue #6715). by Nadeem Vawda · 14 years ago
  33. 3ff069e Issue #6715: Add module for compression using the LZMA algorithm. by Nadeem Vawda · 14 years ago
  34. c8e0320 Merge 3.2 by Éric Araujo · 14 years ago
  35. a74f8ef Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487). by Éric Araujo · 14 years ago
  36. 39a73a4 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. by Antoine Pitrou · 14 years ago
  37. 11942a5 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. by Antoine Pitrou · 14 years ago
  38. 31b798d Issue #12618: py_compile cannot create files in current directory by Meador Inge · 14 years ago
  39. 22b9b37 Issue #12618: py_compile cannot create files in current directory by Meador Inge · 14 years ago
  40. 5604ef3 Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. by Antoine Pitrou · 14 years ago
  41. d7c8fbf Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. by Antoine Pitrou · 14 years ago
  42. c366117 Merge heads by Antoine Pitrou · 14 years ago
  43. f0effe6 Better resolution for issue #11849: Ensure that free()d memory arenas are really released by Antoine Pitrou · 14 years ago
  44. 0fdfceb Issue #12567: The curses module uses Unicode functions for Unicode arguments by Victor Stinner · 14 years ago
  45. c248476 Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. by Antoine Pitrou · 14 years ago
  46. 4558bad Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. by Antoine Pitrou · 14 years ago
  47. cad939b NEWS: fix the issue number for PyUnicode_EncodeDecimal change by Victor Stinner · 14 years ago
  48. 6345be9 Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlers by Victor Stinner · 14 years ago
  49. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 14 years ago
  50. 0e86a58 Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size parameter, as other file-like objects. by Antoine Pitrou · 14 years ago
  51. bc53032 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. by Antoine Pitrou · 14 years ago
  52. 116d6b9 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. by Antoine Pitrou · 14 years ago
  53. cbbd562 Merge branch default by Victor Stinner · 14 years ago
  54. 896f471 Merge branch 3.2 by Victor Stinner · 14 years ago
  55. 6517095 (Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 14 years ago
  56. 942d5ba Merge branch 3.2 by Amaury Forgeot d'Arc · 14 years ago
  57. 60b385e Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 14 years ago
  58. 58e8761 Issue #13436: Fix a bogus error message when an AST object was passed by Amaury Forgeot d'Arc · 14 years ago
  59. bc7ea58 fix wrong credit and issue id given in previous commit by Giampaolo Rodola' · 14 years ago
  60. be55d99 Fix 13245: by Giampaolo Rodola' · 14 years ago
  61. 6dd381e Issue #12328: Under Windows, refactor handling of Ctrl-C events and by Antoine Pitrou · 14 years ago
  62. ce4a9da Issue #13411: memoryview objects are now hashable when the underlying object is hashable. by Antoine Pitrou · 14 years ago
  63. 7fe601c Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 14 years ago
  64. 58fcf9f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 14 years ago
  65. aadc519 Merge branch 3.2 (closes #13338) by Petri Lehtinen · 14 years ago
  66. 8d40f16 Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER by Petri Lehtinen · 14 years ago
  67. f34a0cd Issue #10227: Add an allocation cache for a single slice object. by Antoine Pitrou · 14 years ago
  68. 304261e #13358: merge with 3.2. by Ezio Melotti · 14 years ago
  69. 15cb489 #13358: HTMLParser now calls handle_data only once for each CDATA. by Ezio Melotti · 14 years ago
  70. def4728 #4147: merge with 3.2. by Ezio Melotti · 14 years ago
  71. 8008f2a #4147: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg. by Ezio Melotti · 14 years ago
  72. 56a220a Issue #13393: BufferedReader.read1() now asks the full requested size to by Antoine Pitrou · 14 years ago
  73. 1ab6c2d Issue #13374: The Windows bytes API has been deprecated in the os module. Use by Victor Stinner · 14 years ago
  74. 6166519 Closes #13297: use bytes type to send and receive binary data through XMLRPC. by Florent Xicluna · 14 years ago
  75. 28e401e Issue #13392: Writing a pyc file should now be atomic under Windows as well. by Antoine Pitrou · 14 years ago
  76. 3f2ba3b Branch merge by Éric Araujo · 14 years ago
  77. 78edf75 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 14 years ago
  78. 5418ee0 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 14 years ago
  79. 9a812cb Issue #13389: Full garbage collection passes now clear the freelists for by Antoine Pitrou · 14 years ago
  80. d8b9ae6 Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. by Jesus Cea · 14 years ago
  81. a5e7f31 Remove NEWS entries for packaging test suite fixes. by Éric Araujo · 14 years ago
  82. d5d4406 #1745761, #755670, #13357, #12629, #1200313: merge with 3.2. by Ezio Melotti · 14 years ago
  83. c2fe577 #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. by Ezio Melotti · 14 years ago
  84. 61093c0 Issue #13193: Fix distutils.filelist.FileList and by Antoine Pitrou · 14 years ago
  85. 3714c1e Add NEWS entry for #13193 by Antoine Pitrou · 14 years ago
  86. 4ff29db Merge 3.2 by Brian Curtin · 14 years ago
  87. 675f6b8 Fix #13384. Remove __future__ import in 3.x code. by Brian Curtin · 14 years ago
  88. de20b0b Issue #13149: Speed up append-only StringIO objects. by Antoine Pitrou · 14 years ago
  89. 10b8cf4 Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. by Charles-François Natali · 14 years ago
  90. 0215724 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 14 years ago
  91. a365113 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 14 years ago
  92. bc91b46 Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 14 years ago
  93. c241df8 Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 14 years ago
  94. c29248f Issue #13237: Forward port subprocess module updates and explicitly document UTF-8 encoding assumption when universal_newlines=True by Nick Coghlan · 14 years ago
  95. 6e533f0 MERGE: Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 14 years ago
  96. 0fd66b8 MERGE: Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 14 years ago
  97. 217f05b Issue #13237: Forward port from 3.2 of subprocess documentation updates. Needed quite a few adjustments to account for new features coming in 3.3 by Nick Coghlan · 14 years ago
  98. 304a165 News updates for #13327. by Brian Curtin · 14 years ago
  99. b1c6f59 Branch merge by Éric Araujo · 14 years ago
  100. 52fbea1 Fix #13327. Remove the need for an explicit None as the second argument to by Brian Curtin · 14 years ago