Wed, 12 Oct 2011 01:20:26 +0200 |
Antoine Pitrou |
Merge from default pep-3151 tip |
Wed, 12 Oct 2011 00:54:35 +0200 |
Victor Stinner |
Backed out changeset 952d91a7d376 default |
Wed, 12 Oct 2011 00:36:51 +0200 |
Antoine Pitrou |
Relax condition |
Wed, 12 Oct 2011 00:14:32 +0200 |
Victor Stinner |
stringlib: Fix STRINGLIB_STR for UCS2/UCS4 |
Tue, 11 Oct 2011 23:27:52 +0200 |
Victor Stinner |
Fix compiler warning in _PyUnicode_FromUCS2() |
Tue, 11 Oct 2011 23:22:22 +0200 |
Victor Stinner |
Fix fastsearch for UCS2 and UCS4 |
Tue, 11 Oct 2011 23:00:31 +0200 |
Victor Stinner |
Fix FileIO.readall() (new_buffersize()) for large files |
Tue, 11 Oct 2011 22:45:48 +0200 |
Antoine Pitrou |
Use _PyUnicode_CONVERT_BYTES() where applicable. |
Tue, 11 Oct 2011 22:43:51 +0200 |
Antoine Pitrou |
Merge |
Tue, 11 Oct 2011 22:43:37 +0200 |
Antoine Pitrou |
Fix deprecation warning |
Tue, 11 Oct 2011 22:45:02 +0200 |
Victor Stinner |
Fix io.FileIO.readall() on Windows 64 bits |
Tue, 11 Oct 2011 22:35:52 +0200 |
Victor Stinner |
Fix a compiler warning in _locale |
Tue, 11 Oct 2011 22:28:56 +0200 |
Victor Stinner |
Fix a compiler warning in zipimport |
Tue, 11 Oct 2011 22:27:13 +0200 |
Victor Stinner |
Fix typo in import.c |
Tue, 11 Oct 2011 22:12:48 +0200 |
Victor Stinner |
PyUnicode_AsUnicodeCopy() now checks if PyUnicode_AsUnicode() failed |
Tue, 11 Oct 2011 21:56:19 +0200 |
Victor Stinner |
Strip trailing spaces in _json.c |
Tue, 11 Oct 2011 22:11:42 +0200 |
Victor Stinner |
Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead |
Tue, 11 Oct 2011 21:53:24 +0200 |
Victor Stinner |
Reuse PyUnicode_Copy() in validate_and_copy_tuple() |
Tue, 11 Oct 2011 21:55:01 +0200 |
Victor Stinner |
Use PyUnicode_AsUnicodeAndSize() instead of PyUnicode_GET_SIZE() |
Tue, 11 Oct 2011 20:58:41 +0200 |
Antoine Pitrou |
Issue #13136: speed up conversion between different character widths. |
Tue, 11 Oct 2011 20:29:21 +0200 |
Antoine Pitrou |
Issue #13134: optimize finding single-character strings using memchr |
Tue, 11 Oct 2011 19:54:03 +0200 |
Antoine Pitrou |
Merge |
Tue, 11 Oct 2011 18:07:19 +0100 |
Mark Dickinson |
Merge issue #13145 fix. |
Tue, 11 Oct 2011 18:06:36 +0100 |
Mark Dickinson |
Issue #13145. Fix incorrect documentation for PyNumber_ToBase. Thanks Sven Marnach. 3.2 |
Tue, 11 Oct 2011 18:51:53 +0200 |
Antoine Pitrou |
Avoid pulling threading when _thread is sufficient |
Tue, 11 Oct 2011 16:07:30 +0200 |
Antoine Pitrou |
Use a dict for faster sysconfig startup (issue #13150) |
Tue, 11 Oct 2011 15:45:56 +0200 |
Antoine Pitrou |
Issue #13150: The tokenize module doesn't compile large regular expressions at startup anymore. |
Tue, 11 Oct 2011 04:06:47 +0200 |
Antoine Pitrou |
Remove unused variable |
Tue, 11 Oct 2011 03:17:47 +0200 |
Antoine Pitrou |
/* Remove unused code. It has been committed out since 2000 (!). */ |
Mon, 10 Oct 2011 23:49:24 +0200 |
Antoine Pitrou |
Avoid exporting private helpers |
Mon, 10 Oct 2011 20:15:59 +0200 |
Antoine Pitrou |
Fix the threading infrastructure in test_socket to support skipping |
Mon, 10 Oct 2011 18:11:30 +0200 |
Martin v. Löwis |
Use identifier API for PyObject_GetAttrString. |
Mon, 10 Oct 2011 03:21:36 +0200 |
Victor Stinner |
any_find_slice() doesn't use callbacks anymore |
Mon, 10 Oct 2011 00:31:00 +0300 |
Ezio Melotti |
Merge whatsnew fixes with 3.2. |
Mon, 10 Oct 2011 00:30:14 +0300 |
Ezio Melotti |
Fix/improve markup in whatsnew/2.7. 3.2 |
Mon, 10 Oct 2011 00:03:15 +0300 |
Ezio Melotti |
#13138: merge with 3.2. |
Mon, 10 Oct 2011 00:02:03 +0300 |
Ezio Melotti |
#13138: add missing versionadded. 3.2 |
Sun, 09 Oct 2011 17:29:14 +0100 |
Raymond Hettinger |
Clean-up and improve the priority queue example in the heapq docs. |
Sun, 09 Oct 2011 17:28:14 +0100 |
Raymond Hettinger |
Clean-up and improve the priority queue example in the heapq docs. 3.2 |
Sun, 09 Oct 2011 11:54:42 +0200 |
Martin v. Löwis |
Drop extra semicolon. |
Sun, 09 Oct 2011 10:38:36 +0200 |
Martin v. Löwis |
Add API for static strings, primarily good for identifiers. |
Sun, 09 Oct 2011 08:58:16 +0200 |
Éric Araujo |
Merge 3.2 |
Sun, 09 Oct 2011 07:32:35 +0200 |
Éric Araujo |
Branch merge 3.2 |
Sun, 09 Oct 2011 07:25:33 +0200 |
Éric Araujo |
Add tests for Unicode handling in distutils’ check and register (#13114) 3.2 |
Sun, 09 Oct 2011 06:32:38 +0200 |
Éric Araujo |
As it turns out, this bug was already in the tracker: #11171 3.2 |
Sun, 09 Oct 2011 08:55:04 +0200 |
Éric Araujo |
Branch merge |
Sat, 08 Oct 2011 04:09:15 +0200 |
Éric Araujo |
Fix packaging byte-compilation to comply with PEP 3147 (#11254). |
Sat, 08 Oct 2011 03:02:37 +0200 |
Éric Araujo |
Fix docstring of distutils.util.byte_compile (followup for #11254) 3.2 |
Sat, 08 Oct 2011 02:58:50 +0200 |
Éric Araujo |
Make C code in one packaging test comply with ISO C (#10359). |
Sat, 08 Oct 2011 02:57:45 +0200 |
Éric Araujo |
Merge fixes for #10526, #10359, #11254, #9100 and the bug without number |
Sat, 08 Oct 2011 01:56:52 +0200 |
Éric Araujo |
Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefix 3.2 |
Sat, 08 Oct 2011 01:55:07 +0200 |
Éric Araujo |
Fix test_sysconfig when prefix != exec-prefix (#9100). 3.2 |
Sat, 08 Oct 2011 00:34:13 +0200 |
Éric Araujo |
Fix distutils byte-compilation to comply with PEP 3147 (#11254). 3.2 |
Fri, 07 Oct 2011 23:13:45 +0200 |
Éric Araujo |
Make C code in one distutils test comply with ISO C (#10359). 3.2 |
Fri, 07 Oct 2011 22:02:58 +0200 |
Éric Araujo |
Fix a typo and a broken link (part of #10536). 3.2 |
Sun, 09 Oct 2011 00:33:09 +0200 |
Antoine Pitrou |
Fix typo in the PyUnicode_Find() implementation |
Sat, 08 Oct 2011 22:42:00 +0200 |
Antoine Pitrou |
test_unicode was forgetting to run the common string tests for str.find() |
Sat, 08 Oct 2011 22:41:35 +0200 |
Antoine Pitrou |
test_unicode was forgetting to run the common string tests for str.find() 3.2 |
Sat, 08 Oct 2011 19:40:22 +0200 |
Antoine Pitrou |
Fix a missing encoding argument when opening a text file in some of iobench's subtests. |
Sat, 08 Oct 2011 19:40:04 +0200 |
Antoine Pitrou |
Fix a missing encoding argument when opening a text file in some of iobench's subtests. 3.2 |