summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Make the test completely clean up after itself.Antoine Pitrou2012-05-171-2/+4
|/ /
* | Issue #9260: A finer-grained import lock.Antoine Pitrou2012-05-177-18/+325
* | Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use ...Antoine Pitrou2012-05-162-4/+14
* | 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-165-7/+137
|\ \
| * \ 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
| * | #14809: Add HTTP status codes from RFC 6585 to http.server and http.clientHynek Schlawack2012-05-162-1/+17
| * | 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
| * | Issue #14777: mergeNed Deily2012-05-161-2/+26
| |\ \ | | |/
| | * Issue #14777: In an X11 windowing environment, tkinter may returnNed Deily2012-05-161-2/+26
| * | 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-154-9/+45
|\ \
| * | 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-152-5/+9
| |\ \ \ | | |/ / | |/| / | | |/
| | * Issue12541 - Add UserWarning for unquoted realmsSenthil Kumaran2012-05-152-5/+10
| * | merge headsSenthil Kumaran2012-05-152-8/+22
| |\ \
| | * | #14773: Fix os.fwalk() failing on dangling symlinksHynek Schlawack2012-05-152-8/+22
| * | | merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of H...Senthil Kumaran2012-05-152-1/+16
| |\ \ \ | | |/ / | |/| / | | |/
| | * Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authent...Senthil Kumaran2012-05-152-1/+16
* | | #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-153-41/+102
* | PEP 415: Implement suppression of __context__ display with an exception attri...Benjamin Peterson2012-05-154-18/+23
* | Followup to issue #14157: respect the relative ordering of values produced by...Antoine Pitrou2012-05-142-0/+13
|\ \ | |/
| * Followup to issue #14157: respect the relative ordering of values produced by...Antoine Pitrou2012-05-142-0/+13
| * Issue #14662: Prevent shutil failures on OS X when destination does notNed Deily2012-05-112-2/+34
* | Issue 14800: add comments explaining stat.py constants + docstring for S_* fu...Giampaolo Rodola'2012-05-141-38/+51
* | Issue #13815: Resurrect the ExFileObject class.Lars Gustäbel2012-05-141-8/+9
* | 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-132-1/+58
* | Add importlib.util.resolve_name().Brett Cannon2012-05-132-1/+55
* | Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-135-7/+8
* | Issue #14366: Support lzma compression in zip files.Martin v. Löwis2012-05-133-18/+237
* | Issue #13959: Introduce importlib.find_loader().Brett Cannon2012-05-123-10/+89
* | Remove a now worthless test.Brett Cannon2012-05-121-8/+0
* | Try to fix test_shutil failure under Fedora - patch by Hynek.Antoine Pitrou2012-05-121-1/+1
* | Issue #14779: Do not use get_config_var('SIZEOF_VOID_P') on OS X 64-/32-bitStefan Krah2012-05-121-3/+3
* | Issue #14082: shutil.copy2() now copies extended attributes, if possible.Antoine Pitrou2012-05-124-19/+135
* | Issue #13959: HaveBrett Cannon2012-05-116-43/+113
* | Issue #13959: Deprecate imp.get_suffixes() for new attributes onBrett Cannon2012-05-1113-68/+110
* | Issue #14764: Update importlib.test.benchmark to work in a world whereBrett Cannon2012-05-111-0/+14
* | Issue #14662: Prevent shutil failures on OS X when destination does notNed Deily2012-05-112-2/+33
* | use yield fromBenjamin Peterson2012-05-101-6/+3
* | Issue #14157: Fix time.strptime failing without a year on February 29th.Antoine Pitrou2012-05-102-1/+8
|\ \ | |/