Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | #12890: fix test on windows | R David Murray | 2012-10-31 | 2 | -6/+5 | |
| | | | | | | | | | | | | Patch by Stephen Tonkin. | |||||
* | | | Issue #15478: Fix test_os on FreeBSD | Victor Stinner | 2012-10-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | Calling OS functions can fail with errors other than FileNotFoundError: a FreeBSD buildbot fails for example with a PermissionError. | |||||
* | | | Issue #15478: Fix test_os on Windows (os.chown is missing) | Victor Stinner | 2012-10-31 | 1 | -1/+2 | |
| | | | ||||||
* | | | Issue #9566: Use the right type to fix a compiler warnings on Win64 | Victor Stinner | 2012-10-30 | 2 | -11/+11 | |
| | | | ||||||
* | | | Issue #9566: Explicit downcast to fix compiler warnings on Win64 | Victor Stinner | 2012-10-30 | 4 | -6/+8 | |
| | | | ||||||
* | | | Issue #16086: PyTypeObject.tp_flags and PyType_Spec.flags are now unsigned | Victor Stinner | 2012-10-30 | 3 | -22/+27 | |
| | | | | | | | | | | | | | | | | | | ... (unsigned long and unsigned int) to avoid an undefined behaviour with Py_TPFLAGS_TYPE_SUBCLASS ((1 << 31). PyType_GetFlags() result type is now unsigned too (unsigned long, instead of long). | |||||
* | | | Close #14625: Rewrite the UTF-32 decoder. It is now 3x to 4x faster | Victor Stinner | 2012-10-30 | 3 | -74/+73 | |
| | | | | | | | | | | | | Patch written by Serhiy Storchaka. | |||||
* | | | Issue #16351: New function gc.get_stats() returns per-generation collection ↵ | Antoine Pitrou | 2012-10-30 | 4 | -0/+111 | |
| | | | | | | | | | | | | statistics. | |||||
* | | | Issue #15721: apply PEP 384 Refactoring to tkinter module. | Andrew Svetlov | 2012-10-30 | 1 | -6/+1 | |
| | | | ||||||
* | | | Issue #16330: Fix compilation on Windows | Victor Stinner | 2012-10-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | Issue #15478: Fix compilation on Windows | Victor Stinner | 2012-10-30 | 1 | -1/+0 | |
| | | | ||||||
* | | | Issue #15478: Raising an OSError doesn't decode or encode the filename anymore | Victor Stinner | 2012-10-30 | 5 | -108/+199 | |
| | | | | | | | | | | | | | | | | | | | | | Pass the original filename argument to OSError constructor, instead of trying to encode it to or decode it from the filesystem encoding. This change avoids an additionnal UnicodeDecodeError on Windows if the filename cannot be decoded from the filesystem encoding (ANSI code page). | |||||
* | | | Issue #16330: Use surrogate-related macros | Victor Stinner | 2012-10-30 | 6 | -28/+25 | |
| | | | | | | | | | | | | Patch written by Serhiy Storchaka. | |||||
* | | | Merge 3.3 | Brian Curtin | 2012-10-29 | 3 | -92/+122 | |
|\ \ \ | |/ / | ||||||
| * | | Merge 3.2 | Brian Curtin | 2012-10-29 | 3 | -92/+122 | |
| |\ \ | | |/ | ||||||
| | * | Fix #16197. Update docstrings and documentation to match winreg code. | Brian Curtin | 2012-10-29 | 3 | -92/+122 | |
| | | | | | | | | | | | | Patch by Zachary Ware. | |||||
* | | | #14897: Enhance error messages of struct.pack and struct.pack_into | Petri Lehtinen | 2012-10-29 | 3 | -4/+18 | |
|\ \ \ | |/ / | | | | | | | Patch by Matti Mäki. | |||||
| * | | #14897: Enhance error messages of struct.pack and struct.pack_into | Petri Lehtinen | 2012-10-29 | 3 | -4/+18 | |
| |\ \ | | |/ | | | | | | | Patch by Matti Mäki. | |||||
| | * | #14897: Enhance error messages of struct.pack and struct.pack_into | Petri Lehtinen | 2012-10-29 | 3 | -5/+19 | |
| | | | | | | | | | | | | Patch by Matti Mäki. | |||||
* | | | Merge with 3.3 for issue #16262 | Ross Lagerwall | 2012-10-29 | 2 | -134/+149 | |
|\ \ \ | |/ / | ||||||
| * | | Merge with 3.2 for issue #16262 | Ross Lagerwall | 2012-10-29 | 2 | -134/+149 | |
| |\ \ | | |/ | ||||||
| | * | Fix regression from issue #16262 | Ross Lagerwall | 2012-10-29 | 2 | -127/+142 | |
| | | | ||||||
* | | | Merge from 3.3: remove unneeded "Release" and "Date" markers from index pages. | Chris Jerdonek | 2012-10-28 | 8 | -22/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. | Chris Jerdonek | 2012-10-28 | 8 | -22/+0 | |
| |\ \ | | |/ | ||||||
| | * | Remove unneeded "Release" and "Date" markers from doc index pages. | Chris Jerdonek | 2012-10-28 | 8 | -22/+0 | |
| | | | ||||||
| * | | merge | Brett Cannon | 2012-10-28 | 16 | -37/+84 | |
| |\ \ | ||||||
* | \ \ | merge | Brett Cannon | 2012-10-28 | 23 | -42/+99 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge: Add test for BZ2Decompressor.decompress("") after end of stream. | Nadeem Vawda | 2012-10-28 | 1 | -0/+1 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Merge: Add test for BZ2Decompressor.decompress("") after end of stream. | Nadeem Vawda | 2012-10-28 | 1 | -0/+1 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
| | | * | | Add test for BZ2Decompressor.decompress("") after end of stream. | Nadeem Vawda | 2012-10-28 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. | Nadeem Vawda | 2012-10-28 | 3 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | Patch by Serhiy Storchaka. | |||||
| * | | | | #1492704: Ensure and document backward compatibility of the change | Hynek Schlawack | 2012-10-28 | 2 | -1/+4 | |
| | | | | | ||||||
| * | | | | Null merge. | Vinay Sajip | 2012-10-28 | 0 | -0/+0 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Merged upstream changes. | Vinay Sajip | 2012-10-28 | 6 | -13/+0 | |
| | |\ \ \ | ||||||
| * | \ \ \ | Merged upstream changes. | Vinay Sajip | 2012-10-28 | 7 | -15/+2 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.3. | Georg Brandl | 2012-10-28 | 7 | -15/+2 | |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | ||||||
| | | * | | | | Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.2. | Georg Brandl | 2012-10-28 | 6 | -13/+0 | |
| | | |\ \ \ \ | | | | | |/ / | | | | |/| | | ||||||
| | | | * | | | merge heads | Georg Brandl | 2012-10-28 | 5 | -10/+0 | |
| | | | |\ \ \ | ||||||
| | | | | * | | | Remove confusing "Release" and "Date" markers from whatsnews. | Georg Brandl | 2012-10-28 | 5 | -10/+0 | |
| | | | | | | | | ||||||
| | | | * | | | | merge heads | Andrew Svetlov | 2012-10-28 | 2 | -8/+23 | |
| | | | |\ \ \ \ | ||||||
| * | | | \ \ \ \ | Closes #16340: Merged fix from 3.3. | Vinay Sajip | 2012-10-28 | 1 | -5/+11 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | / / | | | |_|_|_|/ / | | |/| | | | | | ||||||
| | * | | | | | | Closes #16340: Handle exception while copying script to venv. | Vinay Sajip | 2012-10-28 | 1 | -5/+11 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge issue #14570: Document json sort_keys parameter properly. | Andrew Svetlov | 2012-10-28 | 2 | -8/+23 | |
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | Patch by Chris Rebert. | |||||
| | * | | | | | Merge issue #14570: Document json sort_keys parameter properly. | Andrew Svetlov | 2012-10-28 | 2 | -8/+23 | |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | | | | | | | | Patch by Chris Rebert. | |||||
| | | * | | | | Issue #14570: Document json sort_keys parameter properly. | Andrew Svetlov | 2012-10-28 | 2 | -8/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Chris Rebert. | |||||
| * | | | | | | Issue #14700: merge tests from 3.3. | Mark Dickinson | 2012-10-28 | 1 | -0/+27 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | Issue #14700: merge tests from 3.2. | Mark Dickinson | 2012-10-28 | 1 | -0/+27 | |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | ||||||
| | | * | | | | Issue #14700: Fix buggy overflow checks for large precision and width in ↵ | Mark Dickinson | 2012-10-28 | 5 | -20/+45 | |
| | | | |/ / | | | |/| | | | | | | | | | | | | | | new-style and old-style formatting. | |||||
| * | | | | | merge with 3.3 | Georg Brandl | 2012-10-28 | 1 | -2/+2 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | merge with 3.2 | Georg Brandl | 2012-10-28 | 1 | -2/+2 | |
| | |\ \ \ \ | | | |/ / / |