summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation warnings under 64-bit WindowsAntoine Pitrou2011-10-062-3/+4
* Issue #3163: The struct module gets new format characters 'n' and 'N'Antoine Pitrou2011-10-064-30/+150
* Fix compilation under WindowsAntoine Pitrou2011-10-061-1/+2
* Fix assertion in unicode_adjust_maxchar()Victor Stinner2011-10-061-1/+1
* Merge 3.2Éric Araujo2011-10-060-0/+0
|\
| * Branch mergeÉric Araujo2011-10-062-17/+17
| |\
* | \ Branch mergeÉric Araujo2011-10-0612-75/+119
|\ \ \
| * | | Fix return code of “pysetup run COMMAND” (closes #12222)Éric Araujo2011-10-062-16/+19
| * | | Minor: improve one test name, address pyflakes warningsÉric Araujo2011-10-061-6/+4
| * | | Add test that was promised in a comment but not actually writtenÉric Araujo2011-10-061-2/+7
| * | | Fix incorrect test.Éric Araujo2011-10-061-2/+3
| * | | Change one name in packaging’s test_uninstall to avoid confusion.Éric Araujo2011-10-061-12/+12
| * | | Add regrtest check for caches in packaging.database (see #12167)Éric Araujo2011-10-061-0/+24
| * | | Merge 3.2Éric Araujo2011-10-042-17/+17
| |\ \ \ | | | |/ | | |/|
| | * | Fix typo and case in a recently added testÉric Araujo2011-10-041-1/+1
| | * | Fix markup used in the documentation of sys.prefix and sys.exec_prefix.Éric Araujo2011-10-041-7/+7
| | * | Move doc of sys.dont_write_bytecode to make all attributes sorted againÉric Araujo2011-10-041-9/+9
| * | | Update skip message printed by test.support.get_attribute.Éric Araujo2011-10-041-2/+1
| * | | Cosmetic fixes for whitespace and a regex in packaging.Éric Araujo2011-10-042-5/+5
| * | | Add tests for comparing candidate and final versions in packaging (#11841).Éric Araujo2011-10-041-0/+12
| * | | Remove inline comment, no longer supported by configparser.Éric Araujo2011-10-041-1/+1
| * | | Fix typoÉric Araujo2011-10-041-1/+1
| * | | Fix minor wording issue.Éric Araujo2011-10-041-1/+1
| * | | More info about PEP 393 in whatsnew and NEWSÉric Araujo2011-10-042-5/+8
| * | | Minor updates to the whatsnew maintenance rulesÉric Araujo2011-10-041-5/+4
* | | | Fix my last change on PyUnicode_Join(): don't process separator if len==1Victor Stinner2011-10-061-28/+32
* | | | str.replace() avoids memory when it's possibleVictor Stinner2011-10-061-18/+84
* | | | _copy_characters() fails more quickly in debug mode on inconsistent stateVictor Stinner2011-10-061-6/+18
* | | | Fix find_module_path(): make the string readyVictor Stinner2011-10-061-0/+3
* | | | Fix a compiler warning: don't define unicode_is_singleton() in release modeVictor Stinner2011-10-061-0/+2
* | | | Fix _warnings.c: make the filename string readyVictor Stinner2011-10-061-3/+10
* | | | rephrase PyUnicode_1BYTE_KIND documentationVictor Stinner2011-10-051-6/+7
* | | | Don't check for the maximum character when copying from unicodeobject.cVictor Stinner2011-10-053-193/+198
* | | | Fix post-condition in unicode_repr(): check the result, not the inputVictor Stinner2011-10-051-1/+1
* | | | replace() uses unicode_fromascii() if the input and replace string is ASCIIVictor Stinner2011-10-051-1/+4
* | | | unicode_fromascii() checks that the input is ASCII in debug modeVictor Stinner2011-10-051-3/+11
* | | | traceback: fix dump_ascii() for string with kind=PyUnicode_WCHAR_KINDVictor Stinner2011-10-051-3/+13
* | | | Merge from 3.2Amaury Forgeot d'Arc2011-10-051-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Enable the only tests for sys.gettraceAmaury Forgeot d'Arc2011-10-051-2/+2
* | | | Fix a few ResourceWarnings in idleAmaury Forgeot d'Arc2011-10-032-1/+6
* | | | Add asciilib: similar to ucs1, ucs2 and ucs4 library, but specialized to ASCIIVictor Stinner2011-10-054-49/+153
* | | | Fix PyUnicode_Partition(): str_in->str_objVictor Stinner2011-10-051-5/+5
* | | | Fix my_basename(): make the string readyVictor Stinner2011-10-051-2/+7
* | | | Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycleCharles-François Natali2011-10-053-0/+24
|\ \ \ \ | |/ / /
| * | | Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycleCharles-François Natali2011-10-053-0/+24
* | | | 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
|\ \ \ \ | |/ / /