]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2015-04-21  Serhiy StorchakaIssue #23008: Fixed resolving attributes with boolean...
2015-04-21  Serhiy StorchakaIssue #23008: Fixed resolving attributes with boolean...
2015-04-21  Benjamin Petersonmerge 3.4 (#24022)
2015-04-21  Benjamin Petersondo not call into python api if an exception is set...
2015-04-21  Christian HeimesGet rid of unused-but-set-variable warning. len and...
2015-04-21  Greg Ward#17445: difflib: add diff_bytes(), to compare bytes...
2015-04-20  Benjamin Petersonmerge 3.4 (#23989)
2015-04-20  Benjamin Petersonrecommend requests library (closes #23989)
2015-04-20  doko@ubuntu.com - move some NEWS items to 3.5.0 beta 1
2015-04-20  Guido van RossumFix asyncio issue 235 (merge from 3.4).
2015-04-20  Guido van RossumFix asyncio issue 235: Queue subclass bug caused by...
2015-04-20  Serhiy StorchakaIssue #16840: Turn on support of bignums only in final...
2015-04-20  Serhiy StorchakaIssue #16840: Turn on support of bignums only in final...
2015-04-20  Larry HastingsMerge Python 3.5.0a4 release engineering commits.
2015-04-20  Larry HastingsPost-release updates for Python 3.5.0a4.
2015-04-20  Serhiy StorchakaIssue #23908: os functions now reject paths with embedd...
2015-04-20  Serhiy StorchakaIssue #23908: os functions now reject paths with embedd...
2015-04-20  Serhiy StorchakaIssue #23728: binascii.crc_hqx() could return an intege...
2015-04-20  Serhiy StorchakaIssue #23728: binascii.crc_hqx() could return an intege...
2015-04-20  Serhiy StorchakaIssue #23842: Added tests for os.major(), os.minor...
2015-04-20  Serhiy StorchakaIssue #23842: Added tests for os.major(), os.minor...
2015-04-20  Benjamin Petersonmerge 3.4
2015-04-20  Benjamin Petersonfix grammar
2015-04-20  Steve DowerMinor fixes to Windows build scripts
2015-04-20  Steve DowerBacked out buildbot clean
2015-04-20  Steve DowerForce the buildbots to clean up all externals.
2015-04-19  Larry HastingsAdded tag v3.5.0a4 for changeset 413e0e0004f4
2015-04-19  Larry HastingsVersion number bump for Python 3.5.0a4. v3.5.0a4
2015-04-19  Larry HastingsRegenerated pydoc-topics and fixed bad/suspicious doc...
2015-04-19  Christian HeimesIssue #23998: PyImport_ReInitLock() now checks for...
2015-04-19  Christian HeimesIssue #23998: PyImport_ReInitLock() now checks for...
2015-04-19  Christian HeimesIssue #23998: PyImport_ReInitLock() now checks for...
2015-04-19  Serhiy StorchakaFixed error message for the "u#" format code.
2015-04-19  Serhiy StorchakaFixed error message for the "u#" format code.
2015-04-19  Serhiy StorchakaUse PyArg_ParseTuple (new API) instead of PyArg_Parse...
2015-04-19  doko@ubuntu.com - #22980: fix triplet configure test for more targets
2015-04-19  Berker PeksagMark TarInfo.frombuf() and TarInfo.fromtarfile() as...
2015-04-19  Berker PeksagMark TarInfo.frombuf() and TarInfo.fromtarfile() as...
2015-04-19  Berker PeksagIssue #15566: Document encoding and errors parameters...
2015-04-19  Berker PeksagIssue #15566: Document encoding and errors parameters...
2015-04-18  Vinay SajipCloses #23536: Clarified scope of fileConfig()'s API.
2015-04-18  Vinay SajipIssue #23536: Clarified scope of fileConfig()'s API.
2015-04-18  Christian HeimesRemove local dead code. In both blocks dir is always...
2015-04-17  Serhiy StorchakaIssue #20181: Converted the unicodedata module to Argum...
2015-04-17  Serhiy StorchakaIssue #20184: Converted _dbm and _gdbm modules to Argum...
2015-04-17  Berker PeksagFix two typos in AbstractBasicAuthHandler documentation.
2015-04-16  R David Murray#16914: fix test errors under -W error::BytesWarning.
2015-04-16  R David Murray#16914: reflow paragraph and add missing versionchanged.
2015-04-16  R David MurrayNews item for #16914.
2015-04-16  R David Murray#16914: add timestamps to smtplib debugging output...
2015-04-16  R David Murray#7159: generalize urllib prior auth support.
2015-04-16  Christian HeimesMerge
2015-04-16  Christian HeimesUpdate coverity modeling file to silence datetime warnings
2015-04-16  R David Murray#18128: use standard +NNNN timezone format in POT-Creat...
2015-04-16  Christian HeimesRemove redundant check fro md5module.
2015-04-16  Christian HeimesRemove redundant check for tb != NULL to shut up Coveri...
2015-04-16  Christian HeimesFix typo in assert statement
2015-04-16  Serhiy StorchakaNull merge
2015-04-16  Serhiy StorchakaBackported tests from issue #20175.
2015-04-16  Serhiy StorchakaIssue #20175: Converted the _io module to Argument...
2015-04-16  Larry HastingsIssue #23935: Argument Clinic's understanding of format...
2015-04-16  Guido van RossumRemove spurious text from build instructions README.
2015-04-16  Ned DeilyIssues #22980, 23969: For OS X, use PEP 3149-style...
2015-04-15  Berker PeksagIssue #23703: Fix a regression in urljoin() introduced...
2015-04-15  Steve DowerIssue #4254: Adds _curses.update_lines_cols() Patch...
2015-04-15  doko@ubuntu.com#22980: fix triplet configure test for powerpc-linux-gnu
2015-04-15  R David Murray#23949: Improve tuple unpacking error messages.
2015-04-15  Steve DowerUpdates layout of some text in the Windows installer.
2015-04-15  Steve DowerIssue 19933: Provide default argument for ndigits in...
2015-04-15  doko@ubuntu.com - #22980: fix typo in Lib/test/test_sysconfig.py tripl...
2015-04-15  doko@ubuntu.com - configure.ac: remove duplicate PLATDIR definition
2015-04-15  doko@ubuntu.com- Issue #22980: Under Linux, GNU/KFreeBSD and the Hurd...
2015-04-15  Eric V. SmithIssue 23193: Add numeric_owner to tarfile.TarFile.extra...
2015-04-15  Benjamin Petersonadd Allison Kaptur (#21217)
2015-04-15  Benjamin Petersonproperly wrap
2015-04-14  Gregory P.... Add a subprocess.run() function than returns a CalledPr...
2015-04-14  Antoine PitrouIssue #21217: inspect.getsourcelines() now tries to...
2015-04-14  Steve DowerUpdates Windows installer to promote per-user installs...
2015-04-14  Steve DowerGenerates and signs a self-extracting executable contai...
2015-04-14  Gregory P.... issue9859: add the missing versionadded tag to the...
2015-04-14  Larry HastingsIssue #23944: Argument Clinic now wraps long impl proto...
2015-04-14  R David MurrayMerge: #23925: stop (eg) PYTHONSTARTUP from causing...
2015-04-14  R David Murray#23925: stop (eg) PYTHONSTARTUP from causing test_cmd_l...
2015-04-14  Gregory P.... issue9859: Use an expected failure rather than a skip.
2015-04-14  Zachary WareCloses #23956: Merge with 3.4
2015-04-14  Zachary WareIssue #23956: Fix typo in imp.py docstring.
2015-04-14  R David MurrayMerge: #23957: fix typo.
2015-04-14  R David Murray#23957: fix typo.
2015-04-14  Gregory P.... issue9859: Document test.support.detect_api_mismatch...
2015-04-14  Gregory P.... issue9859: rename CPyMatchTest to APIMismatchTest and...
2015-04-14  Gregory P.... issue9859: Adds a CPyMatchTest test case to compare...
2015-04-14  Gregory P.... issue9859: Adds a test.support.detect_api_mismatch...
2015-04-14  Gregory P.... issue9014: Include more formatting on :c:type:`PyObject...
2015-04-14  Gregory P.... issue9014: Include more formatting on :c:type:`PyObject...
2015-04-14  Gregory P.... issue9014: Properly document PyObject_HEAD and friends...
2015-04-14  Gregory P.... issue9014: Properly document PyObject_HEAD and friends...
2015-04-14  Gregory P.... remove trailing space
2015-04-14  Gregory P.... remove trailing space :)
2015-04-14  Gregory P.... issue22046: mention that zipfile can raise NotImplement...
2015-04-14  Gregory P.... issue22046: mention that zipfile can raise NotImplement...
next