Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add safecase to silence Win64 warning. | Martin v. Löwis | 2012-05-15 | 1 | -1/+2 |
| | |||||
* | Silence VS 2010 warning on loss of precision (_int64 -> _int32). | Martin v. Löwis | 2012-05-15 | 1 | -1/+1 |
| | | | | This is safe because the actual value is already range-checked. | ||||
* | Silence VS 2010 signed/unsigned warnings. | Martin v. Löwis | 2012-05-15 | 1 | -2/+5 |
| | |||||
* | apparently importlib.h wants to be updated | Benjamin Peterson | 2012-05-15 | 1 | -7/+7 |
| | |||||
* | PEP 415: Implement suppression of __context__ display with an exception ↵ | Benjamin Peterson | 2012-05-15 | 12 | -78/+79 |
| | | | | | | attribute This replaces the original PEP 409 implementation. See #14133. | ||||
* | Merge #14766: Add correct algorithm for when a 'time' object is naive. | R David Murray | 2012-05-15 | 1 | -26/+39 |
|\ | | | | | | | | | | | | | This patch also clarifies the definition of Naive and Aware. Original patch by Greg Weller, I modified the first hunk somewhat to make the exposition even clearer (I hope). | ||||
| * | #14766: Reflow the altered paragraphs. | R David Murray | 2012-05-15 | 1 | -18/+17 |
| | | |||||
| * | #14766: Add correct algorithm for when a 'time' object is naive. | R David Murray | 2012-05-15 | 1 | -12/+26 |
| | | | | | | | | | | | | | | This patch also clarifies the definition of Naive and Aware. Original patch by Greg Weller, I modified the first hunk somewhat to make the exposition even clearer (I hope). | ||||
* | | Merge 3.2 | Brian Curtin | 2012-05-15 | 1 | -3/+0 |
|\ \ | |/ | |||||
| * | bsddb never existed in 3.x, no need to keep downloading sleepycat | Brian Curtin | 2012-05-15 | 1 | -3/+0 |
| | | |||||
* | | 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. | ||||
* | | Don't build xxlimited in debug mode. | Martin v. Löwis | 2012-05-14 | 1 | -2/+0 |
| | | |||||
* | | merge 3.2 | Martin v. Löwis | 2012-05-14 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Stop deleting non-existing bytecode files. | Martin v. Löwis | 2012-05-14 | 1 | -2/+0 |
| | | |||||
* | | Upgrade sqlite to 3.7.12. | Martin v. Löwis | 2012-05-14 | 3 | -6/+6 |
| | | |||||
* | | Issue 14800: add comments explaining stat.py constants + docstring for S_* ↵ | Giampaolo Rodola' | 2012-05-14 | 1 | -38/+51 |
| | | | | | | | | functions. | ||||
* | | Use size_t, not ssize_t (issue #14801). | Antoine Pitrou | 2012-05-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Remove tab characters | Antoine Pitrou | 2012-05-14 | 1 | -8/+8 |
| | | |||||
| * | Use size_t, not ssize_t (issue #14801). | Antoine Pitrou | 2012-05-14 | 1 | -1/+1 |
| | | |||||
* | | null merge | Martin v. Löwis | 2012-05-14 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Upgrade bzip2 to 1.0.6. | Martin v. Löwis | 2012-05-14 | 8 | -22/+22 |
| | | |||||
* | | Relabel bzip2 filters. | Martin v. Löwis | 2012-05-14 | 3 | -16/+16 |
| | | |||||
* | | Upgrade bzip2 to 1.0.6. | Martin v. Löwis | 2012-05-14 | 8 | -19/+21 |
| | | |||||
* | | Issue #13815: Resurrect the ExFileObject class. | Lars Gustäbel | 2012-05-14 | 2 | -10/+11 |
| | | | | | | | | | | | | 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. | ||||
* | | #14405: merge with 3.2. | Ezio Melotti | 2012-05-14 | 1 | -5/+0 |
|\ \ | |/ | |||||
| * | #14405: remove outdated/broken/duplicate links. | Ezio Melotti | 2012-05-14 | 1 | -5/+0 |
| | | |||||
* | | Fix release build settings. | Martin v. Löwis | 2012-05-14 | 1 | -2/+0 |
| | | |||||
* | | Update the clean and MSI scripts for VS2010 | Brian Curtin | 2012-05-14 | 3 | -5/+5 |
| | | |||||
* | | Correct PlatformTarget->Platform usage for building the solution | Brian Curtin | 2012-05-13 | 2 | -2/+2 |
| | | |||||
* | | Convert build slave scripts to work with VS2010 | Brian Curtin | 2012-05-13 | 2 | -4/+6 |
| | | |||||
* | | changeset: 76969:0cbe1099226d | Brian Curtin | 2012-05-13 | 26 | -8/+165 |
| | | | | | | | | | | | | | | | | branch: vs2010 tag: tip user: Brian Curtin <brian@python.org> date: Sun May 13 16:15:11 2012 -0500 summary: Changes to allow Profile Guided Optimization builds to succeed on VS2010 | ||||
* | | Issue #14245: Merge changes from 3.2. | Mark Dickinson | 2012-05-13 | 1 | -37/+26 |
|\ \ | |/ | |||||
| * | Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek ↵ | Mark Dickinson | 2012-05-13 | 2 | -37/+27 |
| | | | | | | | | Jędrzejewski-Szmek for some of the wording. | ||||
* | | Issue #14417: Mutating a dict during lookup now restarts the lookup instead ↵ | Antoine Pitrou | 2012-05-13 | 5 | -23/+15 |
| | | | | | | | | 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 | 5 | -1/+94 |
| | | | | | | | | timing attacks. Patch by Jon Oberheide. | ||||
* | | Add importlib.util.resolve_name(). | Brett Cannon | 2012-05-13 | 4 | -1/+73 |
| | | |||||
* | | Move out VS9 project files to PC\VS9.0 folder. Fixes #13210 | Brian Curtin | 2012-05-13 | 31 | -15033/+0 |
| | | |||||
* | | #14770: merge with 3.2. | Ezio Melotti | 2012-05-13 | 1 | -54/+45 |
|\ \ | |/ | |||||
| * | #14770: improve the library FAQ. | Ezio Melotti | 2012-05-13 | 1 | -54/+45 |
| | | |||||
* | | Issue #13959: Document imp.find_module/load_module as deprecated. | Brett Cannon | 2012-05-13 | 2 | -1/+9 |
| | | | | | | | | | | | | | | | | The code itself does not raise a DeprecationWarning as the functions are technically fine, it's just a bad API. Unfortunately experience has shown that the terrible API has been exposed in various places, necessitating that it stick around probably until py4k comes around since it is such a shift to move over to importlib.find_loader(). | ||||
* | | Fix #13210. Port the Windows build from VS2008 to VS2010. | Brian Curtin | 2012-05-13 | 131 | -172/+25718 |
| | | |||||
* | | merge with 3.2 | Sandro Tosi | 2012-05-13 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang ↵ | Sandro Tosi | 2012-05-13 | 1 | -1/+2 |
| | | | | | | | | Lekhonkhobe | ||||
* | | Issue #14366: Support lzma compression in zip files. | Martin v. Löwis | 2012-05-13 | 5 | -27/+257 |
| | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | Merge | Antoine Pitrou | 2012-05-12 | 6 | -18/+105 |
|\ \ | |||||
| * | | Issue #13959: Introduce importlib.find_loader(). | Brett Cannon | 2012-05-12 | 5 | -10/+105 |
| | | | | | | | | | | | | | | | | | | 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 |
| | | | |||||
* | | | Merge | Antoine Pitrou | 2012-05-12 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Try to fix test_shutil failure under Fedora - patch by Hynek. | Antoine Pitrou | 2012-05-12 | 1 | -1/+1 |
| | | |