]> granicus.if.org Git - python/shortlog
python
2015-04-14 Zachary WareUpdate Tcl/Tk to 8.6.4.
2015-04-14 Zachary WareActually build Tix.
2015-04-14 Berker PeksagIssue #23811: Add missing newline to the PyCompileError...
2015-04-14 Berker PeksagIssue #23811: Add missing newline to the PyCompileError...
2015-04-14 Andrew Kuchling#21146: give a more efficient recipe in gzip docs
2015-04-14 Andrew KuchlingMerge from 3.4
2015-04-14 Andrew KuchlingReword NEWS item a bit
2015-04-14 Andrew KuchlingMerge from 3.4
2015-04-14 Łukasz LangaMerge 3.4 (#23310)
2015-04-14 Łukasz LangaIssue #23310: Fix MagicMock's initializer to work with...
2015-04-14 Berker PeksagIssue #23943: Fix typos. Patch by Piotr Kasprzyk.
2015-04-14 Berker PeksagIssue #23943: Fix typos. Patch by Piotr Kasprzyk.
2015-04-14 Łukasz LangaIssue #23310: Fix MagicMock's initializer to work with...
2015-04-14 Benjamin Petersonmerge 3.4 (#23929)
2015-04-14 Benjamin Petersonremove useless word (closes #23929)
2015-04-14 R David Murray#11754: test contents of string module attributes.
2015-04-13 Zachary WareMerge with 3.4
2015-04-13 Zachary WareMake Argument Clinic's '--make' option work on Windows.
2015-04-13 Zachary WareIssue #20586: Argument Clinic now ensures signatures...
2015-04-13 Larry HastingsIssue #22631: Added Linux-specific socket constant...
2015-04-13 Zachary WareCloses #23730: merge with 3.4
2015-04-13 Zachary WareIssue #23730: Document the return value of ZipFile...
2015-04-13 Zachary WareCloses #23938: List Windows XP as an unsupported platform.
2015-04-13 Brett CannonFix a grammar error in the porting HOWTO as found by...
2015-04-13 Brett CannonIssue #23822: Fix test_py_compile to not fail under -O.
2015-04-13 Brett CannonIssue #23733: Mention bytes.__mod__ in the porting...
2015-04-13 doko@ubuntu.commerge heads
2015-04-13 doko@ubuntu.commerge 3.4
2015-04-13 doko@ubuntu.com - Makefile.pre.in (LIBPL): Use the definition from...
2015-04-13 Zachary WareIssue #21741: Update 147 test modules to use test disco...
2015-04-13 doko@ubuntu.com - merge 3.4
2015-04-13 doko@ubuntu.com - Use PLATDIR for the platform directory everywhere...
2015-04-13 doko@ubuntu.com - merge heads
2015-04-13 doko@ubuntu.com - merge heads
2015-04-13 Antoine PitrouFix doc build error
2015-04-13 Antoine PitrouFix duplicate doc entry for SSLContext.get_ca_certs()
2015-04-13 Antoine PitrouFix duplicate doc entry for SSLContext.get_ca_certs()
2015-04-13 doko@ubuntu.com - the PKG_PROG_PKG_CONFIG macro is not part of autocon...
2015-04-13 doko@ubuntu.com - the PKG_PROG_PKG_CONFIG macro is not part of autocon...
2015-04-13 Antoine PitrouIssue #21116: Avoid blowing memory when allocating...
2015-04-13 Brett CannonIssue #23732: Mention the new -b semantics in the porti...
2015-04-13 Brett CannonIssue #23731: Implement PEP 488.
2015-04-13 Antoine PitrouIssue #23726: Don't enable GC for user subclasses of...
2015-04-13 Antoine PitrouIssue #22982: Improve BOM handling when seeking to...
2015-04-13 Antoine PitrouIssue #22982: Improve BOM handling when seeking to...
2015-04-13 Antoine PitrouNull merge from 3.4
2015-04-13 Antoine PitrouMerge
2015-04-13 Antoine PitrouMerge
2015-04-13 Antoine PitrouIssue #23309: Avoid a deadlock at shutdown if a daemon...
2015-04-13 Antoine PitrouIssue #23309: Avoid a deadlock at shutdown if a daemon...
2015-04-13 Zachary WareMerge with 3.4
2015-04-13 Zachary WareForce the Windows readme to CRLF
2015-04-13 Zachary WareCloses #17202: Merge with 3.4
2015-04-13 Zachary WareIssue #17202: Add .bat to .hgeol to force them to CRLF.
2015-04-13 Nick CoghlanActually run the builtins Argument Clinic test
2015-04-13 Zachary WareCloses #23932: Merge with 3.4
2015-04-13 Zachary WareIssue #23932: Update the tutorial section on function...
2015-04-13 Zachary WareMerge with 3.4
2015-04-13 Zachary WareAttribute Michael Dorman for his initial patch on issue...
2015-04-13 Zachary WareCloses #18402: Merge with 3.4
2015-04-13 Zachary WareMerge heads
2015-04-13 Zachary WareIssue #18402: Also look for 64 bit Perl in build_ssl.py.
2015-04-13 Larry HastingsDoc clarification / edification on the semantics of...
2015-04-13 Nick CoghlanRebuild _freeze_importlib.o when Makefile changes
2015-04-13 Andrew Kuchling#17898: reset k and v so that the loop doesn't use...
2015-04-13 Andrew Kuchling#23883: add names missing from __all__ (l*gettext,...
2015-04-13 Zachary WareFix warning from Sphinx.
2015-04-13 R David MurrayMerge: Don't gitignore the Python directory on case...
2015-04-13 R David MurrayDon't gitignore the Python directory on case insensitiv...
2015-04-13 R David MurrayMerge: #17380: Document tp_init return value in extendi...
2015-04-13 R David Murray#17380: Document tp_init return value in extending...
2015-04-12 R David Murray#23464: remove JoinableQueue that was deprecated in...
2015-04-12 Benjamin Petersonmake DirEntryType and ScandirIteratorType static (close...
2015-04-12 Steve DowerIssue #23668: Regenerates posixmodule.c.h for new ifdefs
2015-04-12 Berker PeksagIssue #12955: Change the urlopen() examples to use...
2015-04-12 Berker PeksagIssue #12955: Change the urlopen() examples to use...
2015-04-12 Ethan FurmanClose issue23900: add default __doc__ to new enumeratio...
2015-04-12 Steve DowerIssue #23668: Suppresses invalid parameter handler...
2015-04-12 Steve DowerIssue #23524: Replace _PyVerify_fd function with calls...
2015-04-11 Antoine PitrouClose #23904: fix pathlib documentation misleadingly...
2015-04-11 Guido van RossumUnittest for Issue 21511 by Christie Wilson bobcatfish...
2015-04-11 Berker PeksagIssue #23912: Fix code formatting in datamodel.rst.
2015-04-11 Benjamin Petersonuse imperative
2015-04-10 Serhiy StorchakaMerge heads
2015-04-10 Berker PeksagIssue #23025: Add a mention of os.urandom to RAND_bytes...
2015-04-10 Serhiy StorchakaMerge heads
2015-04-10 Berker PeksagIssue #23062: Add a test for suppressing --version...
2015-04-10 Serhiy StorchakaIssue #21859: Corrected FileIO docstrings.
2015-04-10 Serhiy StorchakaIssue #23865: close() methods in multiple modules now...
2015-04-10 Zachary WarePut the NASM pulled from svn.python.org at the front...
2015-04-09 Serhiy StorchakaReplaced "string" with "bytes object" in docstrings...
2015-04-09 Zachary WareBacked out changeset bc41a4d6c58f after buildbots have...
2015-04-09 Zachary WareRefresh OpenSSL sources on the buildbots
2015-04-08 Zachary WareIssue #23686: Update Windows build to use OpenSSL 1...
2015-04-08 Tim GoldenFix typo in telnet docs (reported by Keith Briggs)
2015-04-08 Benjamin Petersonactually ssl3 is just completely broken
2015-04-08 Berker PeksagIssue #23400: Raise same exception on both Python 2...
2015-04-08 Berker PeksagSkip nntplib tests when transient errors captured.
2015-04-07 Victor StinnerIssue #23879, asyncio: SelectorEventLoop.sock_connect...
2015-04-07 Benjamin Petersonremove smtpd dead code (closes #23873)
next