Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #16618: Make glob.glob match consistently across strings and bytes | Hynek Schlawack | 2012-12-27 | 2 | -29/+55 |
| | | | | | | Fixes handling of leading dots. Patch by Serhiy Storchaka. | ||||
* | fix test for subprocess (#16644) | Andrew Svetlov | 2012-12-26 | 1 | -2/+1 |
| | |||||
* | Issue #14574: Ignore socket errors raised when flushing a connection on close. | Kristján Valur Jónsson | 2012-12-25 | 1 | -1/+6 |
| | |||||
* | Issue #16702: Skip proxies for localhost in urllib2_localnet tests | Senthil Kumaran | 2012-12-26 | 1 | -0/+2 |
| | |||||
* | Add test coverage for os.removedirs (#16775) | Andrew Svetlov | 2012-12-25 | 1 | -0/+46 |
| | |||||
* | Fix issue16713 - tel url parsing with params | Senthil Kumaran | 2012-12-24 | 2 | -1/+30 |
| | |||||
* | Keep ref to ECHILD in local scope (#16650) | Andrew Svetlov | 2012-12-24 | 1 | -2/+2 |
| | |||||
* | Issue #16511: Use default IDLE width and height if config param is not valid. | Andrew Svetlov | 2012-12-24 | 4 | -35/+62 |
| | | | | Patch Serhiy Storchaka. | ||||
* | Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that ↵ | Senthil Kumaran | 2012-12-23 | 2 | -10/+30 |
| | | | | to return headers correctly | ||||
* | replace threw with raised (#16714) | Andrew Svetlov | 2012-12-19 | 2 | -2/+2 |
| | |||||
* | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 31 | -47/+47 |
| | | | | Patch by Serhiy Storchaka. | ||||
* | Issue 16646 (ftplib): deliberately use intermediate variable after catching ↵ | Giampaolo Rodola' | 2012-12-17 | 1 | -1/+2 |
| | | | | exception | ||||
* | 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 | 1 | -3/+7 |
| | | | | (patch by Serhiy Storchaka) | ||||
* | Fix ResourceWarnings in test_pty | Antoine Pitrou | 2012-12-16 | 1 | -3/+5 |
| | |||||
* | Issue #16696: fix comparison between bytes and string. Also, improve glob tests. | Antoine Pitrou | 2012-12-16 | 2 | -6/+29 |
| | |||||
* | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the ↵ | Antoine Pitrou | 2012-12-16 | 2 | -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 | 1 | -1/+6 |
| | | | | Patch by Sebastian Kreft. | ||||
* | Issue #16298: In HTTPResponse.read(), close the socket when there is no ↵ | Antoine Pitrou | 2012-12-15 | 2 | -1/+18 |
| | | | | | | Content-Length and the incoming stream is finished. Patch by Eran Rundstein. | ||||
* | #15872: Some more Windows related tuning to shutil.rmtree tests | Hynek Schlawack | 2012-12-10 | 1 | -8/+7 |
| | | | | | | Turns out, the snakebite bots behave also their peculiarities. I'm really not proud of this stream of commits. :( | ||||
* | #15872: Be flexible with appending *.* in shutil.rmtree test case | Hynek Schlawack | 2012-12-10 | 1 | -1/+1 |
| | | | | The Windows buildbots seem to be unable to agree whether they need them or not. | ||||
* | #15872: More shutil test fixes for Windows | Hynek Schlawack | 2012-12-10 | 1 | -2/+2 |
| | |||||
* | #15872: Fix shutil.rmtree error tests for Windows | Hynek Schlawack | 2012-12-10 | 1 | -1/+5 |
| | |||||
* | #15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtree | Hynek Schlawack | 2012-12-10 | 1 | -0/+46 |
| | | | | | It cause shutil.rmtree not ignore all errors. Also add a test ensuring that rmtree fails when being called on a symlink. Patch by Serhiy Storchaka. | ||||
* | Issue #16629: Fix IDLE idlelib.CallTips test. Patch by Roger Serwy. | Chris Jerdonek | 2012-12-10 | 1 | -1/+1 |
| | | | | This commit updates a test broken by the change made for issue #14783. | ||||
* | Issue #16582: use int exit code in tkinter._exit | Andrew Svetlov | 2012-12-09 | 1 | -1/+5 |
| | |||||
* | Issue #16248: Disable code execution from the user's home directory by ↵ | Antoine Pitrou | 2012-12-09 | 1 | -1/+3 |
| | | | | | | tkinter when the -E flag is passed to Python. Patch by Zachary Ware. | ||||
* | Branch merge | Éric Araujo | 2012-12-09 | 6 | -29/+51 |
|\ | |||||
| * | Fix setup.py register failure with invalid rst in description (#13614). | Éric Araujo | 2012-12-09 | 2 | -11/+26 |
| | | | | | | | | Original patch by Julien Courteau and Pierre Paul Lefebvre. | ||||
| * | Create ~/.pypirc securely (#13512). | Éric Araujo | 2012-12-08 | 1 | -10/+1 |
| | | | | | | | | | | | | There was a window between the write and the chmod where the user’s password would be exposed, depending on default permissions. Philip Jenvey’s patch fixes it. | ||||
| * | Ignore .nfs* files in distutils (#7719). | Éric Araujo | 2012-12-08 | 3 | -8/+24 |
| | | | | | | | | | | | | | | | | These files are created by some NFS clients a file is edited and removed concurrently (see added link in doc for more info). If such a file is removed between distutils calls listdir and copy, it will get confused. Other special files are ignored in sdist (namely VCS directories), but this has to be filtered out earlier. | ||||
* | | Issue #16602: When a weakref's target was part of a long deallocation chain, ↵ | Antoine Pitrou | 2012-12-08 | 1 | -0/+21 |
|/ | | | | | | 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. | ||||
* | Skip pdb test for #13120 if threading is not available. | Andrew Svetlov | 2012-12-05 | 1 | -0/+3 |
| | |||||
* | Issue #13120: Allow to call pdb.set_trace() from thread. | Andrew Svetlov | 2012-12-04 | 2 | -2/+36 |
| | | | | Patch by Ilya Sandler. | ||||
* | 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/+12 |
| | | | | requirements. | ||||
* | Issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper | Andrew Svetlov | 2012-12-03 | 1 | -2/+2 |
| | |||||
* | Issue #10182: The re module doesn't truncate indices to 32 bits anymore. | Antoine Pitrou | 2012-12-02 | 1 | -1/+16 |
| | | | | Patch by Serhiy Storchaka. | ||||
* | enumerate only requires an iterable (closes #16573) | Benjamin Peterson | 2012-11-29 | 2 | -6/+18 |
| | | | | Patch by Jonathan Kotta. | ||||
* | Issue #16477: Close tarfile internal handlers in case of exception. | Andrew Svetlov | 2012-11-29 | 1 | -13/+11 |
| | | | | Patch by Serhiy Storchaka. | ||||
* | #16549: fix test failures on Windows. | Ezio Melotti | 2012-11-29 | 1 | -2/+2 |
| | |||||
* | #16476: Fix json.tool to avoid including trailing whitespace. | Ezio Melotti | 2012-11-29 | 2 | -9/+10 |
| | |||||
* | #16549: Make json.tool work again on Python 3 and add tests. Initial patch ↵ | Ezio Melotti | 2012-11-29 | 2 | -9/+80 |
| | | | | by Berker Peksag and Serhiy Storchaka. | ||||
* | #16333: document a way to get rid of trailing whitespace when indent is used. | Ezio Melotti | 2012-11-28 | 2 | -5/+12 |
| | |||||
* | #16559: Add more tests for the json module. Patch by Serhiy Storchaka. | Ezio Melotti | 2012-11-26 | 3 | -15/+44 |
| | |||||
* | Closes #16521: Improved error handling for basicConfig(), added tests for same. | Vinay Sajip | 2012-11-25 | 2 | -9/+168 |
| | |||||
* | Issue #12848: The pure Python pickle implementation now treats object ↵ | Antoine Pitrou | 2012-11-24 | 1 | -13/+26 |
| | | | | | | lengths as unsigned 32-bit integers, like the C implementation does. Patch by Serhiy Storchaka. | ||||
* | Remove debug print. | Ezio Melotti | 2012-11-23 | 1 | -4/+0 |
| | |||||
* | #16306: report only the first unknown option and add more tests. Patch by ↵ | Ezio Melotti | 2012-11-23 | 1 | -3/+15 |
| | | | | Serhiy Storchaka. | ||||
* | Improve str() and object.__str__() documentation (issue #13538). | Chris Jerdonek | 2012-11-21 | 2 | -0/+21 |
| |