summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Issue #25827: Merge with 3.5Zachary Ware2015-12-216-0/+196
|\
| * Issue #25827: Add support for ICC to configureZachary Ware2015-12-216-0/+196
* | Issue #25869: Optimized deepcopying ElementTree; it is now 20 times faster.Serhiy Storchaka2015-12-212-24/+56
* | Issue #25873: Optimized iterating ElementTree.Serhiy Storchaka2015-12-212-158/+105
* | Issue #25902: Fixed various refcount issues in ElementTree iteration.Serhiy Storchaka2015-12-214-36/+117
|\ \ | |/
| * Issue #25902: Fixed various refcount issues in ElementTree iteration.Serhiy Storchaka2015-12-214-36/+117
* | Merge from 3.5 to default.Larry Hastings2015-12-201-0/+1
|\ \ | |/
| * Merge 3.4.4 from 3.4 to 3.5.Larry Hastings2015-12-201-0/+1
| |\
| | * Merge.Larry Hastings2015-12-205-7/+19
| | |\
| | | * Post-release touchups for Python 3.4.4 final.Larry Hastings2015-12-202-1/+13
| | | * Added tag v3.4.4 for changeset 737efcadf5a6Larry Hastings2015-12-191-0/+1
| | | * Release bump for Python 3.4.4 final.v3.4.4Larry Hastings2015-12-193-8/+7
| | | * Rebuild pydoc topics for Python 3.4.4 final.Larry Hastings2015-12-191-1/+1
| | | * Fixes #25844: Corrected =/== typo potentially leading to crash in launcher.Vinay Sajip2015-12-131-2/+2
* | | | Issue #25766: Special method __bytes__() now works in str subclasses.Serhiy Storchaka2015-12-203-6/+20
|\ \ \ \ | |/ / /
| * | | Issue #25766: Special method __bytes__() now works in str subclasses.Serhiy Storchaka2015-12-203-6/+20
* | | | Fixed sizeof tests for dict and type (they were passed by accident).Serhiy Storchaka2015-12-201-11/+22
|\ \ \ \ | |/ / /
| * | | Fixed sizeof tests for dict and type (they were passed by accident).Serhiy Storchaka2015-12-201-11/+22
* | | | Don't create non-needed file.Serhiy Storchaka2015-12-201-5/+0
|\ \ \ \ | |/ / /
| * | | Don't create non-needed file.Serhiy Storchaka2015-12-201-5/+0
* | | | Use correct PyGC_Head size in tests for issue #25421.Serhiy Storchaka2015-12-191-1/+1
|\ \ \ \ | |/ / /
| * | | Use correct PyGC_Head size in tests for issue #25421.Serhiy Storchaka2015-12-191-1/+1
* | | | Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.Serhiy Storchaka2015-12-1919-22/+54
|\ \ \ \ | |/ / /
| * | | Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.Serhiy Storchaka2015-12-1919-22/+54
* | | | Issue #22227: The TarFile iterator is reimplemented using generator.Serhiy Storchaka2015-12-192-42/+29
* | | | Merge with 3.5Terry Jan Reedy2015-12-181-1/+1
|\ \ \ \ | |/ / /
| * | | Merge with 3.4Terry Jan Reedy2015-12-181-1/+1
| |\ \ \ | | |/ /
| | * | Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION M...Terry Jan Reedy2015-12-181-1/+1
* | | | Fixed markup and spaces in Misc/NEWS.Serhiy Storchaka2015-12-181-6/+6
|\ \ \ \ | |/ / /
| * | | Fixed markup and spaces in Misc/NEWS.Serhiy Storchaka2015-12-181-2/+2
* | | | Issue #25899: Converted Objects/listsort.txt to UTF-8.Serhiy Storchaka2015-12-181-1/+1
* | | | Issue #25899: Fixed typo in .bzrignore.Serhiy Storchaka2015-12-181-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #25899: Fixed typo in .bzrignore.Serhiy Storchaka2015-12-181-1/+1
* | | | Issue #25899: Converted non-ASCII characters in docstrings and manpageSerhiy Storchaka2015-12-186-10/+10
|\ \ \ \ | |/ / /
| * | | Issue #25899: Converted non-ASCII characters in docstrings and manpageSerhiy Storchaka2015-12-183-4/+4
* | | | Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM.Serhiy Storchaka2015-12-181-2/+4
|\ \ \ \ | |/ / /
| * | | Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM.Serhiy Storchaka2015-12-181-2/+4
* | | | Issue #25889: Got rid of warning about mixing signed/unsigned char pointers.Serhiy Storchaka2015-12-181-2/+3
* | | | Issue #25890: Removed yet one unused variable.Serhiy Storchaka2015-12-181-1/+0
* | | | Issues #25890, #25891, #25892: Removed unused variables in Windows code.Serhiy Storchaka2015-12-182-3/+0
* | | | Issue #25893: Removed unused variable reqdSize.Serhiy Storchaka2015-12-181-1/+4
|\ \ \ \ | |/ / /
| * | | Issue #25893: Removed unused variable reqdSize.Serhiy Storchaka2015-12-181-1/+4
* | | | Merge 3.5Yury Selivanov2015-12-171-0/+6
|\ \ \ \ | |/ / /
| * | | docs: Document ASYNC/AWAIT tokens (issue #25580)Yury Selivanov2015-12-171-0/+6
* | | | Merge from 3.5Martin Panter2015-12-170-0/+0
|\ \ \ \ | |/ / /
| * | | Merge 3.4 into 3.5Martin Panter2015-12-170-0/+0
| |\ \ \ | | |/ /
| | * | Issue #25809: Skip testing platform-dependent French thousands separatorMartin Panter2015-12-121-1/+3
* | | | Merge typo fixes from 3.5Martin Panter2015-12-173-4/+4
|\ \ \ \ | |/ / /
| * | | Fix a couple of typos in code commentsMartin Panter2015-12-173-4/+4
* | | | Merge 3.5Yury Selivanov2015-12-162-6/+6
|\ \ \ \ | |/ / /