Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use ↵ | Antoine Pitrou | 2012-05-16 | 2 | -4/+14 |
| | | | | | | the default certificate store. Initial patch by James Oakley. | ||||
* | Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig. | Stefan Krah | 2012-05-16 | 1 | -4/+2 |
| | |||||
* | Issue #14693: Under non-Windows platforms, hashlib's fallback modules are ↵ | Antoine Pitrou | 2012-05-16 | 1 | -1/+3 |
| | | | | always compiled, even if OpenSSL is present at build time. | ||||
* | merge heads | Giampaolo Rodola' | 2012-05-16 | 5 | -7/+137 |
|\ | |||||
| * | Forward port additional tests from 2.7 (issue #14829). | Antoine Pitrou | 2012-05-16 | 1 | -3/+44 |
| |\ | |||||
| | * | Forward port additional tests from 2.7 (issue #14829). | Antoine Pitrou | 2012-05-16 | 1 | -3/+44 |
| | | | |||||
| * | | #14809: Add HTTP status codes from RFC 6585 to http.server and http.client | Hynek Schlawack | 2012-05-16 | 2 | -1/+17 |
| | | | | | | | | | | | | Patch by EungJun Yi. | ||||
| * | | Merge from 3.2. | Eric V. Smith | 2012-05-16 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | Cleanup so subsequent tests won't fail. Needs to be moved into a support ↵ | Eric V. Smith | 2012-05-16 | 1 | -0/+3 |
| | | | | | | | | | | | | routine (see 14715). | ||||
| * | | Issue #14777: merge | Ned Deily | 2012-05-16 | 1 | -2/+26 |
| |\ \ | | |/ | |||||
| | * | Issue #14777: In an X11 windowing environment, tkinter may return | Ned Deily | 2012-05-16 | 1 | -2/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | undecoded UTF-8 bytes as a string when accessing the Tk clipboard. Modify clipboad_get() to first request type UTF8_STRING when no specific type is requested in an X11 windowing environment, falling back to the current default type STRING if that fails. Original patch by Thomas Kluyver. | ||||
| * | | Merge from 3.2. | Eric V. Smith | 2012-05-16 | 1 | -1/+47 |
| |\ \ | | |/ | |||||
| | * | Issue #14817: Add rudimentary tests for pkgutil.extend_path. | Eric V. Smith | 2012-05-16 | 1 | -1/+47 |
| | | | |||||
* | | | #14807: fix BB failures on Windows - avoid to to rely too many details of ↵ | Giampaolo Rodola' | 2012-05-16 | 1 | -11/+22 |
|/ / | | | | | | | the mode string. | ||||
* | | merge heads | Giampaolo Rodola' | 2012-05-15 | 4 | -9/+45 |
|\ \ | |||||
| * | | Add two more sorts to test_os.WalkTests I've missed before | Hynek Schlawack | 2012-05-15 | 1 | -0/+2 |
| | | | |||||
| * | | merge heads | Senthil Kumaran | 2012-05-15 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | Sort file list in test_os.WalkTests | Hynek Schlawack | 2012-05-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | Adding new files into the tree lead to buildbot fails as the order wasn't deterministic. | ||||
| * | | | Issue12541 - Add UserWarning for unquoted realms | Senthil Kumaran | 2012-05-15 | 2 | -5/+9 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | Issue12541 - Add UserWarning for unquoted realms | Senthil Kumaran | 2012-05-15 | 2 | -5/+10 |
| | | | |||||
| * | | merge heads | Senthil Kumaran | 2012-05-15 | 2 | -8/+22 |
| |\ \ | |||||
| | * | | #14773: Fix os.fwalk() failing on dangling symlinks | Hynek Schlawack | 2012-05-15 | 2 | -8/+22 |
| | | | | |||||
| * | | | merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of ↵ | Senthil Kumaran | 2012-05-15 | 2 | -1/+16 |
| |\ \ \ | | |/ / | |/| / | | |/ | HTTP Basic Authentation in urllib2. | ||||
| | * | Issue #12541: Be lenient with quotes around Realm field of HTTP Basic ↵ | Senthil Kumaran | 2012-05-15 | 2 | -1/+16 |
| | | | | | | | | | | | | | | | | | | Authentation in urllib2. G: changed Misc/NEWS | ||||
* | | | #14807: fix bb failure due to symlink test relying on hard-coded permissions | Giampaolo Rodola' | 2012-05-15 | 1 | -1/+1 |
|/ / | |||||
* | | #14807: move undocumented tarfile.filemode() to stat.filemode(). Add ↵ | Giampaolo Rodola' | 2012-05-15 | 3 | -41/+102 |
| | | | | | | | | tarfile.filemode alias with deprecation warning. | ||||
* | | PEP 415: Implement suppression of __context__ display with an exception ↵ | Benjamin Peterson | 2012-05-15 | 4 | -18/+23 |
| | | | | | | | | | | | | attribute This replaces the original PEP 409 implementation. See #14133. | ||||
* | | Followup to issue #14157: respect the relative ordering of values produced ↵ | Antoine Pitrou | 2012-05-14 | 2 | -0/+13 |
|\ \ | |/ | | | | | | | | | by time.strptime(). Patch by Hynek. | ||||
| * | Followup to issue #14157: respect the relative ordering of values produced ↵ | Antoine Pitrou | 2012-05-14 | 2 | -0/+13 |
| | | | | | | | | | | | | by time.strptime(). Patch by Hynek. | ||||
| * | Issue #14662: Prevent shutil failures on OS X when destination does not | Ned Deily | 2012-05-11 | 2 | -2/+34 |
| | | | | | | | | support chflag operations. (Patch by Hynek Schlawack) | ||||
* | | Issue 14800: add comments explaining stat.py constants + docstring for S_* ↵ | Giampaolo Rodola' | 2012-05-14 | 1 | -38/+51 |
| | | | | | | | | functions. | ||||
* | | Issue #13815: Resurrect the ExFileObject class. | Lars Gustäbel | 2012-05-14 | 1 | -8/+9 |
| | | | | | | | | | | | | After a discussion in the tracker, the decision was made to keep the ExFileObject class after all as a subclass of io.BufferedReader instead of removing it completely. | ||||
* | | Issue #14417: Mutating a dict during lookup now restarts the lookup instead ↵ | Antoine Pitrou | 2012-05-13 | 1 | -4/+3 |
| | | | | | | | | of raising a RuntimeError (undoes issue #14205). | ||||
* | | Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate | Charles-François Natali | 2012-05-13 | 2 | -1/+58 |
| | | | | | | | | timing attacks. Patch by Jon Oberheide. | ||||
* | | Add importlib.util.resolve_name(). | Brett Cannon | 2012-05-13 | 2 | -1/+55 |
| | | |||||
* | | Fix #13210. Port the Windows build from VS2008 to VS2010. | Brian Curtin | 2012-05-13 | 5 | -7/+8 |
| | | |||||
* | | Issue #14366: Support lzma compression in zip files. | Martin v. Löwis | 2012-05-13 | 3 | -18/+237 |
| | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | Issue #13959: Introduce importlib.find_loader(). | Brett Cannon | 2012-05-12 | 3 | -10/+89 |
| | | | | | | | | | | | | The long-term goal is to deprecate imp.find_module() in favour of this API, but it will take some time as some APIs explicitly return/use what imp.find_module() returns. | ||||
* | | Remove a now worthless test. | Brett Cannon | 2012-05-12 | 1 | -8/+0 |
| | | |||||
* | | Try to fix test_shutil failure under Fedora - patch by Hynek. | Antoine Pitrou | 2012-05-12 | 1 | -1/+1 |
| | | |||||
* | | Issue #14779: Do not use get_config_var('SIZEOF_VOID_P') on OS X 64-/32-bit | Stefan Krah | 2012-05-12 | 1 | -3/+3 |
| | | | | | | | | | | universal: it returns a meaningless result. Use sys.maxsize instead of platform.architecture as a fallback. Patch by Ned Deily. | ||||
* | | Issue #14082: shutil.copy2() now copies extended attributes, if possible. | Antoine Pitrou | 2012-05-12 | 4 | -19/+135 |
| | | | | | | | | Patch by Hynek Schlawack. | ||||
* | | Issue #13959: Have | Brett Cannon | 2012-05-11 | 6 | -43/+113 |
| | | | | | | | | | | | | | | | | | | | | importlib.abc.FileLoader.load_module()/get_filename() and importlib.machinery.ExtensionFileLoader.load_module() have their single argument be optional as the loader's constructor has all the ncessary information. This allows for the deprecation of imp.load_source()/load_compile()/load_package(). | ||||
* | | Issue #13959: Deprecate imp.get_suffixes() for new attributes on | Brett Cannon | 2012-05-11 | 13 | -68/+110 |
| | | | | | | | | | | | | | | | | | | | | | | importlib.machinery that provide the suffix details for import. The attributes were not put on imp so as to compartmentalize everything importlib needs for setting up imports in importlib.machinery. This also led to an indirect deprecation of inspect.getmoduleinfo() as it directly returned imp.get_suffix's returned tuple which no longer makes sense. | ||||
* | | Issue #14764: Update importlib.test.benchmark to work in a world where | Brett Cannon | 2012-05-11 | 1 | -0/+14 |
| | | | | | | | | import machinery is no longer implicit. | ||||
* | | Issue #14662: Prevent shutil failures on OS X when destination does not | Ned Deily | 2012-05-11 | 2 | -2/+33 |
| | | | | | | | | support chflag operations. (Patch by Hynek Schlawack) | ||||
* | | use yield from | Benjamin Peterson | 2012-05-10 | 1 | -6/+3 |
| | | |||||
* | | Issue #14157: Fix time.strptime failing without a year on February 29th. | Antoine Pitrou | 2012-05-10 | 2 | -1/+8 |
|\ \ | |/ | | | | | Patch by Hynek Schlawack. | ||||
| * | Issue #14157: Fix time.strptime failing without a year on February 29th. | Antoine Pitrou | 2012-05-10 | 2 | -1/+8 |
| | | | | | | | | Patch by Hynek Schlawack. | ||||
* | | Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 | Richard Oudkerk | 2012-05-10 | 4 | -43/+32 |
| | | | | | | | | | | | | | | | | In Python 3.2 and earlier, Process.join() and Connection.poll() treated negative timeouts as zero timeouts. Earlier versions from the 3.3 line of development treat them as infinite timeouts. The patch reverts to the old behaviour. |