Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Issue #13863: fix incorrect .pyc timestamps on Windows / NTFS (apparently ↵ | Mark Dickinson | 2012-12-24 | 3 | -6/+91 | |
| | | | | | | | | | | | | | | | | due to buggy fstat) | |||||
| | * | | Issue #16511: Use default IDLE width and height if config param is not valid. | Andrew Svetlov | 2012-12-24 | 4 | -27/+48 | |
| | | | | | | | | | | | | | | | | Patch Serhiy Storchaka. | |||||
| | * | | Issue #16443: Add docstrings to regular expression match objects. | Andrew Svetlov | 2012-12-23 | 3 | -9/+53 | |
| | | | | | | | | | | | | | | | | Patch by Anton Kasyanov. | |||||
| | * | | Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that ↵ | Senthil Kumaran | 2012-12-23 | 3 | -10/+31 | |
| | | | | | | | | | | | | | | | | to return headers correctly | |||||
| | * | | Issue #16045: add more unit tests for built-in int() | Andrew Svetlov | 2012-12-23 | 2 | -0/+56 | |
| | | | | | | | | | | | | | | | | Patch by Chris Jerdonek. | |||||
| | * | | Add missing label. | Georg Brandl | 2012-12-22 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | Fix indentation. | Georg Brandl | 2012-12-22 | 1 | -8/+8 | |
| | | | | ||||||
| | * | | ctypes: DECREF error_object _after_ re-acquiring GIL | Kristjan Valur Jonsson | 2012-12-21 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | #8853: Allow port to be of type long for socket.getaddrinfo() | Petri Lehtinen | 2012-12-20 | 3 | -4/+11 | |
| | | | | ||||||
| | * | | add news note (#16597) | Benjamin Peterson | 2012-12-20 | 1 | -0/+3 | |
| | | | | ||||||
| | * | | call close on the underlying stream even if flush raises (#16597) | Benjamin Peterson | 2012-12-20 | 4 | -13/+68 | |
| | | | | ||||||
| | * | | replace threw with raised (#16714) | Andrew Svetlov | 2012-12-19 | 2 | -2/+2 | |
| | | | | ||||||
| | * | | revert comment wording (#16714) | Andrew Svetlov | 2012-12-19 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 34 | -52/+52 | |
| | | | | | | | | | | | | | | | | Patch by Serhiy Storchaka. | |||||
| | * | | merge heads | Andrew Svetlov | 2012-12-17 | 1 | -2/+2 | |
| | |\ \ | ||||||
| | | * | | Issue #16647: save socket error details in LMTP.connect() | Andrew Svetlov | 2012-12-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Patch by Serhiy Storchaka. | |||||
| | * | | | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. ↵ | Giampaolo Rodola' | 2012-12-17 | 2 | -4/+10 | |
| | |/ / | | | | | | | | | | | | | (patch by Serhiy Storchaka) | |||||
| | * | | Update example: Counter.subtract returns None, not self | Andrew Svetlov | 2012-12-17 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | Fix #14901. Update some sections of Windows FAQ. | Brian Curtin | 2012-12-17 | 2 | -305/+30 | |
| | | | | | | | | | | | | | | | | Patch by Ashish Nitin Patil. | |||||
| | * | | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the ↵ | Antoine Pitrou | 2012-12-16 | 3 | -1/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | pattern contains a wildcard in the drive or UNC path. Patch by Serhiy Storchaka. | |||||
| | * | | #16664: Add regression tests for glob's behaviour concerning "."-entries | Hynek Schlawack | 2012-12-16 | 3 | -1/+10 | |
| | | | | | | | | | | | | | | | | Patch by Sebastian Kreft. | |||||
| | * | | remove dead code | Benjamin Peterson | 2012-12-15 | 1 | -2/+0 | |
| | | | | ||||||
| | * | | Issue #16298: In HTTPResponse.read(), close the socket when there is no ↵ | Antoine Pitrou | 2012-12-15 | 4 | -1/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Content-Length and the incoming stream is finished. Patch by Eran Rundstein. | |||||
| | * | | #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. | Ezio Melotti | 2012-12-14 | 1 | -6/+6 | |
| | | | | ||||||
| | * | | #16681: use "bidirectional class" instead of "bidirectional category" in the ↵ | Ezio Melotti | 2012-12-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | docstring too. | |||||
| | * | | #16681: use "bidirectional class" instead of "bidirectional category". | Ezio Melotti | 2012-12-14 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Make PyAST_obj2mod C89 compliant. (Follow-up commit from asdl_c.py.) | Trent Nelson | 2012-12-13 | 1 | -3/+11 | |
| | | | | ||||||
| | * | | Make PyAST_obj2mod C89 compliant. | Trent Nelson | 2012-12-13 | 1 | -3/+11 | |
| | | | | ||||||
| | * | | IRIX: force MIPSpro to treat #errors as errors, not warnings. | Trent Nelson | 2012-12-13 | 2 | -0/+66 | |
| | | | | ||||||
| | * | | 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. | Gregory P. Smith | 2012-12-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Found by Clang trunk's Undefined-Behavior Sanitizer. [more to come] | |||||
| | * | | Issue #16582: use int exit code in tkinter._exit | Andrew Svetlov | 2012-12-09 | 1 | -1/+5 | |
| | | | | ||||||
| | * | | Document the reason attribute of urllib.HTTPError Patch by Berker Peksag | Senthil Kumaran | 2012-12-09 | 1 | -0/+3 | |
| | | | | ||||||
| | * | | Issue #16248: Disable code execution from the user's home directory by ↵ | Antoine Pitrou | 2012-12-09 | 2 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | tkinter when the -E flag is passed to Python. Patch by Zachary Ware. | |||||
| | * | | Branch merge | Éric Araujo | 2012-12-09 | 6 | -16/+33 | |
| | |\ \ | ||||||
| | | * | | Use proper skip instead of reporting success in one distutils test | Éric Araujo | 2012-12-09 | 1 | -7/+1 | |
| | | | | | ||||||
| | | * | | Fix setup.py register failure with invalid rst in description (#13614). | Éric Araujo | 2012-12-09 | 4 | -4/+29 | |
| | | | | | | | | | | | | | | | | | | | | Original patch by Julien Courteau and Pierre Paul Lefebvre. | |||||
| | | * | | Remove code unneeded after f833e7ec4de1 | Éric Araujo | 2012-12-08 | 1 | -5/+0 | |
| | | | | | ||||||
| | | * | | Add versionchanged note for a56cebff113a | Éric Araujo | 2012-12-08 | 1 | -0/+3 | |
| | | | | | ||||||
| | * | | | Issue #16602: When a weakref's target was part of a long deallocation chain, ↵ | Antoine Pitrou | 2012-12-08 | 5 | -4/+39 | |
| | |/ / | | | | | | | | | | | | | | | | | | | | | the object could remain reachable through its weakref even though its refcount had dropped to zero. Thanks to Eugene Toder for diagnosing and reporting the issue. | |||||
| | * | | Drop double newlines printed in some file iteration examples. | Andrew Svetlov | 2012-12-08 | 4 | -6/+7 | |
| | | | | | | | | | | | | | | | | Patch by Steven Kryskalla. | |||||
| | * | | Remove debug output from example. | Ezio Melotti | 2012-12-08 | 1 | -1/+0 | |
| | | | | ||||||
| | * | | Issue #16628: Fix a memory leak in ctypes.resize(). | Antoine Pitrou | 2012-12-08 | 4 | -2/+5 | |
| | | | | ||||||
| | * | | Document that hour in datetime.time ctor is optional parameter. | Andrew Svetlov | 2012-12-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Thanks to Sean Munkel from docs@ | |||||
| | * | | Closes #16588: Silence unused-but-set warnings in Python/thread_pthread.h | Jesus Cea | 2012-12-05 | 2 | -0/+5 | |
| | | | | ||||||
| | * | | Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. | Victor Stinner | 2012-12-04 | 2 | -3/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This is necessary for ZFS systems, which don't support UF_IMMUTABLE. -- Kubilay Kocak (koobs) asked me on IRC to backport this fix to Python 2.7: done! | |||||
| | * | | Fix test splitting in previous commit. | Antoine Pitrou | 2012-12-03 | 1 | -4/+2 | |
| | | | | ||||||
| | * | | Split the bigmem re test in two separate tests with different memory ↵ | Antoine Pitrou | 2012-12-03 | 1 | -2/+10 | |
| | | | | | | | | | | | | | | | | requirements. | |||||
| | * | | document UnicodeError attributes | Benjamin Peterson | 2012-12-02 | 1 | -0/+24 | |
| | | | | ||||||
| | * | | Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on ↵ | Mark Dickinson | 2012-12-02 | 4 | -8/+93 | |
| | | | | | | | | | | | | | | | | some platforms. | |||||
| | * | | Issue #10182: The re module doesn't truncate indices to 32 bits anymore. | Antoine Pitrou | 2012-12-02 | 3 | -5/+24 | |
| | | | | | | | | | | | | | | | | Patch by Serhiy Storchaka. |