| 2015-04-04 |
Serhiy Storchaka | Open files in binary mode to avoid newlines transformation. |
commit | commitdiff | tree | snapshot |
| 2015-04-04 |
Serhiy Storchaka | Issue #23338: Fixed formatting ctypes error messages... |
commit | commitdiff | tree | snapshot |
| 2015-04-04 |
Serhiy Storchaka | Issue #23825: Fixed test_idle under -OO. |
commit | commitdiff | tree | snapshot |
| 2015-04-03 |
Serhiy Storchaka | Escaped backslashes in docstrings. |
commit | commitdiff | tree | snapshot |
| 2015-04-03 |
Benjamin Peterson | use rc rather than beta |
commit | commitdiff | tree | snapshot |
| 2015-04-02 |
Serhiy Storchaka | Issue #10590: Added tests for xml.sax.parse() and xml... |
commit | commitdiff | tree | snapshot |
| 2015-04-02 |
Serhiy Storchaka | Issue #2175: Added tests for xml.sax.saxutils.prepare_i... |
commit | commitdiff | tree | snapshot |
| 2015-04-02 |
Serhiy Storchaka | Issue #16840: Fixed test_tcl for Tcl < 8.5. |
commit | commitdiff | tree | snapshot |
| 2015-04-02 |
Serhiy Storchaka | Issue #21526: Skip test_booleans on Tcl < 8.5. |
commit | commitdiff | tree | snapshot |
| 2015-04-02 |
Serhiy Storchaka | Issue #16840: Tkinter now supports 64-bit integers... |
commit | commitdiff | tree | snapshot |
| 2015-04-02 |
Victor Stinner | Issue #23834: Fix socket.sendto(), use the C long type... |
commit | commitdiff | tree | snapshot |
| 2015-04-02 |
doko@ubuntu.com | - Set PY_VERSION to "2.7.10b0", PY_MICRO_VERSION to... |
commit | commitdiff | tree | snapshot |
| 2015-04-02 |
Serhiy Storchaka | Issue #21526: Fixed the test_booleans test for wantobje... |
commit | commitdiff | tree | snapshot |
| 2015-04-02 |
Serhiy Storchaka | Issue #21526: Tkinter now supports new boolean type... |
commit | commitdiff | tree | snapshot |
| 2015-04-02 |
Benjamin Peterson | replace 512 bit dh key with a 2014 bit one (closes... |
commit | commitdiff | tree | snapshot |
| 2015-04-01 |
Benjamin Peterson | remove assignment in conditional |
commit | commitdiff | tree | snapshot |
| 2015-04-01 |
Serhiy Storchaka | Issue #23838: linecache now clears the cache and return... |
commit | commitdiff | tree | snapshot |
| 2015-04-01 |
Serhiy Storchaka | Issue #23799: Added test.test_support.start_threads... |
commit | commitdiff | tree | snapshot |
| 2015-03-31 |
Raymond Hettinger | Issue #23729: Improve docs for ElementTree namespace... |
commit | commitdiff | tree | snapshot |
| 2015-03-30 |
Victor Stinner | Issue #23115: os.urandom() now releases the GIL when... |
commit | commitdiff | tree | snapshot |
| 2015-03-30 |
Serhiy Storchaka | Issue #23785: Fixed memory leak in TextIOWrapper.tell... |
commit | commitdiff | tree | snapshot |
| 2015-03-30 |
Serhiy Storchaka | Issue #23783: Fixed memory leak in PyObject_ClearWeakRe... |
commit | commitdiff | tree | snapshot |
| 2015-03-30 |
Serhiy Storchaka | Issue #23781: Add private helper function _PyErr_Replac... |
commit | commitdiff | tree | snapshot |
| 2015-03-30 |
Serhiy Storchaka | Issue #14904: Made test_unicode_repr_oflw to use less... |
commit | commitdiff | tree | snapshot |
| 2015-03-30 |
Victor Stinner | Issue #22390: Fix test_gzip if unicode filename doesn... |
commit | commitdiff | tree | snapshot |
| 2015-03-29 |
Victor Stinner | Issue #22390: Fix test_gzip, remove temporary file |
commit | commitdiff | tree | snapshot |
| 2015-03-29 |
Victor Stinner | Issue #22390: Fix test_pdb to remove created bar.pyc... |
commit | commitdiff | tree | snapshot |
| 2015-03-29 |
Victor Stinner | Issue #22390: Fix test_aifc to remove the created file |
commit | commitdiff | tree | snapshot |
| 2015-03-29 |
Victor Stinner | Issue #22390: Fix typo in regrtest, support => test_support |
commit | commitdiff | tree | snapshot |
| 2015-03-29 |
Serhiy Storchaka | Issue #22390: test.regrtest now emits a warning if... |
commit | commitdiff | tree | snapshot |
| 2015-03-28 |
Serhiy Storchaka | Make some tests more frienly to MemoryError. |
commit | commitdiff | tree | snapshot |
| 2015-03-27 |
Victor Stinner | Issue #23445: Fix test_gdb.python_is_optimized() for... |
commit | commitdiff | tree | snapshot |
| 2015-03-25 |
Serhiy Storchaka | Check that failed writerow() doesn't produce change... |
commit | commitdiff | tree | snapshot |
| 2015-03-25 |
Serhiy Storchaka | Issue #23742: ntpath.expandvars() no longer loses unbal... |
commit | commitdiff | tree | snapshot |
| 2015-03-24 |
Serhiy Storchaka | Issue #21802: The reader in BufferedRWPair now is close... |
commit | commitdiff | tree | snapshot |
| 2015-03-24 |
Serhiy Storchaka | Issue #23671: string.Template now allows to specify... |
commit | commitdiff | tree | snapshot |
| 2015-03-24 |
Serhiy Storchaka | Issue #23583: Fixed writing unicode to standard output... |
commit | commitdiff | tree | snapshot |
| 2015-03-24 |
Serhiy Storchaka | Issue #23583: Fixed writing unicode to standard output... |
commit | commitdiff | tree | snapshot |
| 2015-03-24 |
Ezio Melotti | #23512: list non-essential built-in functions after... |
commit | commitdiff | tree | snapshot |
| 2015-03-24 |
Ezio Melotti | #11468: improve unittest basic example. Initial patch... |
commit | commitdiff | tree | snapshot |
| 2015-03-23 |
Serhiy Storchaka | Issue #21560: An attempt to write a data of wrong type... |
commit | commitdiff | tree | snapshot |
| 2015-03-22 |
Raymond Hettinger | Issue 23729: Document ElementTree namespace handling... |
commit | commitdiff | tree | snapshot |
| 2015-03-22 |
R David Murray | #23647: Increase imaplib's MAXLINE to accommodate moder... |
commit | commitdiff | tree | snapshot |
| 2015-03-22 |
R David Murray | #23539: Set Content-Length to 0 for PUT, POST, and... |
commit | commitdiff | tree | snapshot |
| 2015-03-22 |
Benjamin Peterson | clarify behavior of shutil.move when destination exists... |
commit | commitdiff | tree | snapshot |
| 2015-03-22 |
Serhiy Storchaka | Issue #22079: Py3k warning now is issued in PyType_Rea... |
commit | commitdiff | tree | snapshot |
| 2015-03-21 |
Serhiy Storchaka | Issue #23075: Whether __builtins__ is a module or a... |
commit | commitdiff | tree | snapshot |
| 2015-03-19 |
Ned Deily | Issue #23686: Update OS X 10.5 installer build to use... |
commit | commitdiff | tree | snapshot |
| 2015-03-19 |
Serhiy Storchaka | Fixed Misc/NEWS entry for issue #23136. |
commit | commitdiff | tree | snapshot |
| 2015-03-19 |
Serhiy Storchaka | Issue #23136: _strptime now uniformly handles all days... |
commit | commitdiff | tree | snapshot |
| 2015-03-19 |
Benjamin Peterson | wrap properly |
commit | commitdiff | tree | snapshot |
| 2015-03-17 |
Ned Deily | Issue #23458: Skip test_urandom_fd_non_inheritable... |
commit | commitdiff | tree | snapshot |
| 2015-01-15 |
Zachary Ware | Fix up PCbuild/readme.txt a bit. |
commit | commitdiff | tree | snapshot |
| 2015-03-17 |
Ned Deily | Issue #22585, #23115: make URandomFDTests test case... |
commit | commitdiff | tree | snapshot |
| 2015-03-16 |
Benjamin Peterson | versionchanged for rc4 removal (closes #23679) |
commit | commitdiff | tree | snapshot |
| 2015-03-16 |
Serhiy Storchaka | Use non-zero and non-last positions in error handler... |
commit | commitdiff | tree | snapshot |
| 2015-03-15 |
Serhiy Storchaka | Increased coverage of standard codec error handlers. |
commit | commitdiff | tree | snapshot |
| 2015-03-15 |
Eli Bendersky | Issue #23549: Clarify confusion in heapq doc - accessin... |
commit | commitdiff | tree | snapshot |
| 2015-03-14 |
Serhiy Storchaka | Fix minor docs markup errors. |
commit | commitdiff | tree | snapshot |
| 2015-03-13 |
Benjamin Peterson | the default is sys.maxsize not sys.maxint (closes ... |
commit | commitdiff | tree | snapshot |
| 2015-03-13 |
Serhiy Storchaka | Issue #23138: Fixed parsing cookies with absent keys... |
commit | commitdiff | tree | snapshot |
| 2015-03-13 |
Serhiy Storchaka | Issue #23051: multiprocessing.Pool methods imap() and... |
commit | commitdiff | tree | snapshot |
| 2015-03-12 |
Serhiy Storchaka | Issue #22928: Disabled HTTP header injections in httplib. |
commit | commitdiff | tree | snapshot |
| 2015-03-11 |
Serhiy Storchaka | Issue #23615: Module tarfile is now can be reloaded... |
commit | commitdiff | tree | snapshot |
| 2015-03-11 |
Benjamin Peterson | close files explicit (closes #21610) |
commit | commitdiff | tree | snapshot |
| 2015-03-10 |
Antoine Pitrou | Issue #23629: Fix the default __sizeof__ implementation... |
commit | commitdiff | tree | snapshot |
| 2015-03-10 |
Steve Dower | Issue #22028: Ensure mimetypes will not open registry... |
commit | commitdiff | tree | snapshot |
| 2015-03-09 |
Ned Deily | Issue #23617: Correct plurals typo noted by Kentrell... |
commit | commitdiff | tree | snapshot |
| 2015-03-07 |
Benjamin Peterson | replace Amazon links in the documentation (closes ... |
commit | commitdiff | tree | snapshot |
| 2015-03-06 |
Serhiy Storchaka | Issue #22853: Fixed a deadlock when use multiprocessing... |
commit | commitdiff | tree | snapshot |
| 2015-03-06 |
Benjamin Peterson | fix potential refleak in PyFloat_AsDouble (closes ... |
commit | commitdiff | tree | snapshot |
| 2015-03-06 |
Ned Deily | Issue #23593: fix Misc/NEWS entries |
commit | commitdiff | tree | snapshot |
| 2015-03-06 |
Ned Deily | Issue #23594: Update OS X 10.5 installer build to use... |
commit | commitdiff | tree | snapshot |
| 2015-03-05 |
Benjamin Peterson | use _import_symbols to import VERIFY_* constants |
commit | commitdiff | tree | snapshot |
| 2015-03-05 |
Benjamin Peterson | adjust test_crl_check for trusted first being default |
commit | commitdiff | tree | snapshot |
| 2015-03-05 |
Benjamin Peterson | expose X509_V_FLAG_TRUSTED_FIRST |
commit | commitdiff | tree | snapshot |
| 2015-03-05 |
Benjamin Peterson | enable X509_V_FLAG_TRUSTED_FIRST when possible (closes... |
commit | commitdiff | tree | snapshot |
| 2015-03-04 |
Antoine Pitrou | Issue #23576: Avoid stalling in SSL reads when EOF... |
commit | commitdiff | tree | snapshot |
| 2015-03-04 |
Serhiy Storchaka | Issue #23504: Added an __all__ to the types module. |
commit | commitdiff | tree | snapshot |
| 2015-03-02 |
Benjamin Peterson | fix possible overflow bugs in unicodedata (closes ... |
commit | commitdiff | tree | snapshot |
| 2015-03-02 |
Benjamin Peterson | wrap everything at 80 chars |
commit | commitdiff | tree | snapshot |
| 2015-03-02 |
Serhiy Storchaka | Added more tests for urllib utility functions. |
commit | commitdiff | tree | snapshot |
| 2015-03-02 |
Benjamin Peterson | remove mention of Python 2.2 and 2.3 |
commit | commitdiff | tree | snapshot |
| 2015-03-01 |
Serhiy Storchaka | Fixed pydoc tests when run with -OO. |
commit | commitdiff | tree | snapshot |
| 2015-02-25 |
Benjamin Peterson | fix merge_collapse to actually maintain the invariant... |
commit | commitdiff | tree | snapshot |
| 2015-02-24 |
Victor Stinner | Issue #23458: skip test_os.test_urandom_fd_non_inherita... |
commit | commitdiff | tree | snapshot |
| 2015-02-24 |
Victor Stinner | Issue #23458: On POSIX, the file descriptor kept open... |
commit | commitdiff | tree | snapshot |
| 2015-02-23 |
Ned Deily | Issue #23499: Fix grammar error noticed by SilentGhost |
commit | commitdiff | tree | snapshot |
| 2015-02-22 |
Serhiy Storchaka | Broke reference loops in tests added in issue #5700. |
commit | commitdiff | tree | snapshot |
| 2015-02-22 |
Serhiy Storchaka | Issue #6639: Module-level turtle functions no longer... |
commit | commitdiff | tree | snapshot |
| 2015-02-21 |
Serhiy Storchaka | Issue #22113: struct.pack_into() now supports new buffe... |
commit | commitdiff | tree | snapshot |
| 2015-02-21 |
Serhiy Storchaka | Issues #814253, #9179: Warnings now are raised when... |
commit | commitdiff | tree | snapshot |
| 2015-02-20 |
Serhiy Storchaka | Issue #23215: Multibyte codecs with custom error handle... |
commit | commitdiff | tree | snapshot |
| 2015-02-20 |
Serhiy Storchaka | Issue #5700: io.FileIO() called flush() after closing... |
commit | commitdiff | tree | snapshot |
| 2015-02-20 |
Berker Peksag | Issue #21548: Fix pydoc.synopsis() and pydoc.apropos... |
commit | commitdiff | tree | snapshot |
| 2015-02-20 |
Zachary Ware | Fix typo pointed out on docs@ by Yaniv Sayeh |
commit | commitdiff | tree | snapshot |
| 2015-02-19 |
Benjamin Peterson | remove rc4 from the default client ciphers (closes... |
commit | commitdiff | tree | snapshot |
| 2015-02-18 |
Benjamin Peterson | remove RPM file, which is unused and unmaintained |
commit | commitdiff | tree | snapshot |
| 2015-02-18 |
Serhiy Storchaka | Issue #23474: Enhanced locale testing. |
commit | commitdiff | tree | snapshot |
| 2015-02-16 |
Serhiy Storchaka | Issue #23446: Use PyMem_New instead of PyMem_Malloc... |
commit | commitdiff | tree | snapshot |
| next |