1. 1a5e5de remove get_prefix and set_prefix (#13248) by Benjamin Peterson · 13 years ago
  2. 70c9c4d Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 13 years ago
  3. 373c740 Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 13 years ago
  4. 8e91cf6 Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 13 years ago
  5. b53da6e Merge from tip by Andrew Svetlov · 13 years ago
  6. 05bab93 Issue #14200: Idle shell crash on printing non-BMP unicode character. by Andrew Svetlov · 13 years ago
  7. b53319f #12818: remove escaping of () in quoted strings in formataddr by R David Murray · 13 years ago
  8. 8d8f110 #14062: fix BytesParser handling of Header objects by R David Murray · 13 years ago
  9. 9fd170e #14062: fix BytesParser handling of linesep for Header objects by R David Murray · 13 years ago
  10. 9d8c186 Issue #13839: When invoked on the command-line, the pstats module now accepts several filenames of profile stat files and merges them all. by Antoine Pitrou · 13 years ago
  11. e292283 Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 13 years ago
  12. 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 13 years ago
  13. e24f96a Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size by Senthil Kumaran · 13 years ago
  14. a2251aa Issue #989712: Support using Tk without a mainloop. by Andrew Svetlov · 13 years ago
  15. 21f5893 Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() by Victor Stinner · 13 years ago
  16. 910df32 #8315: add automatic unittest test discovery in test.test_email by R David Murray · 13 years ago
  17. eb945a9 Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. by Martin v. Löwis · 13 years ago
  18. ee381a0 Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. by Martin v. Löwis · 13 years ago
  19. df50ceb Issue #3835: Refuse to use unthreaded Tcl in threaded Python. by Martin v. Löwis · 13 years ago
  20. 5c3c424 Issue #2843: Add new Tk API to Tkinter. by Martin v. Löwis · 13 years ago
  21. 577c830 Issue #14184: merge by Ned Deily · 13 years ago
  22. 7ca97d5 Issue #14184: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  23. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 13 years ago
  24. 5738e4f Merge by Michael Foord · 13 years ago
  25. e01c62c Fix unittest test discovery for Jython by Michael Foord · 13 years ago
  26. 2b695a4 Issue #1178863: Separate initialisation from setting when initializing by Martin v. Löwis · 13 years ago
  27. 7b3c975 closes #14259 re.finditer() now takes keyword arguments: pos, endpos. by Sean Reifschneider · 13 years ago
  28. cc50ba2 #14179: merge with 3.2. by Ezio Melotti · 13 years ago
  29. df723e1 #14179: add tests for re.compile. Patch by Florian Mladitsch. by Ezio Melotti · 13 years ago
  30. a8ec5ea Issue #14104: Implement time.monotonic() on Mac OS X, by Victor Stinner · 13 years ago
  31. 97722c4 str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450. Patch by Akira Li. by Eric V. Smith · 13 years ago
  32. edbb6ca str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450. by Eric V. Smith · 13 years ago
  33. 48d578c #13394: add more tests for the aifc module and use warnings.warn instead of print. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 13 years ago
  34. 17591c1 Head merge. by Łukasz Langa · 13 years ago
  35. f3078fb Fixes #13842: cannot pickle Ellipsis or NotImplemented. by Łukasz Langa · 13 years ago
  36. 7e0dbfb give the AST class a __dict__ by Benjamin Peterson · 13 years ago
  37. 851cad7 Make test_logging no longer fail if zlib not present. Closes #14256. Patch by Pedro Kroger. by Eric V. Smith · 13 years ago
  38. b69ef16 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 13 years ago
  39. 1f9a835 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 13 years ago
  40. 4c7c3c5 Close #14210: add command argument completion to pdb: complete file names, global/local variables, aliases by Georg Brandl · 13 years ago
  41. 8f40860 Close #14223: curses.addch() is no more limited to the range 0-255 when the by Victor Stinner · 13 years ago
  42. 9a63386 merge 3.2 (#3787e896dbe9) by Benjamin Peterson · 13 years ago
  43. dae9f83 this stuff will actually be new in 3.2.4 by Benjamin Peterson · 13 years ago
  44. 52c4243 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 13 years ago
  45. 099a78f make delegating generators say they running (closes #14220) by Benjamin Peterson · 13 years ago
  46. 33d21a2 merge 3.2 (#14212) by Benjamin Peterson · 13 years ago
  47. 1ae230a merge heads by Benjamin Peterson · 13 years ago
  48. e48944b keep the buffer object around while we're using it (closes #14212) by Benjamin Peterson · 13 years ago
  49. 2fa0cbc Remove buggy change for #13719 in packaging by Éric Araujo · 13 years ago
  50. a420c82 Backout buggy patch committed for #13719 by Éric Araujo · 13 years ago
  51. 198b291 Close #14205: dict lookup raises a RuntimeError if the dict is modified during by Victor Stinner · 13 years ago
  52. b2c7cca Move entry to right section. Mention minidom. by Martin v. Löwis · 13 years ago
  53. bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 13 years ago
  54. b8e280d Make packaging’ upload command work with bdist_msi products (#13719) by Éric Araujo · 13 years ago
  55. 6a59b70 Merge 3.2 by Éric Araujo · 13 years ago
  56. e413c06 Make distutils’ upload command work with bdist_msi products (#13719). by Éric Araujo · 13 years ago
  57. 75b5e7e Issue #14007: accept incomplete TreeBuilder objects (missing start/end/data/close) for the Python implementation as well. Add disabled tests for the doctype() method. by Florent Xicluna · 13 years ago
  58. ab8f392 3.3.0a1 is done. by Georg Brandl · 13 years ago
  59. 67245a6 Issue #14168: Check for presence of _attrs before accessing it. by Martin v. Löwis · 13 years ago
  60. f1c4259 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 13 years ago
  61. 653f932 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 13 years ago
  62. 942f2dd Issue #14171: Add valgrind suppressions for OpenSSL issue. by Martin v. Löwis · 13 years ago
  63. 8d3c290 Issue #14166: Pickler objects now have an optional `dispatch_table` attribute which allows to set custom per-pickler reduction functions. by Antoine Pitrou · 13 years ago
  64. 6c8850d Bump to 3.3.0a1. by Georg Brandl · 13 years ago
  65. 0d3a003 - Issue #14177: marshal.loads() now raises TypeError when given an unicode by Antoine Pitrou · 13 years ago
  66. 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 13 years ago
  67. 135b6d8 Close #13550: Remove the debug machinery from the threading module: remove by Victor Stinner · 13 years ago
  68. b2677c7 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 13 years ago
  69. 679e9d3 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 13 years ago
  70. 0836baa Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. by Antoine Pitrou · 13 years ago
  71. bbe2f60 Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. by Antoine Pitrou · 13 years ago
  72. 049242b Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 13 years ago
  73. d311374 Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 13 years ago
  74. 40e0f35 Fix comparison bug with 'rc' versions in packaging.version (#11841). by Éric Araujo · 13 years ago
  75. 70d2717 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 13 years ago
  76. e965d97 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 13 years ago
  77. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 13 years ago
  78. cda6b6d #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearray.split may now be passed as keyword arguments. by Ezio Melotti · 13 years ago
  79. 7d32e7e Port the #6884 fix to packaging by Éric Araujo · 13 years ago
  80. f716545 Merge from 3.2 by Éric Araujo · 13 years ago
  81. e7295a7 Add news entry for previous commit by Éric Araujo · 13 years ago
  82. c071a61 Merge 3.2 by Éric Araujo · 13 years ago
  83. 2e0a0e1 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 13 years ago
  84. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 13 years ago
  85. afe05bd Bump version to 3.2.3rc1. by Georg Brandl · 13 years ago
  86. 36a6558 version now 3.1.5rc1 by Benjamin Peterson · 13 years ago
  87. cf1c833 Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. by Antoine Pitrou · 13 years ago
  88. 4f22a8d Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. by Antoine Pitrou · 13 years ago
  89. 6721149 Merge: #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 13 years ago
  90. 9f64f73 Issue #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 13 years ago
  91. 7ef825f merge with 3.2 by Georg Brandl · 13 years ago
  92. c9a4207 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 13 years ago
  93. c9f54cf enable hash randomization by default by Benjamin Peterson · 13 years ago
  94. dc4170c merge 2.6 by Martin v. Löwis · 13 years ago
  95. dbd3f61 Issue #6807: Run msisupport.mak earlier. by Martin v. Löwis · 13 years ago
  96. f9caee9 merge 3.2 by Martin v. Löwis · 13 years ago
  97. 26bb3cf Issue #10580: Minor grammar change in Windows installer. by Martin v. Löwis · 13 years ago
  98. 8b24506 Merge branch '3.2' by Petri Lehtinen · 13 years ago
  99. 4fe85ab sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
  100. 307da2b Merge the HTMLParser fix with 3.2. by Ezio Melotti · 13 years ago