summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* merge 3.4 (#24044)Benjamin Peterson2015-04-231-0/+3
|\
| * merge 3.3 (#24044)Benjamin Peterson2015-04-231-0/+3
| |\
| | * merge 3.2 (#24044)Benjamin Peterson2015-04-231-0/+3
| | |\
| | | * properly handle malloc failure (closes #24044)Benjamin Peterson2015-04-231-0/+3
* | | | Issue #24031: make patchcheck now supports git checkouts, too.Christian Heimes2015-04-231-0/+4
|\ \ \ \ | |/ / /
| * | | Issue #24031: make patchcheck now supports git checkouts, too.Christian Heimes2015-04-231-0/+4
* | | | Issue #24029: Document the name binding behavior for submodule imports.Barry Warsaw2015-04-221-0/+5
|\ \ \ \ | |/ / /
| * | | Issue #24029: Document the name binding behavior for submodule imports.Barry Warsaw2015-04-221-0/+5
* | | | Issue #23887: urllib.error.HTTPError now has a proper repr() representation.Facundo Batista2015-04-221-0/+3
* | | | - move NEWS item to 3.5doko@ubuntu.com2015-04-221-3/+3
* | | | Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor do...Berker Peksag2015-04-221-0/+3
* | | | Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.Serhiy Storchaka2015-04-211-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.Serhiy Storchaka2015-04-211-0/+2
* | | | merge 3.4 (#24022)Benjamin Peterson2015-04-211-0/+2
|\ \ \ \ | |/ / /
| * | | do not call into python api if an exception is set (#24022)Benjamin Peterson2015-04-211-0/+2
* | | | #17445: difflib: add diff_bytes(), to compare bytes rather than strGreg Ward2015-04-211-0/+4
* | | | - move some NEWS items to 3.5.0 beta 1doko@ubuntu.com2015-04-201-10/+10
* | | | Fix asyncio issue 235 (merge from 3.4).Guido van Rossum2015-04-201-0/+4
|\ \ \ \ | |/ / /
| * | | Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge.Guido van Rossum2015-04-201-0/+4
* | | | Merge Python 3.5.0a4 release engineering commits.Larry Hastings2015-04-201-0/+6
|\ \ \ \
| * \ \ \ Issue #23908: os functions now reject paths with embedded null characterSerhiy Storchaka2015-04-201-0/+3
| |\ \ \ \ | | |/ / /
| | * | | Issue #23908: os functions now reject paths with embedded null characterSerhiy Storchaka2015-04-201-0/+3
| * | | | Issue #23728: binascii.crc_hqx() could return an integer outside of the rangeSerhiy Storchaka2015-04-201-0/+3
| |\ \ \ \ | | |/ / /
| | * | | Issue #23728: binascii.crc_hqx() could return an integer outside of the rangeSerhiy Storchaka2015-04-201-0/+3
* | | | | Post-release updates for Python 3.5.0a4.Larry Hastings2015-04-201-0/+12
* | | | | Version number bump for Python 3.5.0a4.v3.5.0a4Larry Hastings2015-04-191-1/+1
|/ / / /
* | | | Issue #23998: PyImport_ReInitLock() now checks for lock allocation errorChristian Heimes2015-04-191-0/+5
|\ \ \ \ | |/ / /
| * | | Issue #23998: PyImport_ReInitLock() now checks for lock allocation errorChristian Heimes2015-04-191-0/+5
| |\ \ \ | | |/ /
| | * | Issue #23998: PyImport_ReInitLock() now checks for lock allocation errorChristian Heimes2015-04-191-0/+5
* | | | News item for #16914.R David Murray2015-04-161-0/+2
* | | | #16914: add timestamps to smtplib debugging output via new debuglevel 2.R David Murray2015-04-161-0/+2
* | | | #7159: generalize urllib prior auth support.R David Murray2015-04-162-0/+5
* | | | MergeChristian Heimes2015-04-161-1/+57
|\ \ \ \
| * | | | Update coverity modeling file to silence datetime warningsChristian Heimes2015-04-161-1/+57
* | | | | #18128: use standard +NNNN timezone format in POT-Creation-Date header.R David Murray2015-04-162-0/+4
|/ / / /
* | | | Issue #23935: Argument Clinic's understanding of format unitsLarry Hastings2015-04-161-0/+4
* | | | Issues #22980, 23969: For OS X, use PEP 3149-style file names for extensionNed Deily2015-04-161-1/+2
* | | | Issue #23703: Fix a regression in urljoin() introduced in 901e4e52b20a.Berker Peksag2015-04-151-0/+3
* | | | Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon YaariSteve Dower2015-04-151-0/+2
* | | | Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky...Steve Dower2015-04-151-0/+3
* | | | - Issue #22980: Under Linux, GNU/KFreeBSD and the Hurd, C extensions now includedoko@ubuntu.com2015-04-151-4/+4
* | | | Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFi...Eric V. Smith2015-04-152-0/+5
* | | | add Allison Kaptur (#21217)Benjamin Peterson2015-04-152-3/+4
* | | | Add a subprocess.run() function than returns a CalledProcess instance for aGregory P. Smith2015-04-141-0/+3
* | | | Issue #21217: inspect.getsourcelines() now tries to compute the start andAntoine Pitrou2015-04-142-1/+7
* | | | Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.Larry Hastings2015-04-141-0/+2
* | | | Issue #23811: Add missing newline to the PyCompileError error message.Berker Peksag2015-04-141-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #23811: Add missing newline to the PyCompileError error message.Berker Peksag2015-04-141-0/+3
* | | | Merge from 3.4Andrew Kuchling2015-04-141-2/+2
|\ \ \ \ | |/ / /
| * | | Reword NEWS item a bitAndrew Kuchling2015-04-141-2/+2