summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-1833-50/+50
|\
| * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-1831-47/+47
* | Issue 16646 (ftplib): deliberately use intermediate variable after catching e...Giampaolo Rodola'2012-12-171-1/+2
|\ \ | |/
| * Issue 16646 (ftplib): deliberately use intermediate variable after catching e...Giampaolo Rodola'2012-12-171-1/+2
* | Issue #16647: save socket error details in LMTP.connect()Andrew Svetlov2012-12-171-2/+2
|\ \ | |/
| * Issue #16647: save socket error details in LMTP.connect()Andrew Svetlov2012-12-171-2/+2
* | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa...Giampaolo Rodola'2012-12-171-3/+7
|\ \ | |/
| * Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa...Giampaolo Rodola'2012-12-171-3/+7
| * Fix ResourceWarnings in test_ptyAntoine Pitrou2012-12-161-3/+5
* | Issue #15783: Support None default values in the Context() constructor.Stefan Krah2012-12-161-0/+21
* | Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #1387...Antoine Pitrou2012-12-161-1/+8
* | Issue #16696: fix comparison between bytes and string. Also, improve glob tests.Antoine Pitrou2012-12-162-6/+29
|\ \ | |/
| * Issue #16696: fix comparison between bytes and string. Also, improve glob tests.Antoine Pitrou2012-12-162-6/+29
* | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...Antoine Pitrou2012-12-162-1/+17
|\ \ | |/
| * Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...Antoine Pitrou2012-12-162-1/+17
* | #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-161-1/+6
|\ \ | |/
| * #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-161-1/+6
* | Issue #15783: Except for the number methods, the C version of decimal nowStefan Krah2012-12-152-14/+300
* | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...Antoine Pitrou2012-12-152-2/+37
|\ \ | |/
| * Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...Antoine Pitrou2012-12-152-1/+18
* | Issue #16661: Fix the os.getgrouplist() test by not assuming that itRoss Lagerwall2012-12-131-10/+3
* | #15872: Some more Windows related tuning to shutil.rmtree testsHynek Schlawack2012-12-101-7/+7
|\ \ | |/
| * #15872: Some more Windows related tuning to shutil.rmtree testsHynek Schlawack2012-12-101-8/+7
* | #15872: Be flexible with appending *.* in shutil.rmtree test caseHynek Schlawack2012-12-101-1/+1
|\ \ | |/
| * #15872: Be flexible with appending *.* in shutil.rmtree test caseHynek Schlawack2012-12-101-1/+1
* | #15872: More shutil test fixes for WindowsHynek Schlawack2012-12-101-2/+2
|\ \ | |/
| * #15872: More shutil test fixes for WindowsHynek Schlawack2012-12-101-2/+2
* | #15872: Fix shutil.rmtree error tests for WindowsHynek Schlawack2012-12-101-1/+5
|\ \ | |/
| * #15872: Fix shutil.rmtree error tests for WindowsHynek Schlawack2012-12-101-1/+5
* | #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtreeHynek Schlawack2012-12-102-10/+58
|\ \ | |/
| * #15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtreeHynek Schlawack2012-12-101-0/+46
* | Issue #16629: Merge IDLE test fix from 3.2.Chris Jerdonek2012-12-101-1/+1
|\ \ | |/
| * Issue #16629: Fix IDLE idlelib.CallTips test. Patch by Roger Serwy.Chris Jerdonek2012-12-101-1/+1
* | Issue #16582: use int exit code in tkinter._exitAndrew Svetlov2012-12-091-1/+5
|\ \ | |/
| * Issue #16582: use int exit code in tkinter._exitAndrew Svetlov2012-12-091-1/+5
* | Issue #16248: Disable code execution from the user's home directory by tkinte...Antoine Pitrou2012-12-091-1/+3
|\ \ | |/
| * Issue #16248: Disable code execution from the user's home directory by tkinte...Antoine Pitrou2012-12-091-1/+3
* | Merge fixes for #13614, #13512 and #7719 from 3.2Éric Araujo2012-12-096-29/+51
|\ \ | |/
| * Branch mergeÉric Araujo2012-12-096-29/+51
| |\
| | * Fix setup.py register failure with invalid rst in description (#13614).Éric Araujo2012-12-092-11/+26
| | * Create ~/.pypirc securely (#13512).Éric Araujo2012-12-081-10/+1
| | * Ignore .nfs* files in distutils (#7719).Éric Araujo2012-12-083-8/+24
* | | Issue #16602: When a weakref's target was part of a long deallocation chain, ...Antoine Pitrou2012-12-081-0/+21
|\ \ \ | |/ /
| * | Issue #16602: When a weakref's target was part of a long deallocation chain, ...Antoine Pitrou2012-12-081-0/+21
| |/
* | Merge: skip pdb test for #13120 if threading is not available.Andrew Svetlov2012-12-051-0/+3
|\ \ | |/
| * Skip pdb test for #13120 if threading is not available.Andrew Svetlov2012-12-051-0/+3
* | Merge issue #13120: Allow to call pdb.set_trace() from thread.Andrew Svetlov2012-12-042-2/+36
|\ \ | |/
| * Issue #13120: Allow to call pdb.set_trace() from thread.Andrew Svetlov2012-12-042-2/+36
* | Fix test splitting in previous commit.Antoine Pitrou2012-12-031-4/+2
|\ \ | |/
| * Fix test splitting in previous commit.Antoine Pitrou2012-12-031-4/+2