1. 5439458 Issue #16215: Fix potential double memory free in str.replace(). by Antoine Pitrou · 12 years ago
  2. 6d5ad22 Issue #16215: Fix potential double memory free in str.replace(). by Antoine Pitrou · 12 years ago
  3. ffdb2c2 Issue #16451: Refactor to remove duplication between range and slice in slice index computations. by Mark Dickinson · 12 years ago
  4. c3afba1 Issue #14631: Add a new :class:`weakref.WeakMethod` to simulate weak references to bound methods. by Antoine Pitrou · 12 years ago
  5. 25bbe5e #16157: merge with 3.3. by Ezio Melotti · 12 years ago
  6. fa7aeec #16157: fix links in the whatsnew files. by Ezio Melotti · 12 years ago
  7. 658f352 #11981: remove duplicate line. Patch by Johan Euphrosine. by Ezio Melotti · 12 years ago
  8. e0321f4 #16420: merge with 3.3. by Ezio Melotti · 12 years ago
  9. 9c594af #16420: merge with 3.2. by Ezio Melotti · 12 years ago
  10. a39a22d #16420: document a way to escape metacharacters in glob/fnmatch. by Ezio Melotti · 12 years ago
  11. 10f1981 Merge fix for #16489 from 3.3 by Brett Cannon · 12 years ago
  12. 56b4ca7 Issue #16489: Make it clearer that importlib.find_loader() requires by Brett Cannon · 12 years ago
  13. ac6ca3d Merge updates about dir() with 3.3. by Ezio Melotti · 12 years ago
  14. 4a42ec5 Merge updates about dir() with 3.2. by Ezio Melotti · 12 years ago
  15. 52e8550 Update section about dir() in the tutorial. by Ezio Melotti · 12 years ago
  16. 2264825 Merge rephrasing with 3.3. by Ezio Melotti · 12 years ago
  17. 0bbfae3 Merge rephrasing with 3.2. by Ezio Melotti · 12 years ago
  18. 89b03b0 Rephrase a sentence in the set and dict comprehensions tutorial page. by Ezio Melotti · 12 years ago
  19. a4e3703 MERGE: Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz. by Jesus Cea · 12 years ago
  20. fc1a636 MERGE: Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz. by Jesus Cea · 12 years ago
  21. e4b86398 Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz. by Jesus Cea · 12 years ago
  22. 9d2e7e0 #16478: merge with 3.3. by Ezio Melotti · 12 years ago
  23. eb24b44 #16478: merge with 3.2. by Ezio Melotti · 12 years ago
  24. 103f17e #16478: use floor division in tabnanny and fix a ResourceWarning. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  25. e4710cf Issue #15894: Document why we don't worry about re-acquiring the by Brett Cannon · 12 years ago
  26. 1e1e8aa Add NEWS entries for the removal of Misc/Vim and Misc/TextMate. by Brett Cannon · 12 years ago
  27. 0676caf merge by Brett Cannon · 12 years ago
  28. 27b6793 Remove the TextMate bundle. by Brett Cannon · 12 years ago
  29. 873f73a Remove the Vim syntax files. by Brett Cannon · 12 years ago
  30. 73726aa Issue #16469: Fraction(float('nan')) and Fraction(float('inf')) now raise ValueError and OverflowError (resp.), not TypeError. by Mark Dickinson · 12 years ago
  31. 8f7c4b8 Issue #16481: Merge by Richard Oudkerk · 12 years ago
  32. 021f4c2 Issue #16481: multiprocessing no longer leaks process handles on Windows. by Richard Oudkerk · 12 years ago
  33. 9bd7f22 Merge heads by Andrew Svetlov · 12 years ago
  34. 993fd9f Merge issue #16144: Fix misleading sentence in reference/import. by Andrew Svetlov · 12 years ago
  35. e2cf03e Issue #16144: Fix misleading sentence in reference/import. by Andrew Svetlov · 12 years ago
  36. 8d27023 Allow configuration of handler properties. by Vinay Sajip · 12 years ago
  37. 8f2b6ad merge 3.3 by Philip Jenvey · 12 years ago
  38. 21c95eb merge 3.2 by Philip Jenvey · 12 years ago
  39. b37ac8e don't gc_collect on CPython to guarantee a lack of ref cycles (thanks Antoine) by Philip Jenvey · 12 years ago
  40. cc13431 Fix a typo by Brett Cannon · 12 years ago
  41. 5aa1dd5f Merge from 3.3: update the PyPI docs regarding listing versions (issue #16400). by Chris Jerdonek · 12 years ago
  42. 251269c Merge from 3.2: update the PyPI docs regarding listing versions (issue #16400). by Chris Jerdonek · 12 years ago
  43. 6f7e81a merge by Brett Cannon · 12 years ago
  44. cd8efa3 Clean up the messages used by some tests. by Brett Cannon · 12 years ago
  45. 8c5ec0a Clean up test_sundry and have it error out when a module has grown proper tests. by Brett Cannon · 12 years ago
  46. f9e49ea Update the description of which package versions PyPI displays (issue #16400). by Chris Jerdonek · 12 years ago
  47. 613cf25 Use importlib instead of calling __import__ directly. by Brett Cannon · 12 years ago
  48. d20fb82 Issue #16290: __complex__ must now always return an instance of complex. by Mark Dickinson · 12 years ago
  49. 2eb2f5e Closes #16378: Merged docstring changes from 3.3. by Vinay Sajip · 12 years ago
  50. 87ed599 Issue #16378: Updated docstrings to reflect the defaults present in the code. by Vinay Sajip · 12 years ago
  51. 3354327 Fix whitespace. by Antoine Pitrou · 12 years ago
  52. b5b3714 Issue #12428: Add a pure Python implementation of functools.partial(). by Antoine Pitrou · 12 years ago
  53. 65a35dc merge 3.3 by Philip Jenvey · 12 years ago
  54. 000bd42 merge 3.2 by Philip Jenvey · 12 years ago
  55. 3acc7ef add gc_collects to weakref tests by Philip Jenvey · 12 years ago
  56. ee36c24 Issue #15478: os.lchflags() is not always available when os.chflags() is available by Victor Stinner · 12 years ago
  57. 5ff1675 Issue #16416: Fix Misc/NEWS entry, mention Mac OS X by Victor Stinner · 12 years ago
  58. 0d92c4f Issue #16416: Fix error handling in _Py_wchar2char() _Py_char2wchar() functions by Victor Stinner · 12 years ago
  59. fc93ec5 merge heads by Benjamin Peterson · 12 years ago
  60. c7a8a21 merge 3.3 (sort of) by Benjamin Peterson · 12 years ago
  61. e262377 Issue #16416: OS data are now always encoded/decoded to/from by Victor Stinner · 12 years ago
  62. 2a0e226 recompile importlib.h by Benjamin Peterson · 12 years ago
  63. 2982455 merge 3.3 by Benjamin Peterson · 12 years ago
  64. debf64c missing letter by Benjamin Peterson · 12 years ago
  65. abaca8c Merge 3.3. by Stefan Krah · 12 years ago
  66. 6df5cae Issue #15835: Define PATH_MAX on HP-UX. by Stefan Krah · 12 years ago
  67. f7a8cf2 Merge 3.3: null merge by Victor Stinner · 12 years ago
  68. e667e98 Issue #16218, #16444: Backport improvment on tests for non-ASCII characters by Victor Stinner · 12 years ago
  69. f298565 Add a test for hashing of unaligned memory buffers (from issue #16427). by Antoine Pitrou · 12 years ago
  70. 37bfa4e Add a test for hashing of unaligned memory buffers (from issue #16427). by Antoine Pitrou · 12 years ago
  71. 05bc966 Merge heads by Antoine Pitrou · 12 years ago
  72. 1de1394 Merge heads by Antoine Pitrou · 12 years ago
  73. cc7715f Merge heads by Antoine Pitrou · 12 years ago
  74. 8983470 Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
  75. f6a50cf Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
  76. e11fecb Issue #16453: Fix equality testing of dead weakref objects. by Antoine Pitrou · 12 years ago
  77. 65ee6ec Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 12 years ago
  78. 859035d Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 12 years ago
  79. e27faac Refactor test_preexec_errpipe to not create an uncollectable reference cycle. by Gregory P. Smith · 12 years ago
  80. cba1497 Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  81. 6ff262e Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  82. 19e568d Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  83. c2c4cb6 Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  84. c8ac03d Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  85. 12489d9 Fixes issue #16140: The subprocess module no longer double closes its by Gregory P. Smith · 12 years ago
  86. d4b645e Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  87. 6893732 Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  88. 3aee222 Remove the subprocess "bad exception data" warning (formerly a print!) by Gregory P. Smith · 12 years ago
  89. 8d07c26 Raise our own SubprocessError rather than a RuntimeError in when dealing with by Gregory P. Smith · 12 years ago
  90. 82fdade Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
  91. 1f83866 Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
  92. f44c9da Rename a local variable for readability and change a "this can't by Gregory P. Smith · 12 years ago
  93. 099717b Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  94. 561cbc4 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  95. 3d8e776 Fixes issue #16327: The subprocess module no longer leaks file descriptors by Gregory P. Smith · 12 years ago
  96. dd0edae Fixes issue #14396: Handle the odd rare case of waitpid returning 0 by Gregory P. Smith · 12 years ago
  97. a450c5e null merge by Gregory P. Smith · 12 years ago
  98. 6f62b58 move note to the right section by Gregory P. Smith · 12 years ago
  99. f328d79 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 by Gregory P. Smith · 12 years ago
  100. 2ec8233 Fixes issue #14396: Handle the odd rare case of waitpid returning 0 when by Gregory P. Smith · 12 years ago