2011-10-07 |
Charles-François... | Issue #10141: fix socketmodule compilation on Linux... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Barry Warsaw | - Re-enable lib2to3's test_parser.py tests, though... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Barry Warsaw | Merged |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Barry Warsaw | Trunk merge |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Barry Warsaw | - Re-enable lib2to3's test_parser.py tests, though... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Ned Deily | Merge with 3.2 |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Ned Deily | Issue #7367: Ensure test directory always gets removed. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Martin v. Löwis | Fix indentation. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Martin v. Löwis | Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Barry Warsaw | Branch merge. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Barry Warsaw | - Issue #11250: Back port fix from 3.3 branch, so that... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Victor Stinner | PyUnicode_Join() calls directly memcpy() if all strings... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Antoine Pitrou | Issue #12823: remove broken link and replace it with... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Antoine Pitrou | Issue #12823: remove broken link and replace it with... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Antoine Pitrou | Issue #13063: the Windows error ERROR_NO_DATA (numbered... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Antoine Pitrou | Issue #13063: the Windows error ERROR_NO_DATA (numbered... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Meador Inge | Issue #12943: python -m tokenize support has been added... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Victor Stinner | Mark 'abc'.expandtab() optimization as specific to... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Antoine Pitrou | Make platform.libc_ver() less slow |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Antoine Pitrou | Fix formatting memory consumption with very large paddi... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Georg Brandl | Update C API docs for PEP 393. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Victor Stinner | str.replace(a, a) is now returning str unchanged if... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Antoine Pitrou | Fix a Py_UCS4 / Py_UNICODE mixup. |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Antoine Pitrou | Migrate the _csv module to the new unicode APIs |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Antoine Pitrou | Fix memory consumption estimate in test_unicode_repr_wide |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Antoine Pitrou | Fix massive slowdown in string formatting with str... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Antoine Pitrou | Fix massive slowdown in string formatting with the... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Ned Deily | Issue #7367: merge from 3.2 |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Ned Deily | Issue #7367: add NEWS item. |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Ned Deily | merge from 3.2 |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Ned Deily | Issue #7367: Fix pkgutil.walk_paths to skip directories... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Ned Deily | Issue #7367: Add test case to test_pkgutil for walking... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Ned Deily | Issue #7425: Refactor test_pydoc test case for '-k... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Benjamin Peterson | fix compiler warnings |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Antoine Pitrou | Fix expected memory consumption for test_translate |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Antoine Pitrou | Fix size estimate for test_unicode_repr |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Antoine Pitrou | Fix test_splitlines to reach its size estimate |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Antoine Pitrou | Make the formula for this estimate more explicit |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Antoine Pitrou | Ensure that 1-char singletons get used |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Antoine Pitrou | Fix size estimation for test_bigmem.StrTest.test_format |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Antoine Pitrou | Fix the expected memory consumption for some tests |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Victor Stinner | Issue #10141: Don't use hardcoded frame size in example... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Charles-François... | Issue #10141: socket: add SocketCAN (PF_CAN) support... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Antoine Pitrou | Remove now duplicate code in _json.c; instead, reuse... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Antoine Pitrou | Issue #12911: Fix memory consumption when calculating... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Antoine Pitrou | Issue #12911: Fix memory consumption when calculating... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Victor Stinner | Fix PyUnicode_Join() for len==1 and non-exact string |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Victor Stinner | Fix PyUnicode_CHARACTER_SIZE and PyUnicode_KIND_SIZE |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Antoine Pitrou | Fix compilation warnings under 64-bit Windows |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Antoine Pitrou | Fix compilation warnings under 64-bit Windows |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Antoine Pitrou | Issue #3163: The struct module gets new format characte... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Antoine Pitrou | Fix compilation under Windows |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Victor Stinner | Fix assertion in unicode_adjust_maxchar() |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Éric Araujo | Merge 3.2 |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Éric Araujo | Branch merge |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Éric Araujo | Branch merge |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Victor Stinner | Fix my last change on PyUnicode_Join(): don't process... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Victor Stinner | str.replace() avoids memory when it's possible |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Éric Araujo | Fix return code of “pysetup run COMMAND” (closes #12222) |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Éric Araujo | Minor: improve one test name, address pyflakes warnings |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Éric Araujo | Add test that was promised in a comment but not actuall... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Éric Araujo | Fix incorrect test. |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Éric Araujo | Change one name in packaging’s test_uninstall to avoid... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Victor Stinner | _copy_characters() fails more quickly in debug mode... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Éric Araujo | Add regrtest check for caches in packaging.database... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Victor Stinner | Fix find_module_path(): make the string ready |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Victor Stinner | Fix a compiler warning: don't define unicode_is_singlet... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Victor Stinner | Fix _warnings.c: make the filename string ready |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Victor Stinner | rephrase PyUnicode_1BYTE_KIND documentation |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Victor Stinner | Don't check for the maximum character when copying... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Victor Stinner | Fix post-condition in unicode_repr(): check the result... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Victor Stinner | replace() uses unicode_fromascii() if the input and... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Victor Stinner | unicode_fromascii() checks that the input is ASCII... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Victor Stinner | traceback: fix dump_ascii() for string with kind=PyUnic... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Amaury Forgeot... | Merge from 3.2 |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Amaury Forgeot... | Enable the only tests for sys.gettrace |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Charles-François... | Issue #13070: Fix a crash when a TextIOWrapper caught... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Senthil Kumaran | Issue13104 - Fix urllib.request.thishost() utility... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Senthil Kumaran | Issue #13073 - Address the review comments made by... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Éric Araujo | Merge 3.2 |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Éric Araujo | Update skip message printed by test.support.get_attribute. |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Éric Araujo | Cosmetic fixes for whitespace and a regex in packaging. |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Éric Araujo | Add tests for comparing candidate and final versions... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Éric Araujo | Fix typo and case in a recently added test |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Éric Araujo | Fix markup used in the documentation of sys.prefix... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Éric Araujo | Move doc of sys.dont_write_bytecode to make all attribu... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Éric Araujo | Remove inline comment, no longer supported by configparser. |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Éric Araujo | Fix typo |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Éric Araujo | Fix minor wording issue. |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Éric Araujo | More info about PEP 393 in whatsnew and NEWS |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Éric Araujo | Minor updates to the whatsnew maintenance rules |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Charles-François... | os.geteuid() may not be available... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Charles-François... | Issue #11956: Always skip test_import.test_unwritable_d... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Charles-François... | Issue #11956: Skip test_import.test_unwritable_director... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Antoine Pitrou | Also fix pickletester |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Antoine Pitrou | An embarassing litle typo |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Antoine Pitrou | When expandtabs() would be a no-op, don't create a... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Antoine Pitrou | Migrate test_bigmem to PEP 393-compliant size calculati... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Antoine Pitrou | Migrate str.expandtabs to the new API |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Antoine Pitrou | Try to fix linking failures under Windows |
commit | commitdiff | tree | snapshot |
next |