- e796b9e Drop pydocgui.pyw from the distribution. by Martin v. Löwis · 10 years ago
- 2ec22ab Added tag v3.4.2rc1 for changeset 8711a0951384 by Larry Hastings · 10 years ago
- 03776e3 Bump version number for 3.4.2rc1 release. by Larry Hastings · 10 years ago
- 43a4f70 Updated pydoc topics for 3.4.1rc1 release. by Larry Hastings · 10 years ago
- 3f40c40 Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3. by Georg Brandl · 10 years ago
- 8a97896 #21091: make is_attachment a method. by R David Murray · 10 years ago
- 97dfad7 #21079: is_attachment now looks only at the value, ignoring parameters. by R David Murray · 10 years ago
- 9833fcb use patch context manager instead of decorator because the decorator 'leaks' metadata onto the function by Benjamin Peterson · 10 years ago
- 96756b6 Issue #22247: Add NNTPError to nntplib.__all__. by Berker Peksag · 10 years ago
- fc4ead2 Issue #15661: Update OS X installer welcome and readme files for 3.4.2. by Ned Deily · 10 years ago
- b6e1778 Update Idle's online doc url. by Terry Jan Reedy · 10 years ago
- 81b062f Issue #22420: Avoid 'write to None' crashes by using print instead. by Terry Jan Reedy · 10 years ago
- cbfaa7b standardize pep 466 relnote style by Benjamin Peterson · 10 years ago
- 49d77fd remove extra letter by Benjamin Peterson · 10 years ago
- ce30237 whatsnew for pep 466 ssl backport by Benjamin Peterson · 10 years ago
- 2f1cd8a Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName(). by Vinay Sajip · 10 years ago
- 15e4833 Issue #16827: Make Interpreter introduction section of the tutorial more by Senthil Kumaran · 10 years ago
- 2d510e3 Issue #14824: Update Repr.repr_TYPE documentation to use correct name mangling implementation. by Berker Peksag · 10 years ago
- cb0a006 Issue #4180: The warnings registries are now reset when the filters are modified. by Antoine Pitrou · 10 years ago
- 1b38bc6 asyncio, Tulip issue 206: In debug mode, keep the callback in the by Victor Stinner · 10 years ago
- 86c9e18 Merge from 3.3 by Senthil Kumaran · 10 years ago
- e025b52 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 10 years ago
- aa72b1b Merge from 3.3 by Senthil Kumaran · 10 years ago
- 2a42a0b Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. by Senthil Kumaran · 10 years ago
- f75805e Issue21738: clarify usage of __new__ in Enum subclasses by Ethan Furman · 10 years ago
- 0081f23 consistently use _name_ and _value_; patch from Kiss Gyorgy by Ethan Furman · 10 years ago
- bc2c4c9 Replace bad ftp URLs in test_urllib2net by Antoine Pitrou · 10 years ago
- 637e454 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
- 7d0b8f9 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
- 8fad167 Issue #22166: clear codec caches in test_codecs by Nick Coghlan · 10 years ago
- b85a976 Restored re pickling test. by Serhiy Storchaka · 10 years ago
- ad24d62 Issue #17095: Temporarily revert getpath.c change that added the Modules by Ned Deily · 10 years ago
- 9502487 Issue #22384: An exception in Tkinter callback no longer crashes the program by Serhiy Storchaka · 10 years ago
- d9cf65f Use more appropriate asserts in re tests. by Serhiy Storchaka · 10 years ago
- a25875c Fixed re tests incorrectly ported from 2.x to 3.x. by Serhiy Storchaka · 10 years ago
- 152dfd1 Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X. by Ned Deily · 10 years ago
- 7c8b89e make hg link secure by Benjamin Peterson · 10 years ago
- d1d4fbf Issue #22386: fixed regression. by Vinay Sajip · 10 years ago
- 42d67af Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 10 years ago
- abf68ce Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 10 years ago
- 0794088 Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. by Serhiy Storchaka · 10 years ago
- 31a3ec3 Issue #22338: Fix a crash in the json module on memory allocation failure. by Victor Stinner · 10 years ago
- 6d46dff y2k compliance, lol (closes #22380) by Benjamin Peterson · 10 years ago
- 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
- 964feab Issue #22284: Update decimal.__all__ by Stefan Krah · 10 years ago
- df0eb95 remove various dead version checks (closes #22349) by Benjamin Peterson · 10 years ago
- 8f0a1d0 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 10 years ago
- c70386e Issue #22131: Fixed a bug in handling an error occured during reading from by Serhiy Storchaka · 10 years ago
- f54c350 Issue #19524: Fixed resource leak in the HTTP connection when an invalid by Serhiy Storchaka · 10 years ago
- 1d52096 Issue #22295: Adopt 'python -m pip' as the preferred invocation by Nick Coghlan · 10 years ago
- af117ed Issue #22346: also include asyncio PEP 411 notice in 3.4 by Nick Coghlan · 10 years ago
- 1ff32a9 Keep Mac/build-installer.py in sync across branches (affects 2.7 only). by Ned Deily · 10 years ago
- 848c8b2 Issue #20643: Removed unneeded (and wrong) class directives. by Serhiy Storchaka · 10 years ago
- 607cb9c Issue #22221: Add tests for compile() with source encoding cookie. by Serhiy Storchaka · 10 years ago
- d43ffc9 Issue #21933: Make Control-Mousewhell only change font size and not also scroll. by Terry Jan Reedy · 10 years ago
- be74668d NEWS items for Idle. by Terry Jan Reedy · 10 years ago
- 67fe046 NEWS items for turtledemo. by Terry Jan Reedy · 10 years ago
- 7034914 Issue #22051: remove unneeded reload that allowed bad code. by Terry Jan Reedy · 10 years ago
- 88b215e Issue #21440: test_zipfile: replace last direct calls to os.remove() with by Victor Stinner · 10 years ago
- 57004c6 Issue #21440: Backport changeset 4ebf97299b18 to branch 3.4, use by Victor Stinner · 10 years ago
- 19c899c Issue #20957: test_smtpnet now uses support.transient_internet() to call by Victor Stinner · 10 years ago
- 2bb8a08 Issue #22332: test_multiprocessing_main_handling is now skipped if sem_open by Victor Stinner · 10 years ago
- 6ab7286 Issue #22331: Skip test_interrupted_write_text() on FreeBSD older than 8.0 by Victor Stinner · 10 years ago
- c6a1c02 Issue #21933: Users can now change the font size for example code. by Terry Jan Reedy · 10 years ago
- 282124b Closes #22258: Fix the the internal function set_inheritable() on Illumos. by Victor Stinner · 10 years ago
- a42ad6b Remove unused imports. by Berker Peksag · 10 years ago
- a7614d0 Issue #19447: Suppress output of py_compile.compile(). by Berker Peksag · 10 years ago
- 29020b1 Issue #22320: Fix broken link in the General Python FAQ. by Ned Deily · 10 years ago
- 311321e #22315: Use advertised API for OSError by Jason R. Coombs · 10 years ago
- d28c5f0 #22315: Use an existent directory for 'src' to trigger appropriate behavior. by Jason R. Coombs · 10 years ago
- 47f44c9 #22315: Provide an actual directory during test invocation. by Jason R. Coombs · 10 years ago
- e572ce3 #22315: Use technique outlined in test_file_util by Jason R. Coombs · 10 years ago
- 4b02e70 #22315: Add test to capture the failure. by Jason R. Coombs · 10 years ago
- 1be2e82 Correct indent by Jason R. Coombs · 10 years ago
- b4efbe8 Remove unused import by Jason R. Coombs · 10 years ago
- d5aeccf9 asyncio, Tulip issue 205: Fix a race condition in BaseSelectorEventLoop.sock_connect() by Victor Stinner · 10 years ago
- 41f3c3f Closes #22275: asyncio: enhance documentation of OS support by Victor Stinner · 10 years ago
- e218bcb getuid() returns real process id not effective (closes #22307) by Benjamin Peterson · 10 years ago
- 0cff49f #22215: have the smtplib 'quit' command reset the state. by R David Murray · 10 years ago
- a64b92e Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() caused by mutation of the waiters queue without holding the lock. by Antoine Pitrou · 10 years ago
- 6685883 Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_util.move_file. by Berker Peksag · 10 years ago
- 59e0802 asyncio, Tulip issue 201: Fix a race condition in wait_for() by Victor Stinner · 10 years ago
- feac398 The webbrowser module now uses subprocess's start_new_session=True rather by Gregory P. Smith · 10 years ago
- 2ced87f Issue #22065: Remove the now unsed configGUI menu parameter and arguments. by Terry Jan Reedy · 10 years ago
- 8450c53 Issue #22065: Menus, unlike Menubottons, do not have a state option. by Terry Jan Reedy · 10 years ago
- cf26115 Introduce and check for MPD_VERSION_HEX for precise management of builds by Stefan Krah · 10 years ago
- 298131a Issue #22090: Fix '%' formatting for infinities and NaNs. by Stefan Krah · 10 years ago
- d84fd73 Issue #22063: Fix asyncio documentation of socket and pipe operations regarding by Victor Stinner · 10 years ago
- 52bb949 asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method by Victor Stinner · 10 years ago
- b261475 asyncio: sync with Tulip by Victor Stinner · 10 years ago
- d71dcbb asyncio: update the doc by Victor Stinner · 10 years ago
- 8e16351 allow test to work on implementations not using ref-counting (closes #22265) by Benjamin Peterson · 10 years ago
- 18bb702 fix some test_weakref tests to not rely on ref-counting (closes #22267) by Benjamin Peterson · 10 years ago
- 549c197 Issue #22034: Got rid of misleading error message for bytearray arguments in by Serhiy Storchaka · 10 years ago
- d00aff2 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 10 years ago
- ee55826 Issue #13540: add missing markup. by Terry Jan Reedy · 10 years ago
- ec7aaf5 Issue #21166: fix typo in comment by Ned Deily · 10 years ago
- 65e3ecb Issue #22243: fix except grammar in reference. by Terry Jan Reedy · 10 years ago
- 004e870 Issue #22232 (partial fix): update Universal newlines Glossary entry. by Terry Jan Reedy · 10 years ago
- 130f303 Merge heads. by Terry Jan Reedy · 10 years ago