Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #25902: Fixed various refcount issues in ElementTree iteration. | Serhiy Storchaka | 2015-12-21 | 4 | -36/+117 |
|\ | |||||
| * | Issue #25902: Fixed various refcount issues in ElementTree iteration. | Serhiy Storchaka | 2015-12-21 | 4 | -36/+117 |
| | | |||||
* | | Merge from 3.5 to default. | Larry Hastings | 2015-12-21 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Merge 3.4.4 from 3.4 to 3.5. | Larry Hastings | 2015-12-21 | 1 | -0/+1 |
| |\ | |||||
| | * | Merge. | Larry Hastings | 2015-12-21 | 5 | -7/+19 |
| | |\ | |||||
| | | * | Post-release touchups for Python 3.4.4 final. | Larry Hastings | 2015-12-21 | 2 | -1/+13 |
| | | | | |||||
| | | * | Added tag v3.4.4 for changeset 737efcadf5a6 | Larry Hastings | 2015-12-20 | 1 | -0/+1 |
| | | | | |||||
| | | * | Release bump for Python 3.4.4 final.v3.4.4 | Larry Hastings | 2015-12-20 | 3 | -8/+7 |
| | | | | |||||
| | | * | Rebuild pydoc topics for Python 3.4.4 final. | Larry Hastings | 2015-12-20 | 1 | -1/+1 |
| | | | | |||||
| | | * | Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. | Vinay Sajip | 2015-12-13 | 1 | -2/+2 |
| | | | | |||||
* | | | | Issue #25766: Special method __bytes__() now works in str subclasses. | Serhiy Storchaka | 2015-12-20 | 3 | -6/+20 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #25766: Special method __bytes__() now works in str subclasses. | Serhiy Storchaka | 2015-12-20 | 3 | -6/+20 |
| | | | | |||||
* | | | | Fixed sizeof tests for dict and type (they were passed by accident). | Serhiy Storchaka | 2015-12-20 | 1 | -11/+22 |
|\ \ \ \ | |/ / / | | | | | | | | | Added tests for dict views iterators. | ||||
| * | | | Fixed sizeof tests for dict and type (they were passed by accident). | Serhiy Storchaka | 2015-12-20 | 1 | -11/+22 |
| | | | | | | | | | | | | | | | | Added tests for dict views iterators. | ||||
* | | | | Don't create non-needed file. | Serhiy Storchaka | 2015-12-20 | 1 | -5/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Don't create non-needed file. | Serhiy Storchaka | 2015-12-20 | 1 | -5/+0 |
| | | | | |||||
* | | | | Use correct PyGC_Head size in tests for issue #25421. | Serhiy Storchaka | 2015-12-19 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Use correct PyGC_Head size in tests for issue #25421. | Serhiy Storchaka | 2015-12-19 | 1 | -1/+1 |
| | | | | |||||
* | | | | Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. | Serhiy Storchaka | 2015-12-19 | 19 | -22/+54 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | This allows sys.getsize() to work correctly with their subclasses with __slots__ defined. | ||||
| * | | | Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. | Serhiy Storchaka | 2015-12-19 | 19 | -22/+54 |
| | | | | | | | | | | | | | | | | | | | | This allows sys.getsize() to work correctly with their subclasses with __slots__ defined. | ||||
* | | | | Issue #22227: The TarFile iterator is reimplemented using generator. | Serhiy Storchaka | 2015-12-19 | 2 | -42/+29 |
| | | | | | | | | | | | | | | | | This implementation is simpler that using class. | ||||
* | | | | Merge with 3.5 | Terry Jan Reedy | 2015-12-18 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge with 3.4 | Terry Jan Reedy | 2015-12-18 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION ↵ | Terry Jan Reedy | 2015-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | MARK. | ||||
* | | | | Fixed markup and spaces in Misc/NEWS. | Serhiy Storchaka | 2015-12-18 | 1 | -6/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fixed markup and spaces in Misc/NEWS. | Serhiy Storchaka | 2015-12-18 | 1 | -2/+2 |
| | | | | |||||
* | | | | Issue #25899: Converted Objects/listsort.txt to UTF-8. | Serhiy Storchaka | 2015-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Original patch by Chris Angelico. | ||||
* | | | | Issue #25899: Fixed typo in .bzrignore. | Serhiy Storchaka | 2015-12-18 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #25899: Fixed typo in .bzrignore. | Serhiy Storchaka | 2015-12-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | Issue #25899: Converted non-ASCII characters in docstrings and manpage | Serhiy Storchaka | 2015-12-18 | 6 | -10/+10 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | to ASCII replacements. Removed UTF-8 BOM from Misc/NEWS. Original patch by Chris Angelico. | ||||
| * | | | Issue #25899: Converted non-ASCII characters in docstrings and manpage | Serhiy Storchaka | 2015-12-18 | 3 | -4/+4 |
| | | | | | | | | | | | | | | | | to ASCII replacements. Original patch by Chris Angelico. | ||||
* | | | | Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM. | Serhiy Storchaka | 2015-12-18 | 1 | -2/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM. | Serhiy Storchaka | 2015-12-18 | 1 | -2/+4 |
| | | | | |||||
* | | | | Issue #25889: Got rid of warning about mixing signed/unsigned char pointers. | Serhiy Storchaka | 2015-12-18 | 1 | -2/+3 |
| | | | | |||||
* | | | | Issue #25890: Removed yet one unused variable. | Serhiy Storchaka | 2015-12-18 | 1 | -1/+0 |
| | | | | |||||
* | | | | Issues #25890, #25891, #25892: Removed unused variables in Windows code. | Serhiy Storchaka | 2015-12-18 | 2 | -3/+0 |
| | | | | | | | | | | | | | | | | Reported by Alexander Riccio. | ||||
* | | | | Issue #25893: Removed unused variable reqdSize. | Serhiy Storchaka | 2015-12-18 | 1 | -1/+4 |
|\ \ \ \ | |/ / / | | | | | | | | | Added test for return code for the last RegQueryValueExW. | ||||
| * | | | Issue #25893: Removed unused variable reqdSize. | Serhiy Storchaka | 2015-12-18 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | Added test for return code for the last RegQueryValueExW. | ||||
* | | | | Merge 3.5 | Yury Selivanov | 2015-12-17 | 1 | -0/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | docs: Document ASYNC/AWAIT tokens (issue #25580) | Yury Selivanov | 2015-12-17 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | Initial patch by SilentGhost | ||||
* | | | | Merge from 3.5 | Martin Panter | 2015-12-17 | 0 | -0/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 3.4 into 3.5 | Martin Panter | 2015-12-17 | 0 | -0/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #25809: Skip testing platform-dependent French thousands separator | Martin Panter | 2015-12-12 | 1 | -1/+3 |
| | | | | |||||
* | | | | Merge typo fixes from 3.5 | Martin Panter | 2015-12-17 | 3 | -4/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix a couple of typos in code comments | Martin Panter | 2015-12-17 | 3 | -4/+4 |
| | | | | |||||
* | | | | Merge 3.5 | Yury Selivanov | 2015-12-17 | 2 | -6/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 3.4 | Yury Selivanov | 2015-12-17 | 2 | -6/+6 |
| |\ \ \ | | |/ / | |||||
| | * | | docs/asyncio: Twek sections names per Nick Coghlan suggestion | Yury Selivanov | 2015-12-17 | 2 | -6/+6 |
| | | | | |||||
* | | | | Merge 3.5 | Yury Selivanov | 2015-12-17 | 1 | -0/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 3.4 | Yury Selivanov | 2015-12-17 | 1 | -0/+4 |
| |\ \ \ | | |/ / |