1. de39454 merge 3.2 (#14334) by Benjamin Peterson · 12 years ago
  2. 16d84ac check to make sure the attribute is a string (#14334) by Benjamin Peterson · 12 years ago
  3. e60d2d9 merge by Raymond Hettinger · 12 years ago
  4. ec0e910 Improve the memory utilization (and speed) of functools.lru_cache(). by Raymond Hettinger · 12 years ago
  5. 209d70e closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 12 years ago
  6. be3f851 closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 12 years ago
  7. df2aecb - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in by Matthias Klose · 12 years ago
  8. ca2f6ec - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in by Matthias Klose · 12 years ago
  9. 3270d11 port from 3.2 - Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. closes issue11199 by Senthil Kumaran · 12 years ago
  10. 73277fe closes Issue #11199: Fix the with urllib which hangs on particular ftp urls. by Senthil Kumaran · 12 years ago
  11. 3b739b1 - Issue #14324: Fix configure tests for cross builds. by Matthias Klose · 12 years ago
  12. 93a0ef1 - Issue #14321: Do not run pgen during the build if files are up to date. by Matthias Klose · 12 years ago
  13. 3d7c878 Issue #14222: Use the new time.steady() function instead of time.time() for by Victor Stinner · 12 years ago
  14. 1a5e5de remove get_prefix and set_prefix (#13248) by Benjamin Peterson · 12 years ago
  15. 70c9c4d Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 12 years ago
  16. 373c740 Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 12 years ago
  17. 8e91cf6 Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 12 years ago
  18. b53da6e Merge from tip by Andrew Svetlov · 12 years ago
  19. 05bab93 Issue #14200: Idle shell crash on printing non-BMP unicode character. by Andrew Svetlov · 12 years ago
  20. b53319f #12818: remove escaping of () in quoted strings in formataddr by R David Murray · 12 years ago
  21. 8d8f110 #14062: fix BytesParser handling of Header objects by R David Murray · 12 years ago
  22. 9fd170e #14062: fix BytesParser handling of linesep for Header objects by R David Murray · 12 years ago
  23. 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 · 12 years ago
  24. e292283 Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 12 years ago
  25. 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 12 years ago
  26. e24f96a Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size by Senthil Kumaran · 12 years ago
  27. a2251aa Issue #989712: Support using Tk without a mainloop. by Andrew Svetlov · 12 years ago
  28. 21f5893 Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() by Victor Stinner · 12 years ago
  29. 910df32 #8315: add automatic unittest test discovery in test.test_email by R David Murray · 12 years ago
  30. eb945a9 Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. by Martin v. Löwis · 12 years ago
  31. ee381a0 Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. by Martin v. Löwis · 12 years ago
  32. df50ceb Issue #3835: Refuse to use unthreaded Tcl in threaded Python. by Martin v. Löwis · 12 years ago
  33. 5c3c424 Issue #2843: Add new Tk API to Tkinter. by Martin v. Löwis · 12 years ago
  34. 577c830 Issue #14184: merge by Ned Deily · 12 years ago
  35. 7ca97d5 Issue #14184: Increase the default stack size for secondary threads on by Ned Deily · 12 years ago
  36. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 12 years ago
  37. 5738e4f Merge by Michael Foord · 12 years ago
  38. e01c62c Fix unittest test discovery for Jython by Michael Foord · 12 years ago
  39. 2b695a4 Issue #1178863: Separate initialisation from setting when initializing by Martin v. Löwis · 12 years ago
  40. 7b3c975 closes #14259 re.finditer() now takes keyword arguments: pos, endpos. by Sean Reifschneider · 12 years ago
  41. cc50ba2 #14179: merge with 3.2. by Ezio Melotti · 12 years ago
  42. df723e1 #14179: add tests for re.compile. Patch by Florian Mladitsch. by Ezio Melotti · 12 years ago
  43. a8ec5ea Issue #14104: Implement time.monotonic() on Mac OS X, by Victor Stinner · 12 years ago
  44. 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 · 12 years ago
  45. 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 · 12 years ago
  46. 48d578c #13394: add more tests for the aifc module and use warnings.warn instead of print. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 12 years ago
  47. 17591c1 Head merge. by Łukasz Langa · 12 years ago
  48. f3078fb Fixes #13842: cannot pickle Ellipsis or NotImplemented. by Łukasz Langa · 12 years ago
  49. 7e0dbfb give the AST class a __dict__ by Benjamin Peterson · 12 years ago
  50. 851cad7 Make test_logging no longer fail if zlib not present. Closes #14256. Patch by Pedro Kroger. by Eric V. Smith · 12 years ago
  51. b69ef16 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 12 years ago
  52. 1f9a835 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 12 years ago
  53. 4c7c3c5 Close #14210: add command argument completion to pdb: complete file names, global/local variables, aliases by Georg Brandl · 12 years ago
  54. 8f40860 Close #14223: curses.addch() is no more limited to the range 0-255 when the by Victor Stinner · 12 years ago
  55. 9a63386 merge 3.2 (#3787e896dbe9) by Benjamin Peterson · 12 years ago
  56. dae9f83 this stuff will actually be new in 3.2.4 by Benjamin Peterson · 12 years ago
  57. 52c4243 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 12 years ago
  58. 099a78f make delegating generators say they running (closes #14220) by Benjamin Peterson · 12 years ago
  59. 33d21a2 merge 3.2 (#14212) by Benjamin Peterson · 12 years ago
  60. 1ae230a merge heads by Benjamin Peterson · 12 years ago
  61. e48944b keep the buffer object around while we're using it (closes #14212) by Benjamin Peterson · 12 years ago
  62. 2fa0cbc Remove buggy change for #13719 in packaging by Éric Araujo · 12 years ago
  63. a420c82 Backout buggy patch committed for #13719 by Éric Araujo · 12 years ago
  64. 198b291 Close #14205: dict lookup raises a RuntimeError if the dict is modified during by Victor Stinner · 12 years ago
  65. b2c7cca Move entry to right section. Mention minidom. by Martin v. Löwis · 12 years ago
  66. bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 12 years ago
  67. b8e280d Make packaging’ upload command work with bdist_msi products (#13719) by Éric Araujo · 12 years ago
  68. 6a59b70 Merge 3.2 by Éric Araujo · 12 years ago
  69. e413c06 Make distutils’ upload command work with bdist_msi products (#13719). by Éric Araujo · 12 years ago
  70. 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 · 12 years ago
  71. ab8f392 3.3.0a1 is done. by Georg Brandl · 12 years ago
  72. 67245a6 Issue #14168: Check for presence of _attrs before accessing it. by Martin v. Löwis · 12 years ago
  73. f1c4259 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 12 years ago
  74. 653f932 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 12 years ago
  75. 942f2dd Issue #14171: Add valgrind suppressions for OpenSSL issue. by Martin v. Löwis · 12 years ago
  76. 8d3c290 Issue #14166: Pickler objects now have an optional `dispatch_table` attribute which allows to set custom per-pickler reduction functions. by Antoine Pitrou · 12 years ago
  77. 6c8850d Bump to 3.3.0a1. by Georg Brandl · 12 years ago
  78. 0d3a003 - Issue #14177: marshal.loads() now raises TypeError when given an unicode by Antoine Pitrou · 12 years ago
  79. 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 12 years ago
  80. 135b6d8 Close #13550: Remove the debug machinery from the threading module: remove by Victor Stinner · 12 years ago
  81. b2677c7 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 12 years ago
  82. 679e9d3 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 12 years ago
  83. 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 · 12 years ago
  84. 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 · 12 years ago
  85. 049242b Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 12 years ago
  86. d311374 Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 12 years ago
  87. 40e0f35 Fix comparison bug with 'rc' versions in packaging.version (#11841). by Éric Araujo · 12 years ago
  88. 70d2717 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 12 years ago
  89. e965d97 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 12 years ago
  90. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 12 years ago
  91. 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 · 12 years ago
  92. 7d32e7e Port the #6884 fix to packaging by Éric Araujo · 12 years ago
  93. f716545 Merge from 3.2 by Éric Araujo · 12 years ago
  94. e7295a7 Add news entry for previous commit by Éric Araujo · 12 years ago
  95. c071a61 Merge 3.2 by Éric Araujo · 12 years ago
  96. 2e0a0e1 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 12 years ago
  97. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 12 years ago
  98. afe05bd Bump version to 3.2.3rc1. by Georg Brandl · 12 years ago
  99. 36a6558 version now 3.1.5rc1 by Benjamin Peterson · 12 years ago
  100. cf1c833 Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. by Antoine Pitrou · 12 years ago