- d4bb972 Issue #14435: Add Misc/NEWS and Misc/ACKS by Kristján Valur Jónsson · 13 years ago
- 78a0f20 Merge from 3.2 by Andrew Svetlov · 13 years ago
- f3c2976 update NEWS as Terry Reedy proposed by Andrew Svetlov · 13 years ago
- d3cebd7 Merge with 3.2 by Andrew Svetlov · 13 years ago
- 8640743 Issue #14442: Add missing errno import in test_smtplib. by Ross Lagerwall · 13 years ago
- 67ac079 Issue #14409: IDLE doesn't not execute commands from shell with default keybinding for <Return>. by Andrew Svetlov · 13 years ago
- eac0939 #14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog. by R David Murray · 13 years ago
- 1641bb7 Fix typo by Éric Araujo · 13 years ago
- d543f2b IDLE can be launched as python -m ildelib by Andrew Svetlov · 13 years ago
- 313f85f unittest.mock.MagicMock objects are now unorderable by default by Michael Foord · 13 years ago
- 60187b5 Issue #7652: Enable linking of _decimal.so against an installed libmpdec. by Stefan Krah · 13 years ago
- 8680bcc #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode by R David Murray · 13 years ago
- f4ce114 fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect. by Giampaolo Rodola' · 13 years ago
- 4a65b0a issue 10340 - forgot to update Misc/NEWS by Giampaolo Rodola' · 13 years ago
- d0acb41 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 13 years ago
- 0197ff9 Issue #14387: Do not include accu.h from Python.h. by Antoine Pitrou · 13 years ago
- 98ba753 merge 3.2 (#14378) by Benjamin Peterson · 13 years ago
- a4e4e35 check by equality for __future__ not identity (closes #14378) by Benjamin Peterson · 13 years ago
- 96ad261 Fix typo. by Georg Brandl · 13 years ago
- d5d17eb Issue #14204: The ssl module now has support for the Next Protocol Negotiation extension, if available in the underlying OpenSSL library. by Antoine Pitrou · 13 years ago
- a966c6f Issue #3035: Unused functions from tkinter are marked as pending peprecated. by Andrew Svetlov · 13 years ago
- 1da08e7 Merge #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v by R David Murray · 13 years ago
- e112153 #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v by R David Murray · 13 years ago
- 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 13 years ago
- 206d2a4 Merge from 3.2 for issue #3573, fix Misc/NEWS as Ned Deily guess. by Andrew Svetlov · 13 years ago
- 0f71f44 #3573: idle now doesn't hungs if launched as: idle -e <directory> by Andrew Svetlov · 13 years ago
- 6b6e437 #3573: idle now doesn't hungs if launched as: idle -e <directory> by Andrew Svetlov · 13 years ago
- 669b755 #14269: smtpd now conforms to the RFC and requires HELO before MAIL. by R David Murray · 13 years ago
- 7941736 Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. by Giampaolo Rodola' · 13 years ago
- 2a88641 Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. by Giampaolo Rodola' · 13 years ago
- 6d3a575 Merge with 3.2 for #14359. by Ross Lagerwall · 13 years ago
- 71faefc Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined. by Ross Lagerwall · 13 years ago
- c809f98 Fixes Issue #14331: Use significantly less stack space when importing modules by by Gregory P. Smith · 13 years ago
- 3187749 Merge 3.2.3rc2 from release clone. by Georg Brandl · 13 years ago
- 1eb0f9d Post-release updates for 3.2.3rc2. by Georg Brandl · 13 years ago
- 226af70 Bump to 3.2.3rc2. by Georg Brandl · 13 years ago
- bd53809 #14344: fixed the repr of email.policy objects. by R David Murray · 13 years ago
- 5ab8817 Move MANIFEST parsing change to the right position. by Georg Brandl · 13 years ago
- d845450 merge heads by Benjamin Peterson · 13 years ago
- 96384b9 make extra arguments to object.__init__/__new__ to errors in most cases (finishes #1683368) by Benjamin Peterson · 13 years ago
- 970952b Merge #11686: news entry. by R David Murray · 13 years ago
- eebe111 #11686: news entry. by R David Murray · 13 years ago
- 846fd30 Issue #14335: multiprocessing's custom Pickler subclass now inherits from the C-accelerated implementation. by Antoine Pitrou · 13 years ago
- de39454 merge 3.2 (#14334) by Benjamin Peterson · 13 years ago
- 16d84ac check to make sure the attribute is a string (#14334) by Benjamin Peterson · 13 years ago
- e60d2d9 merge by Raymond Hettinger · 13 years ago
- ec0e910 Improve the memory utilization (and speed) of functools.lru_cache(). by Raymond Hettinger · 13 years ago
- 209d70e closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 13 years ago
- be3f851 closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 13 years ago
- df2aecb - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in by Matthias Klose · 13 years ago
- ca2f6ec - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in by Matthias Klose · 13 years ago
- 3270d11 port from 3.2 - Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. closes issue11199 by Senthil Kumaran · 13 years ago
- 73277fe closes Issue #11199: Fix the with urllib which hangs on particular ftp urls. by Senthil Kumaran · 13 years ago
- 3b739b1 - Issue #14324: Fix configure tests for cross builds. by Matthias Klose · 13 years ago
- 93a0ef1 - Issue #14321: Do not run pgen during the build if files are up to date. by Matthias Klose · 13 years ago
- a5d729a Transplant from main repo d6c197edd99b: Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Georg Brandl · 13 years ago
- 3d7c878 Issue #14222: Use the new time.steady() function instead of time.time() for by Victor Stinner · 13 years ago
- 1a5e5de remove get_prefix and set_prefix (#13248) by Benjamin Peterson · 13 years ago
- 70c9c4d Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 13 years ago
- 373c740 Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 13 years ago
- 8e91cf6 Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 13 years ago
- b53da6e Merge from tip by Andrew Svetlov · 13 years ago
- 05bab93 Issue #14200: Idle shell crash on printing non-BMP unicode character. by Andrew Svetlov · 13 years ago
- b53319f #12818: remove escaping of () in quoted strings in formataddr by R David Murray · 13 years ago
- 8d8f110 #14062: fix BytesParser handling of Header objects by R David Murray · 13 years ago
- 9fd170e #14062: fix BytesParser handling of linesep for Header objects by R David Murray · 13 years ago
- 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
- e292283 Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 13 years ago
- 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 13 years ago
- a2251aa Issue #989712: Support using Tk without a mainloop. by Andrew Svetlov · 13 years ago
- 21f5893 Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() by Victor Stinner · 13 years ago
- 910df32 #8315: add automatic unittest test discovery in test.test_email by R David Murray · 13 years ago
- eb945a9 Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. by Martin v. Löwis · 13 years ago
- ee381a0 Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. by Martin v. Löwis · 13 years ago
- df50ceb Issue #3835: Refuse to use unthreaded Tcl in threaded Python. by Martin v. Löwis · 13 years ago
- 5c3c424 Issue #2843: Add new Tk API to Tkinter. by Martin v. Löwis · 13 years ago
- 577c830 Issue #14184: merge by Ned Deily · 13 years ago
- 7ca97d5 Issue #14184: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
- 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 13 years ago
- 5738e4f Merge by Michael Foord · 13 years ago
- e01c62c Fix unittest test discovery for Jython by Michael Foord · 13 years ago
- 2b695a4 Issue #1178863: Separate initialisation from setting when initializing by Martin v. Löwis · 13 years ago
- 7b3c975 closes #14259 re.finditer() now takes keyword arguments: pos, endpos. by Sean Reifschneider · 13 years ago
- a8ec5ea Issue #14104: Implement time.monotonic() on Mac OS X, by Victor Stinner · 13 years ago
- 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
- 7e0dbfb give the AST class a __dict__ by Benjamin Peterson · 13 years ago
- 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
- 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
- 4c7c3c5 Close #14210: add command argument completion to pdb: complete file names, global/local variables, aliases by Georg Brandl · 13 years ago
- 8f40860 Close #14223: curses.addch() is no more limited to the range 0-255 when the by Victor Stinner · 13 years ago
- 9a63386 merge 3.2 (#3787e896dbe9) by Benjamin Peterson · 13 years ago
- dae9f83 this stuff will actually be new in 3.2.4 by Benjamin Peterson · 13 years ago
- 52c4243 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 13 years ago
- 099a78f make delegating generators say they running (closes #14220) by Benjamin Peterson · 13 years ago
- 33d21a2 merge 3.2 (#14212) by Benjamin Peterson · 13 years ago
- 1ae230a merge heads by Benjamin Peterson · 13 years ago
- e48944b keep the buffer object around while we're using it (closes #14212) by Benjamin Peterson · 13 years ago
- 2fa0cbc Remove buggy change for #13719 in packaging by Éric Araujo · 13 years ago
- a420c82 Backout buggy patch committed for #13719 by Éric Araujo · 13 years ago
- 198b291 Close #14205: dict lookup raises a RuntimeError if the dict is modified during by Victor Stinner · 13 years ago