]> granicus.if.org Git - python/shortlog
python
2015-04-08 Berker PeksagIssue #23400: Add notes about the sem_open support...
2015-04-08 Benjamin Petersonactually ssl3 is just completely broken
2015-04-07 Donald StufftUpdate pip to 6.1.1
2015-04-07 Victor Stinnerssue #23881: ftp://gatekeeper.research.compaq.com/...
2015-04-07 Victor StinnerIssue #23881: urllib.ftpwrapper constructor now closes...
2015-04-07 Donald StufftUpgrade pip to 6.1.0 and setuptools to 15.0
2015-04-06 Victor StinnerIssue #23458: Remove test_os.test_urandom_fd_non_inheri...
2015-04-06 Benjamin Petersonremove extra arguments in arg parsing format codes...
2015-04-04 Serhiy StorchakaIssue #15133: _tkinter.tkapp.getboolean() now supports...
2015-04-04 Serhiy StorchakaOpen files in binary mode to avoid newlines transformation.
2015-04-04 Serhiy StorchakaIssue #23338: Fixed formatting ctypes error messages...
2015-04-04 Serhiy StorchakaIssue #23825: Fixed test_idle under -OO.
2015-04-03 Serhiy StorchakaEscaped backslashes in docstrings.
2015-04-03 Benjamin Petersonuse rc rather than beta
2015-04-02 Serhiy StorchakaIssue #10590: Added tests for xml.sax.parse() and xml...
2015-04-02 Serhiy StorchakaIssue #2175: Added tests for xml.sax.saxutils.prepare_i...
2015-04-02 Serhiy StorchakaIssue #16840: Fixed test_tcl for Tcl < 8.5.
2015-04-02 Serhiy StorchakaIssue #21526: Skip test_booleans on Tcl < 8.5.
2015-04-02 Serhiy StorchakaIssue #16840: Tkinter now supports 64-bit integers...
2015-04-02 Victor StinnerIssue #23834: Fix socket.sendto(), use the C long type...
2015-04-02 doko@ubuntu.com- Set PY_VERSION to "2.7.10b0", PY_MICRO_VERSION to...
2015-04-02 Serhiy StorchakaIssue #21526: Fixed the test_booleans test for wantobje...
2015-04-02 Serhiy StorchakaIssue #21526: Tkinter now supports new boolean type...
2015-04-02 Benjamin Petersonreplace 512 bit dh key with a 2014 bit one (closes...
2015-04-01 Benjamin Petersonremove assignment in conditional
2015-04-01 Serhiy StorchakaIssue #23838: linecache now clears the cache and return...
2015-04-01 Serhiy StorchakaIssue #23799: Added test.test_support.start_threads...
2015-03-31 Raymond HettingerIssue #23729: Improve docs for ElementTree namespace...
2015-03-30 Victor StinnerIssue #23115: os.urandom() now releases the GIL when...
2015-03-30 Serhiy StorchakaIssue #23785: Fixed memory leak in TextIOWrapper.tell...
2015-03-30 Serhiy StorchakaIssue #23783: Fixed memory leak in PyObject_ClearWeakRe...
2015-03-30 Serhiy StorchakaIssue #23781: Add private helper function _PyErr_Replac...
2015-03-30 Serhiy StorchakaIssue #14904: Made test_unicode_repr_oflw to use less...
2015-03-30 Victor StinnerIssue #22390: Fix test_gzip if unicode filename doesn...
2015-03-29 Victor StinnerIssue #22390: Fix test_gzip, remove temporary file
2015-03-29 Victor StinnerIssue #22390: Fix test_pdb to remove created bar.pyc...
2015-03-29 Victor StinnerIssue #22390: Fix test_aifc to remove the created file
2015-03-29 Victor StinnerIssue #22390: Fix typo in regrtest, support => test_support
2015-03-29 Serhiy StorchakaIssue #22390: test.regrtest now emits a warning if...
2015-03-28 Serhiy StorchakaMake some tests more frienly to MemoryError.
2015-03-27 Victor StinnerIssue #23445: Fix test_gdb.python_is_optimized() for...
2015-03-25 Serhiy StorchakaCheck that failed writerow() doesn't produce change...
2015-03-25 Serhiy StorchakaIssue #23742: ntpath.expandvars() no longer loses unbal...
2015-03-24 Serhiy StorchakaIssue #21802: The reader in BufferedRWPair now is close...
2015-03-24 Serhiy StorchakaIssue #23671: string.Template now allows to specify...
2015-03-24 Serhiy StorchakaIssue #23583: Fixed writing unicode to standard output...
2015-03-24 Serhiy StorchakaIssue #23583: Fixed writing unicode to standard output...
2015-03-24 Ezio Melotti#23512: list non-essential built-in functions after...
2015-03-24 Ezio Melotti#11468: improve unittest basic example. Initial patch...
2015-03-23 Serhiy StorchakaIssue #21560: An attempt to write a data of wrong type...
2015-03-22 Raymond HettingerIssue 23729: Document ElementTree namespace handling...
2015-03-22 R David Murray#23647: Increase imaplib's MAXLINE to accommodate moder...
2015-03-22 R David Murray#23539: Set Content-Length to 0 for PUT, POST, and...
2015-03-22 Benjamin Petersonclarify behavior of shutil.move when destination exists...
2015-03-22 Serhiy StorchakaIssue #22079: Py3k warning now is issued in PyType_Rea...
2015-03-21 Serhiy StorchakaIssue #23075: Whether __builtins__ is a module or a...
2015-03-19 Ned DeilyIssue #23686: Update OS X 10.5 installer build to use...
2015-03-19 Serhiy StorchakaFixed Misc/NEWS entry for issue #23136.
2015-03-19 Serhiy StorchakaIssue #23136: _strptime now uniformly handles all days...
2015-03-19 Benjamin Petersonwrap properly
2015-03-17 Ned DeilyIssue #23458: Skip test_urandom_fd_non_inheritable...
2015-01-15 Zachary WareFix up PCbuild/readme.txt a bit.
2015-03-17 Ned DeilyIssue #22585, #23115: make URandomFDTests test case...
2015-03-16 Benjamin Petersonversionchanged for rc4 removal (closes #23679)
2015-03-16 Serhiy StorchakaUse non-zero and non-last positions in error handler...
2015-03-15 Serhiy StorchakaIncreased coverage of standard codec error handlers.
2015-03-15 Eli BenderskyIssue #23549: Clarify confusion in heapq doc - accessin...
2015-03-14 Serhiy StorchakaFix minor docs markup errors.
2015-03-13 Benjamin Petersonthe default is sys.maxsize not sys.maxint (closes ...
2015-03-13 Serhiy StorchakaIssue #23138: Fixed parsing cookies with absent keys...
2015-03-13 Serhiy StorchakaIssue #23051: multiprocessing.Pool methods imap() and...
2015-03-12 Serhiy StorchakaIssue #22928: Disabled HTTP header injections in httplib.
2015-03-11 Serhiy StorchakaIssue #23615: Module tarfile is now can be reloaded...
2015-03-11 Benjamin Petersonclose files explicit (closes #21610)
2015-03-10 Antoine PitrouIssue #23629: Fix the default __sizeof__ implementation...
2015-03-10 Steve DowerIssue #22028: Ensure mimetypes will not open registry...
2015-03-09 Ned DeilyIssue #23617: Correct plurals typo noted by Kentrell...
2015-03-07 Benjamin Petersonreplace Amazon links in the documentation (closes ...
2015-03-06 Serhiy StorchakaIssue #22853: Fixed a deadlock when use multiprocessing...
2015-03-06 Benjamin Petersonfix potential refleak in PyFloat_AsDouble (closes ...
2015-03-06 Ned DeilyIssue #23593: fix Misc/NEWS entries
2015-03-06 Ned DeilyIssue #23594: Update OS X 10.5 installer build to use...
2015-03-05 Benjamin Petersonuse _import_symbols to import VERIFY_* constants
2015-03-05 Benjamin Petersonadjust test_crl_check for trusted first being default
2015-03-05 Benjamin Petersonexpose X509_V_FLAG_TRUSTED_FIRST
2015-03-05 Benjamin Petersonenable X509_V_FLAG_TRUSTED_FIRST when possible (closes...
2015-03-04 Antoine PitrouIssue #23576: Avoid stalling in SSL reads when EOF...
2015-03-04 Serhiy StorchakaIssue #23504: Added an __all__ to the types module.
2015-03-02 Benjamin Petersonfix possible overflow bugs in unicodedata (closes ...
2015-03-02 Benjamin Petersonwrap everything at 80 chars
2015-03-02 Serhiy StorchakaAdded more tests for urllib utility functions.
2015-03-02 Benjamin Petersonremove mention of Python 2.2 and 2.3
2015-03-01 Serhiy StorchakaFixed pydoc tests when run with -OO.
2015-02-25 Benjamin Petersonfix merge_collapse to actually maintain the invariant...
2015-02-24 Victor StinnerIssue #23458: skip test_os.test_urandom_fd_non_inherita...
2015-02-24 Victor StinnerIssue #23458: On POSIX, the file descriptor kept open...
2015-02-23 Ned DeilyIssue #23499: Fix grammar error noticed by SilentGhost
2015-02-22 Serhiy StorchakaBroke reference loops in tests added in issue #5700.
2015-02-22 Serhiy StorchakaIssue #6639: Module-level turtle functions no longer...
2015-02-21 Serhiy StorchakaIssue #22113: struct.pack_into() now supports new buffe...
next