| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Issue #23996: Avoid a crash when a delegated generator raises an unnormalized... | Antoine Pitrou | 2015-04-26 | 1 | -0/+3 |
|
|
* | | | Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. | Gregory P. Smith | 2015-04-25 | 2 | -0/+2 |
|
|
* | | | (Merge 3.4) Issue #9246: On POSIX, os.getcwd() now supports paths longer than | Victor Stinner | 2015-04-24 | 1 | -1/+4 |
|\ \ \
| |/ / |
|
| * | | Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes | Victor Stinner | 2015-04-24 | 1 | -0/+3 |
|
|
* | | | merge 3.4 (#24044) | Benjamin Peterson | 2015-04-23 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | merge 3.3 (#24044) | Benjamin Peterson | 2015-04-23 | 1 | -0/+3 |
| |\ \
| | |/ |
|
| | * | merge 3.2 (#24044) | Benjamin Peterson | 2015-04-23 | 1 | -0/+3 |
| | |\ |
|
| | | * | properly handle malloc failure (closes #24044) | Benjamin Peterson | 2015-04-23 | 1 | -0/+3 |
|
|
* | | | | Issue #24031: make patchcheck now supports git checkouts, too. | Christian Heimes | 2015-04-23 | 1 | -0/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #24031: make patchcheck now supports git checkouts, too. | Christian Heimes | 2015-04-23 | 1 | -0/+4 |
|
|
* | | | | Issue #24029: Document the name binding behavior for submodule imports. | Barry Warsaw | 2015-04-22 | 1 | -0/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #24029: Document the name binding behavior for submodule imports. | Barry Warsaw | 2015-04-22 | 1 | -0/+5 |
|
|
* | | | | Issue #23887: urllib.error.HTTPError now has a proper repr() representation. | Facundo Batista | 2015-04-22 | 1 | -0/+3 |
|
|
* | | | | - move NEWS item to 3.5 | doko@ubuntu.com | 2015-04-22 | 1 | -3/+3 |
|
|
* | | | | Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor do... | Berker Peksag | 2015-04-22 | 1 | -0/+3 |
|
|
* | | | | Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. | Serhiy Storchaka | 2015-04-21 | 1 | -0/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. | Serhiy Storchaka | 2015-04-21 | 1 | -0/+2 |
|
|
* | | | | merge 3.4 (#24022) | Benjamin Peterson | 2015-04-21 | 1 | -0/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | do not call into python api if an exception is set (#24022) | Benjamin Peterson | 2015-04-21 | 1 | -0/+2 |
|
|
* | | | | #17445: difflib: add diff_bytes(), to compare bytes rather than str | Greg Ward | 2015-04-21 | 1 | -0/+4 |
|
|
* | | | | - move some NEWS items to 3.5.0 beta 1 | doko@ubuntu.com | 2015-04-20 | 1 | -10/+10 |
|
|
* | | | | Fix asyncio issue 235 (merge from 3.4). | Guido van Rossum | 2015-04-20 | 1 | -0/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge. | Guido van Rossum | 2015-04-20 | 1 | -0/+4 |
|
|
* | | | | Merge Python 3.5.0a4 release engineering commits. | Larry Hastings | 2015-04-20 | 1 | -0/+6 |
|\ \ \ \ |
|
| * \ \ \ | Issue #23908: os functions now reject paths with embedded null character | Serhiy Storchaka | 2015-04-20 | 1 | -0/+3 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Issue #23908: os functions now reject paths with embedded null character | Serhiy Storchaka | 2015-04-20 | 1 | -0/+3 |
|
|
| * | | | | Issue #23728: binascii.crc_hqx() could return an integer outside of the range | Serhiy Storchaka | 2015-04-20 | 1 | -0/+3 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Issue #23728: binascii.crc_hqx() could return an integer outside of the range | Serhiy Storchaka | 2015-04-20 | 1 | -0/+3 |
|
|
* | | | | | Post-release updates for Python 3.5.0a4. | Larry Hastings | 2015-04-20 | 1 | -0/+12 |
|
|
* | | | | | Version number bump for Python 3.5.0a4.v3.5.0a4 | Larry Hastings | 2015-04-19 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Issue #23998: PyImport_ReInitLock() now checks for lock allocation error | Christian Heimes | 2015-04-19 | 1 | -0/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #23998: PyImport_ReInitLock() now checks for lock allocation error | Christian Heimes | 2015-04-19 | 1 | -0/+5 |
| |\ \ \
| | |/ / |
|
| | * | | Issue #23998: PyImport_ReInitLock() now checks for lock allocation error | Christian Heimes | 2015-04-19 | 1 | -0/+5 |
|
|
* | | | | News item for #16914. | R David Murray | 2015-04-16 | 1 | -0/+2 |
|
|
* | | | | #16914: add timestamps to smtplib debugging output via new debuglevel 2. | R David Murray | 2015-04-16 | 1 | -0/+2 |
|
|
* | | | | #7159: generalize urllib prior auth support. | R David Murray | 2015-04-16 | 2 | -0/+5 |
|
|
* | | | | Merge | Christian Heimes | 2015-04-16 | 1 | -1/+57 |
|\ \ \ \ |
|
| * | | | | Update coverity modeling file to silence datetime warnings | Christian Heimes | 2015-04-16 | 1 | -1/+57 |
|
|
* | | | | | #18128: use standard +NNNN timezone format in POT-Creation-Date header. | R David Murray | 2015-04-16 | 2 | -0/+4 |
|/ / / / |
|
* | | | | Issue #23935: Argument Clinic's understanding of format units | Larry Hastings | 2015-04-16 | 1 | -0/+4 |
|
|
* | | | | Issues #22980, 23969: For OS X, use PEP 3149-style file names for extension | Ned Deily | 2015-04-16 | 1 | -1/+2 |
|
|
* | | | | Issue #23703: Fix a regression in urljoin() introduced in 901e4e52b20a. | Berker Peksag | 2015-04-15 | 1 | -0/+3 |
|
|
* | | | | Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari | Steve Dower | 2015-04-15 | 1 | -0/+2 |
|
|
* | | | | Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky... | Steve Dower | 2015-04-15 | 1 | -0/+3 |
|
|
* | | | | - Issue #22980: Under Linux, GNU/KFreeBSD and the Hurd, C extensions now include | doko@ubuntu.com | 2015-04-15 | 1 | -4/+4 |
|
|
* | | | | Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFi... | Eric V. Smith | 2015-04-15 | 2 | -0/+5 |
|
|
* | | | | add Allison Kaptur (#21217) | Benjamin Peterson | 2015-04-15 | 2 | -3/+4 |
|
|
* | | | | Add a subprocess.run() function than returns a CalledProcess instance for a | Gregory P. Smith | 2015-04-14 | 1 | -0/+3 |
|
|
* | | | | Issue #21217: inspect.getsourcelines() now tries to compute the start and | Antoine Pitrou | 2015-04-14 | 2 | -1/+7 |
|
|
* | | | | Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. | Larry Hastings | 2015-04-14 | 1 | -0/+2 |
|
|