Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #15379: Fix passing of non-BMP characters as integers for the charmap ↵ | Antoine Pitrou | 2012-09-23 | 3 | -3/+123 |
|\ | | | | | | | | | | | decoder (already working as unicode strings). Patch by Serhiy Storchaka. | ||||
| * | Issue #15379: Fix passing of non-BMP characters as integers for the charmap ↵ | Antoine Pitrou | 2012-09-23 | 4 | -3/+135 |
| | | | | | | | | | | | | decoder (already working as unicode strings). Patch by Serhiy Storchaka. | ||||
* | | Prefer lzma.open() over lzma.LZMAFile() in lzma module documentation. | Nadeem Vawda | 2012-09-23 | 1 | -4/+4 |
| | | |||||
* | | Fix indentation of examples in lzma module documentation. | Nadeem Vawda | 2012-09-23 | 1 | -2/+2 |
| | | |||||
* | | GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89) | Christian Heimes | 2012-09-23 | 1 | -1/+1 |
| | | |||||
* | | Use C-style comments for C89 / ANSI C compatibility | Christian Heimes | 2012-09-23 | 1 | -1/+1 |
| | | |||||
* | | Use C-style comments (required for the AIX build slave). | Stefan Krah | 2012-09-23 | 1 | -2/+2 |
| | | |||||
* | | Use C-style comments. | Stefan Krah | 2012-09-23 | 1 | -24/+24 |
| | | |||||
* | | #15949, #15899: merge with 3.2. | Ezio Melotti | 2012-09-23 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | #15949, #15899: use \ufffd instead of ?. | Ezio Melotti | 2012-09-23 | 1 | -2/+2 |
| | | |||||
* | | Issue #15969: Fix the issue number in Misc/NEWS | Victor Stinner | 2012-09-23 | 1 | -1/+1 |
| | | |||||
* | | Issue #5969: faulthandler module: rename dump_tracebacks_later() to | Victor Stinner | 2012-09-23 | 4 | -37/+40 |
| | | | | | | | | | | dump_traceback_later() and cancel_dump_tracebacks_later() to cancel_dump_traceback_later(). | ||||
* | | #15925: fix regression: return None for null and non-date strings. | R David Murray | 2012-09-22 | 4 | -24/+20 |
| | | | | | | | | | | | | Since the logic for null detection had to move into the _parseaddr functions, I removed the wrappers from email.utils and just import the _parseaddr functions directly. | ||||
* | | #15949, 15899: merge with 3.2. | Ezio Melotti | 2012-09-22 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | #15949, 15899: avoid using non-latin1 chars in the doc (they break `make ↵ | Ezio Melotti | 2012-09-22 | 1 | -2/+2 |
| | | | | | | | | all-pdf`). | ||||
* | | Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes. | Larry Hastings | 2012-09-21 | 1 | -31/+84 |
| | | |||||
* | | Mention that "defaults" can be None for inspect.getfullargspec. | Larry Hastings | 2012-09-21 | 1 | -5/+6 |
| | | | | | | | | Also minor formatting cleanups. | ||||
* | | Add What's New entries for some minor work I did in 3.3. | Larry Hastings | 2012-09-21 | 1 | -1/+12 |
| | | |||||
* | | #15421: merge with 3.2. | Ezio Melotti | 2012-09-21 | 3 | -1/+14 |
|\ \ | |/ | |||||
| * | #15421: fix an OverflowError in Calendar.itermonthdates() after ↵ | Ezio Melotti | 2012-09-21 | 3 | -1/+14 |
| | | | | | | | | datetime.MAXYEAR. Patch by Cédric Krier. | ||||
* | | #15304: merge with 3.2. | Ezio Melotti | 2012-09-21 | 3 | -1/+14 |
|\ \ | |/ | |||||
| * | #15304: fix wrong warning message in test.support.temp_cwd(). | Ezio Melotti | 2012-09-21 | 2 | -1/+4 |
| | | |||||
* | | #15980: merge with 3.2. | Ezio Melotti | 2012-09-21 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka. | Ezio Melotti | 2012-09-21 | 1 | -2/+2 |
| | | |||||
* | | null merge | doko@ubuntu.com | 2012-09-21 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | - Issue #11715: Fix multiarch detection without having Debian development | doko@ubuntu.com | 2012-09-21 | 2 | -0/+24 |
| | | | | | | | | tools (dpkg-dev) installed. | ||||
* | | merge 3.2 | Benjamin Peterson | 2012-09-21 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | remove gdb noise about linux-vdso | Benjamin Peterson | 2012-09-21 | 1 | -0/+5 |
| | | |||||
* | | null merge | Alexander Belopolsky | 2012-09-20 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Issue #15973: fixed 3.2 backport. | Alexander Belopolsky | 2012-09-20 | 1 | -2/+4 |
| | | |||||
| * | merge | Alexander Belopolsky | 2012-09-20 | 3 | -3/+11 |
| |\ | |||||
* | \ | merge | Alexander Belopolsky | 2012-09-20 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Issue 15959: Merge from 3.2. | Mark Dickinson | 2012-09-20 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue 15959: Fix type mismatch for quick{_neg}_int_allocs. Thanks Serhiy ↵ | Mark Dickinson | 2012-09-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Storchaka. | ||||
* | | | | merged 3.2 | Alexander Belopolsky | 2012-09-20 | 3 | -0/+10 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | Issue #15973: Fixed segmentation fault on timezone comparison to other types. | Alexander Belopolsky | 2012-09-20 | 3 | -3/+11 |
| |/ | |||||
* | | Issue 15985: merge from 3.2. | Mark Dickinson | 2012-09-20 | 1 | -9/+9 |
|\ \ | |/ | |||||
| * | Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek. | Mark Dickinson | 2012-09-20 | 1 | -9/+9 |
| | | |||||
* | | Issue #15144: Fix possible integer overflow when handling pointers as ↵ | Antoine Pitrou | 2012-09-20 | 11 | -45/+44 |
| | | | | | | | | | | | | integer values, by using Py_uintptr_t instead of size_t. Patch by Serhiy Storchaka. | ||||
* | | merge | Christian Heimes | 2012-09-20 | 16 | -38/+64 |
|\ \ | |||||
| * \ | Merge the quotes/backslashes fixes with 3.2. | Ezio Melotti | 2012-09-20 | 3 | -7/+7 |
| |\ \ | | |/ | |||||
| | * | Fix a few quotes/backslashes. | Ezio Melotti | 2012-09-20 | 3 | -7/+7 |
| | | | |||||
| * | | Merge markup fixes in smtpd.rst with 3.2. | Ezio Melotti | 2012-09-20 | 1 | -6/+7 |
| |\ \ | | |/ | |||||
| | * | Fix markup in smtpd.rst. | Ezio Melotti | 2012-09-20 | 1 | -5/+6 |
| | | | |||||
| * | | Update suspicious ignore file. | Ezio Melotti | 2012-09-20 | 1 | -2/+1 |
| | | | |||||
| * | | Fix rst markup. | Ezio Melotti | 2012-09-20 | 2 | -4/+4 |
| | | | |||||
| * | | Merge rst markup fixes in timeit docs with 3.2. | Ezio Melotti | 2012-09-20 | 1 | -10/+10 |
| |\ \ | | |/ | |||||
| | * | Fix rst markup in timeit docs. | Ezio Melotti | 2012-09-20 | 1 | -10/+10 |
| | | | |||||
| * | | #15970: merge with 3.2. | Ezio Melotti | 2012-09-19 | 3 | -1/+16 |
| |\ \ | | |/ | |||||
| | * | #15970: xml.etree.ElementTree now serializes correctly the empty HTML ↵ | Ezio Melotti | 2012-09-19 | 3 | -1/+24 |
| | | | | | | | | | | | | elements "meta" and "param". |