]> granicus.if.org Git - python/shortlog
python
2015-04-24 Benjamin Petersonmerge 3.4 (#24049)
2015-04-24 Benjamin Petersonremove dead *-import checking code (closes #24049)
2015-04-23 Serhiy StorchakaIssue #24007: Argument Clinic now writes the format...
2015-04-23 Benjamin Petersonmerge 3.4 (#24044)
2015-04-23 Benjamin Petersonmerge 3.3 (#24044)
2015-04-23 Benjamin Petersonmerge 3.2 (#24044)
2015-04-23 Benjamin Petersonproperly handle malloc failure (closes #24044)
2015-04-23 Christian HeimesIssue #24031: make patchcheck now supports git checkout...
2015-04-23 Christian HeimesIssue #24031: make patchcheck now supports git checkout...
2015-04-23 Serhiy StorchakaIssue #23713: Fixed fragility of test_imap_unordered_ha...
2015-04-23 Serhiy StorchakaIssue #23713: Fixed fragility of test_imap_unordered_ha...
2015-04-23 Serhiy StorchakaUse more precise Tcl version checks in tests.
2015-04-23 Serhiy StorchakaUse more precise Tcl version checks in tests.
2015-04-22 Barry WarsawIssue #24029: Document the name binding behavior for...
2015-04-22 Barry WarsawIssue #24029: Document the name binding behavior for...
2015-04-22 Barry WarsawIssue #24029: Document the name binding behavior for...
2015-04-22 Christian HeimesNext attempt: fix .gitignore for Unix and OSX. Sorry...
2015-04-22 Christian HeimesNext attempt: fix .gitignore for Unix and OSX. Sorry...
2015-04-22 Facundo BatistaIssue #23887: urllib.error.HTTPError now has a proper...
2015-04-22 Christian HeimesFix .gitignore for 'python' binary.
2015-04-22 Christian HeimesFix .gitignore for 'python' binary.
2015-04-22 Benjamin Petersonmerge 3.4 (#22785)
2015-04-22 Benjamin Petersonimproved range docstring (closes #22785)
2015-04-22 doko@ubuntu.com - move NEWS item to 3.5
2015-04-22 Berker PeksagIssue #21483: Skip test_timestamp_overflow on NFS.
2015-04-22 Serhiy StorchakaMerge heads
2015-04-22 Serhiy StorchakaIssue #16840. Turn off bignum support in tkinter with...
2015-04-22 Serhiy StorchakaIssue #16840. Turn off bignum support in tkinter with...
2015-04-22 Berker PeksagIssue #23917: Fall back to sequential compilation when...
2015-04-22 Serhiy StorchakaFixed full Tcl version parsing in tests for pre-final...
2015-04-22 Serhiy StorchakaFixed full Tcl version parsing in tests for pre-final...
2015-04-21 Andrew KuchlingMerge from 3.4
2015-04-21 Andrew Kuchling#15183: clarify timeit documentation to say that setup...
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.
next