- 37943b0 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 10 years ago
- fb0517c Issue #23825: Fixed test_idle under -OO. by Serhiy Storchaka · 10 years ago
- c811328 Escaped backslashes in docstrings. by Serhiy Storchaka · 10 years ago
- 023de86 use rc rather than beta by Benjamin Peterson · 10 years ago
- aff77f3 Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). by Serhiy Storchaka · 10 years ago
- e9d4dc1 Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). by Serhiy Storchaka · 10 years ago
- 61ad42e Issue #16840: Fixed test_tcl for Tcl < 8.5. by Serhiy Storchaka · 10 years ago
- e8ae047 Issue #21526: Skip test_booleans on Tcl < 8.5. by Serhiy Storchaka · 10 years ago
- c77c5b5 Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 10 years ago
- 31c7e4f Issue #23834: Fix socket.sendto(), use the C long type to store the result of by Victor Stinner · 10 years ago
- 320bec1 - Set PY_VERSION to "2.7.10b0", PY_MICRO_VERSION to 10 and by doko@ubuntu.com · 10 years ago
- 91398f8 Issue #21526: Fixed the test_booleans test for wantobjects = 0. by Serhiy Storchaka · 10 years ago
- cba6b5d Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 10 years ago
- df11d4c replace 512 bit dh key with a 2014 bit one (closes #23844) by Benjamin Peterson · 10 years ago
- a5a44ab remove assignment in conditional by Benjamin Peterson · 10 years ago
- 43b4959 Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 10 years ago
- bd8c629 Issue #23799: Added test.test_support.start_threads() for running and by Serhiy Storchaka · 10 years ago
- 2baaba8 Issue #23729: Improve docs for ElementTree namespace parsing by Raymond Hettinger · 10 years ago
- e993245 Issue #23115: os.urandom() now releases the GIL when the getentropy() is used by Victor Stinner · 10 years ago
- 96d8012 Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances. by Serhiy Storchaka · 10 years ago
- 07e03ab Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of by Serhiy Storchaka · 10 years ago
- aa64c46 Issue #23781: Add private helper function _PyErr_ReplaceException() that by Serhiy Storchaka · 10 years ago
- d06c201 Issue #14904: Made test_unicode_repr_oflw to use less memory. by Serhiy Storchaka · 10 years ago
- 7d49065 Issue #22390: Fix test_gzip if unicode filename doesn't work by Victor Stinner · 10 years ago
- 7b00364 Issue #22390: Fix test_gzip, remove temporary file by Victor Stinner · 10 years ago
- ffaa031 Issue #22390: Fix test_pdb to remove created bar.pyc file by Victor Stinner · 10 years ago
- 01eaf50 Issue #22390: Fix test_aifc to remove the created file by Victor Stinner · 10 years ago
- ac0d189 Issue #22390: Fix typo in regrtest, support => test_support by Victor Stinner · 10 years ago
- c0a2f2b Issue #22390: test.regrtest now emits a warning if temporary files or by Serhiy Storchaka · 10 years ago
- 53ea162 Make some tests more frienly to MemoryError. by Serhiy Storchaka · 10 years ago
- 582265f Issue #23445: Fix test_gdb.python_is_optimized() for CFLAGS=-Og by Victor Stinner · 10 years ago
- 837d760 Check that failed writerow() doesn't produce change a file. by Serhiy Storchaka · 10 years ago
- 53b542f Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 10 years ago
- f95a57f Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 10 years ago
- 40fd0e8 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 10 years ago
- d07ec7b Issue #23583: Fixed writing unicode to standard output stream in IDLE. by Serhiy Storchaka · 10 years ago
- ac5164d Issue #23583: Fixed writing unicode to standard output stream in IDLE. by Serhiy Storchaka · 10 years ago
- 1afb9da #23512: list non-essential built-in functions after the table. Patch by Carlo Beccarini. by Ezio Melotti · 10 years ago
- bc1fda3 #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 10 years ago
- f689f10 Issue #21560: An attempt to write a data of wrong type no longer cause by Serhiy Storchaka · 10 years ago
- 510a6e9 Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table. by Raymond Hettinger · 10 years ago
- 836c824 #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 10 years ago
- b4b000f #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
- 2936858 clarify behavior of shutil.move when destination exists (closes #22933) by Benjamin Peterson · 10 years ago
- ce16424 Issue #22079: Py3k warning now is issued in PyType_Ready() instead of by Serhiy Storchaka · 10 years ago
- 9f696c9 Issue #23075: Whether __builtins__ is a module or a dict is undefined in by Serhiy Storchaka · 10 years ago
- a8e8f7e Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. by Ned Deily · 10 years ago
- 8d3f505 Fixed Misc/NEWS entry for issue #23136. by Serhiy Storchaka · 10 years ago
- d54c2e3 Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 10 years ago
- 6a74a51 wrap properly by Benjamin Peterson · 10 years ago
- 9e52735 Issue #23458: Skip test_urandom_fd_non_inheritable on OS X 10.4 since by Ned Deily · 10 years ago
- 4f3395f Fix up PCbuild/readme.txt a bit. by Zachary Ware · 10 years ago
- 596b751 Issue #22585, #23115: make URandomFDTests test case actually run by Ned Deily · 10 years ago
- 5151838 versionchanged for rc4 removal (closes #23679) by Benjamin Peterson · 10 years ago
- 3d15b5d Use non-zero and non-last positions in error handler tests. by Serhiy Storchaka · 10 years ago
- 2792389 Increased coverage of standard codec error handlers. by Serhiy Storchaka · 10 years ago
- 9872ad4 Issue #23549: Clarify confusion in heapq doc - accessing the mininmal element by Eli Bendersky · 10 years ago
- 251aede Fix minor docs markup errors. by Serhiy Storchaka · 10 years ago
- dbbc07c the default is sys.maxsize not sys.maxint (closes #23645) by Benjamin Peterson · 10 years ago
- f249671 Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
- 7c26be5 Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
- 59bdf63 Issue #22928: Disabled HTTP header injections in httplib. by Serhiy Storchaka · 10 years ago
- 205408d Issue #23615: Module tarfile is now can be reloaded with imp.reload(). by Serhiy Storchaka · 10 years ago
- ca1fb3e close files explicit (closes #21610) by Benjamin Peterson · 10 years ago
- 323ab6d Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
- 32608c1 Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls by Steve Dower · 10 years ago
- 0acf4ad Issue #23617: Correct plurals typo noted by Kentrell Johnson. by Ned Deily · 10 years ago
- 81bec81 replace Amazon links in the documentation (closes #23579) by Benjamin Peterson · 10 years ago
- 233e698 Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time. by Serhiy Storchaka · 10 years ago
- f050648 fix potential refleak in PyFloat_AsDouble (closes #23590) by Benjamin Peterson · 10 years ago
- 8c51fed Issue #23593: fix Misc/NEWS entries by Ned Deily · 10 years ago
- 59439d8 Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. by Ned Deily · 10 years ago
- b10d50e use _import_symbols to import VERIFY_* constants by Benjamin Peterson · 10 years ago
- d86699f adjust test_crl_check for trusted first being default by Benjamin Peterson · 10 years ago
- 72ef961 expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 10 years ago
- b1ebba5 enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) by Benjamin Peterson · 10 years ago
- 34c8d98 Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed. by Antoine Pitrou · 10 years ago
- c620c11 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 10 years ago
- b027c6c fix possible overflow bugs in unicodedata (closes #23367) by Benjamin Peterson · 10 years ago
- b198ad9 wrap everything at 80 chars by Benjamin Peterson · 10 years ago
- f0b630b Added more tests for urllib utility functions. by Serhiy Storchaka · 10 years ago
- f4875d5 remove mention of Python 2.2 and 2.3 by Benjamin Peterson · 10 years ago
- 2b8c00d Fixed pydoc tests when run with -OO. by Serhiy Storchaka · 10 years ago
- 082a960 fix merge_collapse to actually maintain the invariant it purports to (closes #23515) by Benjamin Peterson · 10 years ago
- ebcbbfb Issue #23458: skip test_os.test_urandom_fd_non_inheritable() on Windows by Victor Stinner · 10 years ago
- e0a0bd6 Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now by Victor Stinner · 10 years ago
- 0e4da40 Issue #23499: Fix grammar error noticed by SilentGhost by Ned Deily · 10 years ago
- 437d535 Broke reference loops in tests added in issue #5700. by Serhiy Storchaka · 10 years ago
- cc49aa1 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 10 years ago
- b8285d9 Issue #22113: struct.pack_into() now supports new buffer protocol (in by Serhiy Storchaka · 10 years ago
- 4809d1f Issues #814253, #9179: Warnings now are raised when group references and by Serhiy Storchaka · 10 years ago
- 021d55f Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 10 years ago
- 3173f7c Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 10 years ago
- dc9d41d Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with empty by Berker Peksag · 10 years ago
- bbdad54 Fix typo pointed out on docs@ by Yaniv Sayeh by Zachary Ware · 10 years ago
- a0dd7dc remove rc4 from the default client ciphers (closes #23481) by Benjamin Peterson · 10 years ago
- e3a950e remove RPM file, which is unused and unmaintained by Benjamin Peterson · 10 years ago
- ad9a1ba Issue #23474: Enhanced locale testing. by Serhiy Storchaka · 10 years ago
- a2269d0 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 10 years ago
- e8d750c Issue #23115: Fixed compilation on OpenBSD (Py_MIN is not defined in 2.7). by Serhiy Storchaka · 10 years ago