summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Close #14136 by cleaning up the PEP 409 command line test (patch by Ethan Fur...Nick Coghlan2012-05-212-52/+20
* Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.ne...Nick Coghlan2012-05-211-0/+123
* Issue #14814: addition of the ipaddress module (stage 1 - code and tests)Nick Coghlan2012-05-201-0/+1142
* Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...Senthil Kumaran2012-05-201-4/+4
|\
| * Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Pa...Senthil Kumaran2012-05-201-4/+4
* | Issue #14849: setup Element data members to be assignable in subclassesEli Bendersky2012-05-201-0/+4
* | Close #14588: added a PEP 3115 compliant dynamic type creation mechanismNick Coghlan2012-05-191-1/+250
* | #14072: merge with 3.2.Ezio Melotti2012-05-191-0/+7
|\ \ | |/
| * #14072: Fix parsing of tel URIs in urlparse by making the check for ports str...Ezio Melotti2012-05-191-0/+7
* | #13152: Allow to specify a custom tabsize for expanding tabs in textwrapHynek Schlawack2012-05-191-0/+8
* | merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http....Senthil Kumaran2012-05-191-0/+28
|\ \ | |/
| * Fix Issue14721: Send Content-length: 0 for empty body () in the http.client r...Senthil Kumaran2012-05-191-0/+28
* | Issue9374 - Generic parsing of query and fragment portion of urls for any schemeSenthil Kumaran2012-05-191-0/+9
|\ \ | |/
| * Issue9374 - Generic parsing of query and fragment portion of urls for any schemeSenthil Kumaran2012-05-191-0/+9
* | #14798: pyclbr now raises ImportError instead of KeyError for missing packagesPetri Lehtinen2012-05-181-0/+5
|\ \ | |/
| * #14798: pyclbr now raises ImportError instead of KeyError for missing packagesPetri Lehtinen2012-05-181-0/+5
* | Move private function _args_from_interpreter_flags() to subprocess.py, soAntoine Pitrou2012-05-181-2/+1
* | #12098: Make multiprocessing's child processes inherit sys.flags on WindowsRichard Oudkerk2012-05-182-19/+36
* | Make the test completely clean up after itself.Antoine Pitrou2012-05-171-2/+4
* | Issue #9260: A finer-grained import lock.Antoine Pitrou2012-05-173-3/+30
* | Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use ...Antoine Pitrou2012-05-161-0/+7
* | Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig.Stefan Krah2012-05-161-4/+2
* | Issue #14693: Under non-Windows platforms, hashlib's fallback modules are alw...Antoine Pitrou2012-05-161-1/+3
* | merge headsGiampaolo Rodola'2012-05-162-4/+94
|\ \
| * \ Forward port additional tests from 2.7 (issue #14829).Antoine Pitrou2012-05-161-3/+44
| |\ \ | | |/
| | * Forward port additional tests from 2.7 (issue #14829).Antoine Pitrou2012-05-161-3/+44
| * | Merge from 3.2.Eric V. Smith2012-05-161-0/+3
| |\ \ | | |/
| | * Cleanup so subsequent tests won't fail. Needs to be moved into a support rout...Eric V. Smith2012-05-161-0/+3
| * | Merge from 3.2.Eric V. Smith2012-05-161-1/+47
| |\ \ | | |/
| | * Issue #14817: Add rudimentary tests for pkgutil.extend_path.Eric V. Smith2012-05-161-1/+47
* | | #14807: fix BB failures on Windows - avoid to to rely too many details of the...Giampaolo Rodola'2012-05-161-11/+22
|/ /
* | merge headsGiampaolo Rodola'2012-05-152-1/+24
|\ \
| * | Add two more sorts to test_os.WalkTests I've missed beforeHynek Schlawack2012-05-151-0/+2
| * | merge headsSenthil Kumaran2012-05-151-0/+1
| |\ \
| | * | Sort file list in test_os.WalkTestsHynek Schlawack2012-05-151-0/+1
| * | | Issue12541 - Add UserWarning for unquoted realmsSenthil Kumaran2012-05-151-5/+6
| |\ \ \ | | |/ / | |/| / | | |/
| | * Issue12541 - Add UserWarning for unquoted realmsSenthil Kumaran2012-05-151-5/+6
| * | merge headsSenthil Kumaran2012-05-151-1/+5
| |\ \
| | * | #14773: Fix os.fwalk() failing on dangling symlinksHynek Schlawack2012-05-151-1/+5
| * | | merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of H...Senthil Kumaran2012-05-151-0/+15
| |\ \ \ | | |/ / | |/| / | | |/
| | * Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authent...Senthil Kumaran2012-05-151-0/+15
* | | #14807: fix bb failure due to symlink test relying on hard-coded permissionsGiampaolo Rodola'2012-05-151-1/+1
|/ /
* | #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile....Giampaolo Rodola'2012-05-151-0/+55
* | PEP 415: Implement suppression of __context__ display with an exception attri...Benjamin Peterson2012-05-153-12/+16
* | Followup to issue #14157: respect the relative ordering of values produced by...Antoine Pitrou2012-05-141-0/+5
|\ \ | |/
| * Followup to issue #14157: respect the relative ordering of values produced by...Antoine Pitrou2012-05-141-0/+5
| * Issue #14662: Prevent shutil failures on OS X when destination does notNed Deily2012-05-111-0/+30
* | Issue #14417: Mutating a dict during lookup now restarts the lookup instead o...Antoine Pitrou2012-05-131-4/+3
* | Issue #14532: Add a secure_compare() helper to the hmac module, to mitigateCharles-François Natali2012-05-131-1/+37
* | Issue #14366: Support lzma compression in zip files.Martin v. Löwis2012-05-132-2/+132