2011-10-11 |
Antoine Pitrou | Use _PyUnicode_CONVERT_BYTES() where applicable. |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Antoine Pitrou | Merge |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Victor Stinner | Fix io.FileIO.readall() on Windows 64 bits |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Antoine Pitrou | Fix deprecation warning |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Victor Stinner | Fix a compiler warning in _locale |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Victor Stinner | Fix a compiler warning in zipimport |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Victor Stinner | Fix typo in import.c |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Victor Stinner | PyUnicode_AsUnicodeCopy() now checks if PyUnicode_AsUni... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Victor Stinner | Strip trailing spaces in _json.c |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Victor Stinner | Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LEN... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Victor Stinner | Reuse PyUnicode_Copy() in validate_and_copy_tuple() |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Victor Stinner | Use PyUnicode_AsUnicodeAndSize() instead of PyUnicode_G... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Antoine Pitrou | Issue #13136: speed up conversion between different... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Antoine Pitrou | Issue #13134: optimize finding single-character strings... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Antoine Pitrou | Merge |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Mark Dickinson | Merge issue #13145 fix. |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Mark Dickinson | Issue #13145. Fix incorrect documentation for PyNumber_... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Antoine Pitrou | Avoid pulling threading when _thread is sufficient |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Antoine Pitrou | Use a dict for faster sysconfig startup (issue #13150) |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Antoine Pitrou | Issue #13150: The tokenize module doesn't compile large... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Antoine Pitrou | Remove unused variable |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Antoine Pitrou | /* Remove unused code. It has been committed out since... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Antoine Pitrou | Avoid exporting private helpers |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Antoine Pitrou | Fix the threading infrastructure in test_socket to... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Martin v. Löwis | Use identifier API for PyObject_GetAttrString. |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Victor Stinner | any_find_slice() doesn't use callbacks anymore |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Ezio Melotti | Merge whatsnew fixes with 3.2. |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Ezio Melotti | Fix/improve markup in whatsnew/2.7. |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Ezio Melotti | #13138: merge with 3.2. |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Ezio Melotti | #13138: add missing versionadded. |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Raymond Hettinger | Clean-up and improve the priority queue example in... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Raymond Hettinger | Clean-up and improve the priority queue example in... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Martin v. Löwis | Drop extra semicolon. |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Martin v. Löwis | Add API for static strings, primarily good for identifiers. |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Éric Araujo | Merge 3.2 |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Éric Araujo | Branch merge |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Éric Araujo | Branch merge |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Éric Araujo | Add tests for Unicode handling in distutils’ check... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Éric Araujo | As it turns out, this bug was already in the tracker... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Antoine Pitrou | Fix typo in the PyUnicode_Find() implementation |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Antoine Pitrou | test_unicode was forgetting to run the common string... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Antoine Pitrou | test_unicode was forgetting to run the common string... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Antoine Pitrou | Fix a missing encoding argument when opening a text... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Antoine Pitrou | Fix a missing encoding argument when opening a text... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Antoine Pitrou | Fix test_gdb following the small unicode struct change... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Georg Brandl | Closes #12192: Document that mutating list methods... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Éric Araujo | Fix packaging byte-compilation to comply with PEP 3147... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Éric Araujo | Fix docstring of distutils.util.byte_compile (followup... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Éric Araujo | Make C code in one packaging test comply with ISO C... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Éric Araujo | Merge fixes for #10526, #10359, #11254, #9100 and the... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Éric Araujo | Fix distutils.sysconfig.get_makefile_filename when... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Éric Araujo | Fix test_sysconfig when prefix != exec-prefix (#9100). |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Éric Araujo | Fix distutils byte-compilation to comply with PEP 3147... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Éric Araujo | Make C code in one distutils test comply with ISO C... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Charles-François... | Issue #10141: fix socketmodule compilation on Linux... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Éric Araujo | Fix a typo and a broken link (part of #10536). |
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 |
next |