Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | #13387: rephrase unclear sentence. | Ezio Melotti | 2011-12-19 | 1 | -2/+1 | |
| | | | ||||||
* | | | Merge 3.2 | Michael Foord | 2011-12-18 | 3 | -4/+14 | |
|\ \ \ | |/ / | ||||||
| * | | Fix inspect.getattr_static to work on modules (again). | Michael Foord | 2011-12-18 | 3 | -4/+14 | |
| | | | | | | | | | | | | Closes issue 11813. | |||||
* | | | iobench.py: add more info in the header | Victor Stinner | 2011-12-18 | 1 | -4/+15 | |
| | | | | | | | | | | | | Write the Python version, Unicode implementation and the platform. | |||||
* | | | (Merge 3.2) Handle correctly _Py_fopen() error: don't replace the exception | Victor Stinner | 2011-12-18 | 2 | -12/+26 | |
|\ \ \ | |/ / | ||||||
| * | | Handle correctly _Py_fopen() error: don't replace the exception | Victor Stinner | 2011-12-18 | 1 | -3/+5 | |
| | | | ||||||
* | | | import.c now catchs _Py_stat() exceptions | Victor Stinner | 2011-12-18 | 3 | -13/+37 | |
| | | | | | | | | | | | | _Py_stat() now returns -2 if an exception was raised. | |||||
* | | | Followup to #7502: add __hash__ method and tests. | Antoine Pitrou | 2011-12-18 | 2 | -0/+29 | |
|\ \ \ | |/ / | ||||||
| * | | Followup to #7502: add __hash__ method and tests. | Antoine Pitrou | 2011-12-18 | 2 | -0/+30 | |
| | | | ||||||
| * | | Merge | Antoine Pitrou | 2011-12-18 | 3 | -12/+23 | |
| |\ \ | ||||||
* | \ \ | Merge | Antoine Pitrou | 2011-12-18 | 3 | -16/+28 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge with 3.2. | Georg Brandl | 2011-12-18 | 1 | -3/+3 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Small clarification in docstring of dict.update(): the positional argument ↵ | Georg Brandl | 2011-12-18 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | is not required. | |||||
| * | | | | Issue #13617: Document that the result of the conversion of a Unicode object to | Victor Stinner | 2011-12-18 | 2 | -13/+25 | |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | wchar*, Py_UNICODE* and bytes may contain embedded null characters/bytes. Patch written by Arnaud Calmettes. | |||||
| | * | | | Issue #13617: Document that the result of the conversion of a Unicode object to | Victor Stinner | 2011-12-18 | 2 | -9/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wchar*, Py_UNICODE* and bytes may contain embedded null characters/bytes. Patch written by Arnaud Calmettes. | |||||
* | | | | | Issue #7502: Fix equality comparison for DocTestCase instances. | Antoine Pitrou | 2011-12-18 | 4 | -0/+85 | |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | Patch by Cédric Krier. | |||||
| * | | | Merge | Antoine Pitrou | 2011-12-18 | 2 | -7/+7 | |
| |\ \ \ | | |/ / | ||||||
| * | | | Issue #7502: Fix equality comparison for DocTestCase instances. | Antoine Pitrou | 2011-12-18 | 4 | -0/+85 | |
| | | | | | | | | | | | | | | | | Patch by Cédric Krier. | |||||
* | | | | Merge | Antoine Pitrou | 2011-12-18 | 3 | -9/+10 | |
|\ \ \ \ | ||||||
| * \ \ \ | Null merge. | Charles-François Natali | 2011-12-18 | 0 | -0/+0 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Issue #11870: threading: Properly reinitialize threads internal locks and | Charles-François Natali | 2011-12-18 | 2 | -7/+7 | |
| | |/ / | | | | | | | | | | | | | condition variables to avoid deadlocks in child processes. | |||||
| * | | | Issue #11870: threading: Properly reinitialize threads internal locks and | Charles-François Natali | 2011-12-18 | 2 | -7/+7 | |
| | | | | | | | | | | | | | | | | condition variables to avoid deadlocks in child processes. | |||||
| * | | | Issue #8035: urllib: Fix a bug where the client could remain stuck after a | Charles-François Natali | 2011-12-18 | 2 | -2/+3 | |
| |\ \ \ | | |/ / | | | | | | | | | redirection or an error. | |||||
| | * | | Issue #8035: urllib: Fix a bug where the client could remain stuck after a | Charles-François Natali | 2011-12-18 | 2 | -2/+3 | |
| | | | | | | | | | | | | | | | | redirection or an error. | |||||
* | | | | In the test SSL server, also output the cipher name | Antoine Pitrou | 2011-12-18 | 1 | -1/+5 | |
|/ / / | ||||||
* | | | Issue #13624: Write a specialized UTF-8 encoder to allow more optimization | Victor Stinner | 2011-12-18 | 3 | -150/+212 | |
| | | | | | | | | | | | | The main bottleneck was the PyUnicode_READ() macro. | |||||
* | | | Null merge | Antoine Pitrou | 2011-12-18 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #13522: Fix _Py_co_pow() documentation | Victor Stinner | 2011-12-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | Patch written by Arnaud Calmettes. | |||||
* | | | Optimize str * n for len(str)==1 and UCS-2 or UCS-4 | Victor Stinner | 2011-12-18 | 1 | -4/+11 | |
| | | | ||||||
* | | | Issue #13522: Fix _Py_co_pow() documentation | Victor Stinner | 2011-12-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | Patch written by Arnaud Calmettes. | |||||
* | | | Issue #13621: Optimize str.replace(char1, char2) | Victor Stinner | 2011-12-18 | 1 | -9/+21 | |
| | | | | | | | | | | | | | | | Use findchar() which is more optimized than a dummy loop using PyUnicode_READ(). PyUnicode_READ() is a complex and slow macro. | |||||
* | | | Issue #13522: document error return values of some float and complex C API ↵ | Antoine Pitrou | 2011-12-18 | 3 | -1/+10 | |
|\ \ \ | |/ / | | | | | | | functions. | |||||
| * | | Issue #13522: document error return values of some float and complex C API ↵ | Antoine Pitrou | 2011-12-18 | 3 | -1/+10 | |
| | | | | | | | | | | | | functions. | |||||
* | | | Issue #13623: Fix a performance regression introduced by issue #12170 in | Victor Stinner | 2011-12-18 | 2 | -10/+22 | |
| | | | | | | | | | | | | | | | bytes.find() and handle correctly OverflowError (raise the same ValueError than the error for -1). | |||||
* | | | Issue #11231: Fix bytes and bytearray docstrings | Victor Stinner | 2011-12-17 | 3 | -10/+10 | |
|\ \ \ | |/ / | | | | | | | Patch written by Brice Berna. | |||||
| * | | Issue #11231: Fix bytes and bytearray docstrings | Victor Stinner | 2011-12-17 | 3 | -10/+10 | |
| | | | | | | | | | | | | Patch written by Brice Berna. | |||||
* | | | Issue #13530: Document os.lseek() result | Victor Stinner | 2011-12-17 | 3 | -2/+4 | |
|\ \ \ | |/ / | | | | | | | Patch written by Jérémy Anger. | |||||
| * | | Issue #13530: Document os.lseek() result | Victor Stinner | 2011-12-17 | 3 | -2/+4 | |
| | | | | | | | | | | | | Patch written by Jérémy Anger. | |||||
* | | | Merge | Victor Stinner | 2011-12-17 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | Mention that level can be an int or str in the setLevel docstring. | Gregory P. Smith | 2011-12-17 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Issue #10951: Fix compiler warnings in timemodule.c and unicodeobject.c | Victor Stinner | 2011-12-17 | 2 | -1/+5 | |
|\ \ \ \ | | |/ / | |/| | | | | | | Thanks Jérémy Anger for the fix. | |||||
| * | | | Issue #10951: Fix a compiler warning in timemodule.c | Victor Stinner | 2011-12-17 | 1 | -0/+4 | |
| | | | | ||||||
* | | | | Move PyUnicode_WCHAR_KIND outside PyUnicode_Kind enum | Victor Stinner | 2011-12-17 | 1 | -3/+4 | |
| |/ / |/| | | ||||||
* | | | Issue #12809: Expose IP_TRANSPARENT in the socket module. Patch by Michael | Charles-François Natali | 2011-12-17 | 2 | -0/+4 | |
| | | | | | | | | | | | | Farrell. | |||||
* | | | fix possible NULL dereference | Benjamin Peterson | 2011-12-17 | 1 | -1/+3 | |
| | | | ||||||
* | | | The locale decoder raises a UnicodeDecodeError instead of an OSError | Victor Stinner | 2011-12-17 | 1 | -17/+86 | |
| | | | | | | | | | | | | Search the invalid character using mbrtowc(). | |||||
* | | | Issue #13560: Locale codec functions use the classic "errors" parameter, | Victor Stinner | 2011-12-17 | 6 | -17/+49 | |
| | | | | | | | | | | | | | | | | | | instead of surrogateescape So it would be possible to support more error handlers later. | |||||
* | | | What's New in Python 3.3: complete the deprecation list | Victor Stinner | 2011-12-17 | 2 | -0/+5 | |
| | | | | | | | | | | | | Add also FIXMEs in unicodeobject.c | |||||
* | | | Issue #13560: os.strerror() now uses the current locale encoding instead of ↵ | Victor Stinner | 2011-12-17 | 5 | -20/+35 | |
| | | | | | | | | | | | | UTF-8 | |||||
* | | | Issue #13560: Add PyUnicode_EncodeLocale() | Victor Stinner | 2011-12-17 | 5 | -37/+177 | |
| | | | | | | | | | | | | | | | | | | * Use PyUnicode_EncodeLocale() in time.strftime() if wcsftime() is not available * Document my last changes in Misc/NEWS |