1. b5b3714 Issue #12428: Add a pure Python implementation of functools.partial(). by Antoine Pitrou · 12 years ago
  2. 65a35dc merge 3.3 by Philip Jenvey · 12 years ago
  3. 000bd42 merge 3.2 by Philip Jenvey · 12 years ago
  4. 3acc7ef add gc_collects to weakref tests by Philip Jenvey · 12 years ago
  5. ee36c24 Issue #15478: os.lchflags() is not always available when os.chflags() is available by Victor Stinner · 12 years ago
  6. 5ff1675 Issue #16416: Fix Misc/NEWS entry, mention Mac OS X by Victor Stinner · 12 years ago
  7. 0d92c4f Issue #16416: Fix error handling in _Py_wchar2char() _Py_char2wchar() functions by Victor Stinner · 12 years ago
  8. fc93ec5 merge heads by Benjamin Peterson · 12 years ago
  9. c7a8a21 merge 3.3 (sort of) by Benjamin Peterson · 12 years ago
  10. e262377 Issue #16416: OS data are now always encoded/decoded to/from by Victor Stinner · 12 years ago
  11. 2a0e226 recompile importlib.h by Benjamin Peterson · 12 years ago
  12. 2982455 merge 3.3 by Benjamin Peterson · 12 years ago
  13. debf64c missing letter by Benjamin Peterson · 12 years ago
  14. abaca8c Merge 3.3. by Stefan Krah · 12 years ago
  15. 6df5cae Issue #15835: Define PATH_MAX on HP-UX. by Stefan Krah · 12 years ago
  16. f7a8cf2 Merge 3.3: null merge by Victor Stinner · 12 years ago
  17. e667e98 Issue #16218, #16444: Backport improvment on tests for non-ASCII characters by Victor Stinner · 12 years ago
  18. f298565 Add a test for hashing of unaligned memory buffers (from issue #16427). by Antoine Pitrou · 12 years ago
  19. 37bfa4e Add a test for hashing of unaligned memory buffers (from issue #16427). by Antoine Pitrou · 12 years ago
  20. 05bc966 Merge heads by Antoine Pitrou · 12 years ago
  21. 1de1394 Merge heads by Antoine Pitrou · 12 years ago
  22. cc7715f Merge heads by Antoine Pitrou · 12 years ago
  23. 8983470 Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
  24. f6a50cf Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
  25. e11fecb Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
  26. 65ee6ec Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 12 years ago
  27. 859035d Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 12 years ago
  28. e27faac Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 12 years ago
  29. cba1497 Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  30. 6ff262e Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  31. 19e568d Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  32. c2c4cb6 Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  33. c8ac03d Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  34. 12489d9 Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  35. d4b645e Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  36. 6893732 Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  37. 3aee222 Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  38. 8d07c26 Raise our own SubprocessError rather than a RuntimeError in when dealing with by Gregory P. Smith · 12 years ago
  39. 82fdade Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
  40. 1f83866 Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
  41. f44c9da Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
  42. 099717b Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  43. 561cbc4 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  44. 3d8e776 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  45. dd0edae Fixes issue #14396: Handle the odd rare case of waitpid returning 0 by Gregory P. Smith · 12 years ago
  46. a450c5e null merge by Gregory P. Smith · 12 years ago
  47. 6f62b58 move note to the right section by Gregory P. Smith · 12 years ago
  48. f328d79 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 by Gregory P. Smith · 12 years ago
  49. 2ec8233 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 when by Gregory P. Smith · 12 years ago
  50. 0b83224 Fixes issue #9535: Fix pending signals that have been received but not by Gregory P. Smith · 12 years ago
  51. 34b1495 Fixes issue #9535: Fix pending signals that have been received but not by Gregory P. Smith · 12 years ago
  52. 9463e3a Fixes issue #9535: Fix pending signals that have been received but not by Gregory P. Smith · 12 years ago
  53. 9c40022 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  54. ec6dfcf Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  55. 7ee9555 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  56. 9ea64e3 Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
  57. dd1253a Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
  58. ee7889d Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
  59. 5fb7308 Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). by Antoine Pitrou · 12 years ago
  60. 73e9bd4 Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). by Antoine Pitrou · 12 years ago
  61. 5c89b4e Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.wrap_socket(). by Antoine Pitrou · 12 years ago
  62. 601c059 Fix test_urllib broken by my previous commits. The assumptions it was by Gregory P. Smith · 12 years ago
  63. 6d9388f Fix test_urllib broken by my previous commits. The assumptions it was by Gregory P. Smith · 12 years ago
  64. b8f09d3 Merge 3.3. by Stefan Krah · 12 years ago
  65. 6e46704 Accept Unicode legacy strings in the Decimal constructor. by Stefan Krah · 12 years ago
  66. b696610 Fixes issue #16409: The reporthook callback made by the legacy by Gregory P. Smith · 12 years ago
  67. 6b0bdab Fixes issue #16409: The reporthook callback made by the legacy by Gregory P. Smith · 12 years ago
  68. e2c574f Issue #16444: disable undecodable characters in test_non_ascii() test until by Victor Stinner · 12 years ago
  69. c8a6967 Issue #14794: slice.indices no longer returns OverflowError for out-of-range start, stop, step or length. by Mark Dickinson · 12 years ago
  70. ff3d515 Issue #16444, #16218: Use TESTFN_UNDECODABLE on UNIX by Victor Stinner · 12 years ago
  71. ef3971d Merge from 3.3: adjust set and frozenset function docs (issue #16436). by Chris Jerdonek · 12 years ago
  72. 296c2fd Merge from 3.2: adjust set and frozenset function docs (issue #16436). by Chris Jerdonek · 12 years ago
  73. df3abec Link set and frozenset function docs to their class definitions (issue #16436). by Chris Jerdonek · 12 years ago
  74. 86b3053 Merge from 3.3: improve FAQ link in documentation (for issue #16435). by Chris Jerdonek · 12 years ago
  75. fe08756 Merge from 3.2: improve FAQ link in documentation (for issue #16435). by Chris Jerdonek · 12 years ago
  76. 4ed4b1c Improve FAQ link in documentation (for issue #16435). by Chris Jerdonek · 12 years ago
  77. 90378b4 #13301: merge with 3.3. by Ezio Melotti · 12 years ago
  78. 956c6c2 #13301: merge with 3.2. by Ezio Melotti · 12 years ago
  79. 9bf379e #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  80. dc945e4 #16440: merge with 3.3. by Ezio Melotti · 12 years ago
  81. a3ad8a0 #16440: merge with 3.2. by Ezio Melotti · 12 years ago
  82. 8b6b176 #16440: fix exception type and clarify example. by Ezio Melotti · 12 years ago
  83. fba5dc1 Merge issue #16439: Fix markup in example for stdtypes. by Andrew Svetlov · 12 years ago
  84. 7cac2d8 Merge issue #16439: Fix markup in example for stdtypes. by Andrew Svetlov · 12 years ago
  85. 5c90436 Issue #16439: Fix markup in example for stdtypes. by Andrew Svetlov · 12 years ago
  86. 73b56c8 Merge issue #16435: Link in tutorial now points to python3 FAQ. by Andrew Svetlov · 12 years ago
  87. b5570e9 Merge issue #16435: Link in tutorial now points to python3 FAQ. by Andrew Svetlov · 12 years ago
  88. 0e9a065 Issue #16435: Link in tutorial now points to python3 FAQ. by Andrew Svetlov · 12 years ago
  89. 4cb103e Merge 3.3. by Stefan Krah · 12 years ago
  90. 0f82b76 Issue #16431: Finally, consider all permutations. by Stefan Krah · 12 years ago
  91. dee9043 #16433: merge with 3.3. by Ezio Melotti · 12 years ago
  92. 9cfa1ff #16433: merge with 3.2. by Ezio Melotti · 12 years ago
  93. 90eea97 #16433: fix docstring of assertNotEqual. by Ezio Melotti · 12 years ago
  94. 770a5bc #11481: merge with 3.3. by Ezio Melotti · 12 years ago
  95. b77dc4e #11481: merge with 3.2. by Ezio Melotti · 12 years ago
  96. 78b18d4 #11481: update copyreg docs and add example. by Ezio Melotti · 12 years ago
  97. 44dbd07 Merge heads. by Ezio Melotti · 12 years ago
  98. f62f3a4 #10385: merge with 3.3. by Ezio Melotti · 12 years ago
  99. 60e22b9 #10385: merge with 3.2. by Ezio Melotti · 12 years ago
  100. 402f75d #10385: use the mod role in subprocess docs. by Ezio Melotti · 12 years ago