summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ensure that newly created strings use the most efficient store in debug modeVictor Stinner2011-10-041-14/+75
* Document requierements of Unicode kindsVictor Stinner2011-10-041-4/+20
* Replace PyUnicodeObject* with PyObject* where it was inappropriateVictor Stinner2011-10-041-40/+40
* unicodeobject.c doesn't make output strings ready in debug modeVictor Stinner2011-10-041-0/+4
* merge from 3.2. Issue13104 - Fix urllib.request.thishost() utility function.Senthil Kumaran2011-10-052-1/+5
|\
| * Issue13104 - Fix urllib.request.thishost() utility function.Senthil Kumaran2011-10-052-1/+5
* | merge from 3.2. Issue #13073 - Address the review comments made by Ezio.Senthil Kumaran2011-10-052-10/+9
|\ \ | |/
| * Issue #13073 - Address the review comments made by Ezio.Senthil Kumaran2011-10-052-10/+9
* | More fixes.Georg Brandl2011-10-051-2/+2
* | More typoes.Georg Brandl2011-10-051-7/+7
* | Fix a few typos in the unicode header.Georg Brandl2011-10-051-11/+11
* | Fix grammar.Georg Brandl2011-10-051-1/+1
* | Speedup str[a:b:step] for step != 1Victor Stinner2011-10-051-3/+23
* | Speedup find_maxchar_surrogates() for 32-bit wchar_tVictor Stinner2011-10-051-8/+6
* | Speedup str[a:b] and PyUnicode_FromKindAndDataVictor Stinner2011-10-052-27/+51
* | Speedup the ASCII decoderVictor Stinner2011-10-051-27/+53
* | Fix text failures when ctypes is not availableAntoine Pitrou2011-10-052-28/+39
* | Merge.Charles-François Natali2011-10-043-17/+60
|\ \
| * | Fix usage og PyUnicode_READY()Victor Stinner2011-10-043-12/+27
| * | _PyUnicode_READY_REPLACE() cannot be used in unicode_subtype_new()Victor Stinner2011-10-041-1/+1
| * | Add DONT_MAKE_RESULT_READY to unicodeobject.c to help detecting bugsVictor Stinner2011-10-041-2/+28
| * | Add assertion to _Py_ReleaseInternedUnicodeStrings() if READY failsVictor Stinner2011-10-041-2/+4
* | | os.geteuid() may not be available...Charles-François Natali2011-10-041-1/+1
|\ \ \ | |/ / |/| / | |/
| * os.geteuid() may not be available...Charles-François Natali2011-10-041-1/+1
* | Issue #11956: Always skip test_import.test_unwritable_directory when run asCharles-François Natali2011-10-041-2/+2
|\ \ | |/
| * Issue #11956: Always skip test_import.test_unwritable_directory when run asCharles-François Natali2011-10-041-2/+2
* | Fix naïve heuristic in unicode slicing (followup to 1b4f886dc9e2)Antoine Pitrou2011-10-041-7/+15
* | Merge.Charles-François Natali2011-10-041-17/+18
|\ \
| * \ MergeAntoine Pitrou2011-10-047-38/+15
| |\ \
| * | | Add a necessary call to PyUnicode_READY() (followup to ab5086539ab9)Antoine Pitrou2011-10-041-0/+3
| * | | Optimize string slicing to use the new APIAntoine Pitrou2011-10-041-17/+15
* | | | Issue #11956: Skip test_import.test_unwritable_directory on FreeBSD when run asCharles-François Natali2011-10-041-0/+3
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Issue #11956: Skip test_import.test_unwritable_directory on FreeBSD when run asCharles-François Natali2011-10-041-0/+3
* | | #13054: fix usage of sys.maxunicode after PEP-393.Ezio Melotti2011-10-047-38/+15
| |/ |/|
* | Also fix pickletesterAntoine Pitrou2011-10-041-3/+3
* | An embarassing litle typoAntoine Pitrou2011-10-041-1/+1
* | When expandtabs() would be a no-op, don't create a duplicate stringAntoine Pitrou2011-10-042-0/+11
* | Migrate test_bigmem to PEP 393-compliant size calculations (hopefully)Antoine Pitrou2011-10-041-33/+21
* | Migrate str.expandtabs to the new APIAntoine Pitrou2011-10-041-48/+39
* | Try to fix linking failures under WindowsAntoine Pitrou2011-10-041-3/+3
|\ \ | |/
| * Try to fix linking failures under WindowsAntoine Pitrou2011-10-041-3/+3
* | Remove all other uses of the C tolower()/toupper() which could break with a T...Antoine Pitrou2011-10-043-6/+6
|\ \ | |/
| * Remove all other uses of the C tolower()/toupper() which could break with a T...Antoine Pitrou2011-10-043-6/+6
* | Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.Antoine Pitrou2011-10-043-2/+6
|\ \ | |/
| * Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.Antoine Pitrou2011-10-043-2/+6
* | Fix compilation error under WindowsAntoine Pitrou2011-10-041-1/+2
* | Issue #13087: BufferedReader.seek() now always raises UnsupportedOperationAntoine Pitrou2011-10-043-0/+15
|\ \ | |/
| * Add John to ACKSAntoine Pitrou2011-10-041-0/+1
| * Issue #13087: BufferedReader.seek() now always raises UnsupportedOperationAntoine Pitrou2011-10-043-0/+15
* | Collect stats a bit more oftenAntoine Pitrou2011-10-041-1/+1