]> granicus.if.org Git - python/shortlog
python
2013-10-31 Tim GoldenIssue #19418 Fix some warnings on Win64
2013-10-31 Benjamin Petersonmerge 3.3
2013-10-31 Benjamin Petersonmake string literal const
2013-10-31 Vinay SajipMerged documentation update from 3.3.
2013-10-31 Vinay SajipCorrected some incorrect cross-references.
2013-10-30 Guido van Rossumasyncio: Add new file (forgotten).
2013-10-30 Guido van Rossumasyncio: Add support for running subprocesses on Window...
2013-10-30 Guido van Rossumasyncio: Make the IOCP proactor support "waitable"...
2013-10-30 Guido van Rossumasyncio: Update some comments.
2013-10-30 Guido van Rossumasyncio: When not closing the connection after receivin...
2013-10-30 Charles-François... Issue #19172: Add a get_map() method to selectors.
2013-10-30 Victor StinnerIssue #19437: Fix select.epoll.poll(), fix code handlin...
2013-10-30 Victor StinnerIssue #19437: Fix os.statvfs(), handle errors
2013-10-30 Victor StinnerIssue #19424: Fix a compiler warning
2013-10-30 Benjamin Petersonmerge 3.3 (#19435)
2013-10-30 Benjamin Petersonmerge 3.2 (#19435)
2013-10-30 Benjamin Petersonmerge 3.1 (#19435)
2013-10-30 Benjamin Petersonuse the collapsed path in the run_cgi method (closes...
2013-10-30 Benjamin Petersonmerge 3.3
2013-10-30 Benjamin Petersonupdate comment
2013-10-29 Victor StinnerIssue #19442: Fix warnings emitted during Python shutdown
2013-10-29 Victor StinnerIssue #19424: Fix test_warnings for locale encoding...
2013-10-29 Victor StinnerIssue #19424: Fix the warnings module to accept filenam...
2013-10-29 Victor StinnerIssue #19424: Optimize PyUnicode_CompareWithASCIIString()
2013-10-29 Ned DeilyIssue #19373: Add Misc/NEWS entry.
2013-10-29 Christian Heimesmerge
2013-10-29 Christian Heimesmerge
2013-10-29 Christian Heimesfix language
2013-10-29 Tim GoldenNull merge
2013-10-29 Tim GoldenIssue 15792 Correct build options on Win64. Patch by...
2013-10-29 Antoine PitrouIssue #17936: Fix O(n**2) behaviour when adding or...
2013-10-29 Christian Heimesmerge
2013-10-29 Christian HeimesIssue #19227 / Issue #18747: Remove pthread_atfork...
2013-10-29 Christian HeimesIssue #18747: document issue with OpenSSL's CPRNG state...
2013-10-29 Christian HeimesIssue #19227 / Issue #18747: Remove pthread_atfork...
2013-10-29 Victor StinnerIssue #19437: Fix dec_format() of the _decimal module...
2013-10-29 Victor StinnerIssue #19433: test_capi: check signness of some C types
2013-10-29 Victor StinnerIssue #19433: test_capi: add tests on the size of some...
2013-10-29 Victor StinnerIssue #19437: Fix _PyUnicode_New() (constructor of...
2013-10-29 Victor StinnerIssue #19437: Fix PyObject_CallFunction(), handle Py_Va...
2013-10-29 Victor StinnerCleanup locale.localeconv(): move Py_DECREF() closer...
2013-10-29 Victor StinnerIssue #19437: Fix convert_op_cmp() of decimal.Decimal...
2013-10-29 Victor StinnerIssue #19437: Fix Array_subscript() of ctypes, handle...
2013-10-29 Christian HeimesIssue #19420: Fix reference leak in module initalizatio...
2013-10-29 Victor StinnerIssue #18609: Add a fast-path for "iso8859-1" encoding
2013-10-29 Victor Stinnerfix indent
2013-10-29 Georg Brandlmerge with 3.3
2013-10-29 Georg BrandlClarify sentence.
2013-10-29 Georg BrandlCloses #19416: fix references in the nntplib docs.
2013-10-29 Georg BrandlFix wrong signature for two-argument newwin(). Found...
2013-10-29 Georg BrandlFix typo: js_JP is not a valid locale.
2013-10-29 Victor StinnerIssue #18408: Fix PyCStructUnionType_update_stgdict...
2013-10-29 Victor StinnerIssue #18408: Fix _ctypes_alloc_format_string(), raise...
2013-10-29 Victor StinnerIssue #18408: Fix bytearrayiter.partition()/rpartition...
2013-10-29 Victor StinnerIssue #18408: Fix error handling in PyBytes_FromObject()
2013-10-29 Victor StinnerIssue #18408: Fix iobase_readline(), handle PyByteArray...
2013-10-29 Victor StinnerIssue #18408: Fix zipimport, handle PyUnicode_Substring...
2013-10-29 Victor StinnerIssue #19428: zipimport now handles errors when reading...
2013-10-29 Victor StinnerIssue #18408: Fix PyUnicode_AsUTF8AndSize(), raise...
2013-10-29 Victor StinnerIssue #18408: Add a new PyFrame_FastToLocalsWithError...
2013-10-28 Victor StinnerCJK codecs: less magical macros, semicolon is now explicit
2013-10-28 Victor StinnerCJK codecs: less magic macros, require explicit semicolon
2013-10-28 Richard OudkerkIssue #19425 -- a pickling error should not cause pool...
2013-10-28 Victor StinnerCJK codecs: add newlines for readability
2013-10-28 Victor StinnerCJK codecs: use less magic and more readable macros...
2013-10-28 Victor StinnerCJK codecs: remove unused TRYMAP_ENC_MPLANE macro
2013-10-28 Victor StinnerIssue #18509: handle PyUnicode_Writer() error
2013-10-28 Richard OudkerkMerge.
2013-10-28 Nadeem Vawda#19395: Raise exception when pickling a (BZ2|LZMA)...
2013-10-28 Nadeem Vawda#19395: Raise exception when pickling a (BZ2|LZMA)...
2013-10-28 Victor StinnerIssue #19421: add an unit test for warnings.warn()...
2013-10-28 Victor StinnerIssue #19421: fix a check in warnings.warn() to be...
2013-10-28 Georg Brandlnull merge with 3.3
2013-10-28 Georg BrandlAdd NEWS header for 3.3.4.
2013-10-28 Ned DeilyIssue #19373: merge from 3.3
2013-10-28 Ned DeilyIssue #19373: Apply upstream change to Tk 8.5.15 fixing...
2013-10-27 Tim GoldenIssue 15792 Correct build options on Win64. Patch by...
2013-10-27 Serhiy StorchakaFixed merge test for Tcl/Tk <8.5 (issue #18964).
2013-10-27 Georg BrandlAdded tag v3.3.3rc1 for changeset fd53c500f8b8
2013-10-27 Georg BrandlSkip overzealous test for existence of the online licen... v3.3.3rc1
2013-10-27 Georg BrandlBump to 3.3.3rc1.
2013-10-27 Georg BrandlFix markup errors in the docs and amend suspicious...
2013-10-27 Georg BrandlUpdate pydoc topics.
2013-10-27 Georg BrandlIssue #19227: Try to fix deadlocks caused by re-seeding...
2013-10-27 Georg Brandlmerge
2013-10-27 Georg BrandlIssue #16037: HTTPMessage.readheaders() raises an HTTPE...
2013-10-27 Georg BrandlIssue #16040: CVE-2013-1752: nntplib: Limit maximum...
2013-10-27 Georg BrandlIssue #16041: CVE-2013-1752: poplib: Limit maximum...
2013-10-27 Georg BrandlIssue #17997: Change behavior of ``ssl.match_hostname...
2013-10-27 Serhiy StorchakaIssue #19405: Fixed outdated comments in the _sre module.
2013-10-27 Georg BrandlIssue #16039: CVE-2013-1752: Change use of readline...
2013-10-27 Ned DeilyIssue #15663: Force IDLE.app to run the GUI process...
2013-10-26 Benjamin Petersonjust return toplevel symbol table rather than all block...
2013-10-26 Ned DeilyIssue #15663: OS X installer builtin Tcl/Tk support
2013-10-26 Victor StinnerClose #19339: telnetlib module is now using time.monoto...
2013-10-25 Ned DeilyIssue #19400: Prevent extension module build failures...
2013-10-25 Brett CannonIssue #19392: Document that imp.reload() now relies...
2013-10-25 Tim GoldenIssue14255 Don't flatten case of tempdir
2013-10-27 Victor StinnerIssue #18520: fix reference leak in _PySys_Init()
2013-10-27 Serhiy StorchakaNull merge
next