2013-07-07 |
Victor Stinner | Issue #18203: Replace malloc() with PyMem_Malloc()... |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Victor Stinner | Issue #18227: Use PyMem_RawAlloc() in bz2, lzma and... |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Victor Stinner | Issue #18203: Fix decode_ascii_surrogateescape(), use... |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Victor Stinner | Fix a compiler warning in posix_sendfile() on FreeBSD: |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Victor Stinner | Issue #18203: Replace malloc() with PyMem_Malloc()... |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Victor Stinner | Issue #18203: Replace malloc() with PyMem_RawMalloc... |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Victor Stinner | Issue #18203: Fix Py_Finalize(): destroy the GIL after... |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Raymond Hettinger | Fix #ifdef |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Raymond Hettinger | Use macros for marking and checking endpoints in the... |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Ezio Melotti | #18106: refactor tests to use subtests and proper asser... |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Ezio Melotti | #17198: merge with 3.3. |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Ezio Melotti | #17198: Fix a NameError in the dbm module. Patch by... |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Florent Xicluna | Merge #18013: Fix cgi.FieldStorage to parse the W3C... |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Florent Xicluna | Issue #18013: Fix cgi.FieldStorage to parse the W3C... |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Ezio Melotti | #18020: improve html.escape speed by an order of magnit... |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Ronald Oussoren | (3.3->default) Issue #18377: Code cleanup in Python... |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Ronald Oussoren | Issue #18377: Code cleanup in Python Launcher |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Ronald Oussoren | (3.3->default) Cleanup of documentation change from... |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Ronald Oussoren | Cleanup of documentation change from #17860 |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Raymond Hettinger | merge |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Raymond Hettinger | Improve variable names in deque_count() |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Victor Stinner | Issue #3329: Fix _PyObject_ArenaVirtualFree() |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Victor Stinner | Issue #17206: On Windows, increase the stack size from... |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Victor Stinner | Issue #3329: Implement the PEP 445 |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Raymond Hettinger | Apply the PyObject_VAR_HEAD and Py_SIZE macros |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Brett Cannon | merge |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Brett Cannon | merge for issue #18351. |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Raymond Hettinger | Refactor deque_traverse(). |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Brett Cannon | Issue #18351: Fix various issues with |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Raymond Hettinger | Remove unnecessary branches from count() and reverse(). |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Brett Cannon | Issue #18364: Stop using the ImportError._not_found... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Ezio Melotti | #18380: merge with 3.3. |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Ezio Melotti | #18380: pass regex flags to the right argument. Patch... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Florent Xicluna | test_ftplib: silence a BytesWarning when checking TypeError |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Florent Xicluna | test_ftplib: silence a BytesWarning when checking TypeError |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Ronald Oussoren | (3.3->default) Issue #12990: The "Python Launcher"... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Ronald Oussoren | Issue #12990: The "Python Launcher" on OSX could not... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Florent Xicluna | Issue #18375: merge with 3.3 |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Florent Xicluna | Issue #18375: Assume --randomize when --randseed is... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Ronald Oussoren | (3.3->default) Issue #17860: explicitly mention that... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Ronald Oussoren | Issue #17860: explicitly mention that std* streams... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Raymond Hettinger | Speed-up deque indexing by changing the deque block... |
commit | commitdiff | tree | snapshot |
2013-07-04 |
Christian Heimes | Issue #18347: ElementTree's html serializer now preserv... |
commit | commitdiff | tree | snapshot |
2013-07-04 |
Christian Heimes | Issue #18347: ElementTree's html serializer now preserv... |
commit | commitdiff | tree | snapshot |
2013-07-04 |
Brett Cannon | Issue #15767: Excise the remaining instances of ModuleN... |
commit | commitdiff | tree | snapshot |
2013-07-04 |
Brett Cannon | Remove dead code in test_exceptions. |
commit | commitdiff | tree | snapshot |
2013-07-04 |
Brett Cannon | Move test_import over to unittest.main(). |
commit | commitdiff | tree | snapshot |
2013-07-04 |
Brett Cannon | Issue #15767: back out 8a0ed9f63c6e, finishing the... |
commit | commitdiff | tree | snapshot |
2013-07-04 |
Brett Cannon | Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError |
commit | commitdiff | tree | snapshot |
2013-07-04 |
Brett Cannon | Issue #15767: Back out 8d28d44f3a9a related to ModuleNo... |
commit | commitdiff | tree | snapshot |
2013-07-04 |
Brett Cannon | Issue #18200: Back out usage of ModuleNotFoundError... |
commit | commitdiff | tree | snapshot |
2013-07-04 |
Antoine Pitrou | Consolidate tests section. |
commit | commitdiff | tree | snapshot |
2013-07-04 |
Antoine Pitrou | Issue #11185: Fix test_wait4 under AIX. Patch by Sébas... |
commit | commitdiff | tree | snapshot |
2013-07-04 |
Antoine Pitrou | Issue #11185: Fix test_wait4 under AIX. Patch by Sébas... |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Victor Stinner | (Merge 3.3) test_time.test_monotonic(): use a longer... |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Victor Stinner | test_time.test_monotonic(): use a longer sleep to try... |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Victor Stinner | (Merge 3.3) test_faulthandler: skip test_read_null... |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Victor Stinner | test_faulthandler: skip test_read_null() on AIX |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Eric V. Smith | #18312: merge from 3.3. |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Eric V. Smith | Closes #18312: 'make distclean' no longer deletes files... |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Richard Oudkerk | Issue #17261: Ensure multiprocessing's proxies use... |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Richard Oudkerk | Issue #17261: Ensure multiprocessing's proxies use... |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Richard Oudkerk | Issue #14206: Clarify docs for Queue.join_cancel_thread(). |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Richard Oudkerk | Issue #14206: Clarify docs for Queue.join_cancel_thread(). |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Richard Oudkerk | Issue #17273: Clarify that pool methods can only be... |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Richard Oudkerk | Issue #17273: Clarify that pool methods can only be... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Victor Stinner | (Merge 3.3) Issue #18343: faulthandler.register() now... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Victor Stinner | Issue #18343: faulthandler.register() now keeps the... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Christian Heimes | Issue #18328: Reorder ops in PyThreadState_Delete*... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Christian Heimes | Issue #18328: Reorder ops in PyThreadState_Delete*... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Christian Heimes | Issue #18339: use with self.assertRaises() to make... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Christian Heimes | Issue #18339: use with self.assertRaises() to make... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Richard Oudkerk | Issue #17097: Merge. |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Richard Oudkerk | Issue #17097: Make multiprocessing ignore EINTR. |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Łukasz Langa | Merge with current default |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Łukasz Langa | Issue #18244: Adopt C3-based linearization in functools... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Christian Heimes | Singular form just like the other error message. |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Christian Heimes | Singular form just like the other error message. |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Christian Heimes | Issue #18339: Negative ints keys in unpickler.memo... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Christian Heimes | Issue #18339: Negative ints keys in unpickler.memo... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Christian Heimes | Issue 18240: The HMAC module is no longer restricted... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Terry Jan Reedy | (merge) Issue #7136: In the Idle File menu, "New Window... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Terry Jan Reedy | Issue #7136: In the Idle File menu, "New Window" is... |
commit | commitdiff | tree | snapshot |
2013-06-30 |
Terry Jan Reedy | Merge with 3.3 |
commit | commitdiff | tree | snapshot |
2013-06-30 |
Terry Jan Reedy | Issue #18189: add test_delegator for Idle Delegator... |
commit | commitdiff | tree | snapshot |
2013-06-30 |
Vinay Sajip | Issue #18224: Updated test. |
commit | commitdiff | tree | snapshot |
2013-06-30 |
Vinay Sajip | Issue #18224: Updated test. |
commit | commitdiff | tree | snapshot |
2013-06-30 |
Vinay Sajip | Closes #18224: Removed pydoc script from created venv... |
commit | commitdiff | tree | snapshot |
2013-06-30 |
Vinay Sajip | Issue #18224: Removed pydoc script from created venv... |
commit | commitdiff | tree | snapshot |
2013-06-30 |
Terry Jan Reedy | Merge with 3.3 |
commit | commitdiff | tree | snapshot |
2013-06-30 |
Terry Jan Reedy | Issue 18189: remove unused methods in idlelib.Delegator... |
commit | commitdiff | tree | snapshot |
2013-06-30 |
R David Murray | Null merge #18038: Use non-deprecated assert names... |
commit | commitdiff | tree | snapshot |
2013-06-30 |
R David Murray | #18038: Use non-deprecated assert names in tests. |
commit | commitdiff | tree | snapshot |
2013-06-29 |
R David Murray | Merge #18155: Regex-escape delimiter, in case it is... |
commit | commitdiff | tree | snapshot |
2013-06-29 |
R David Murray | #18155: Regex-escape delimiter, in case it is a regex... |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Terry Jan Reedy | Merge with 3.3 |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Terry Jan Reedy | Issue #18103: Update README.txt and test_idle to descri... |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Christian Heimes | Fix segfault in pyexpat.c caused by 84375 |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Christian Heimes | Fix resource leak in pickle module |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Christian Heimes | Fix ref leak in error case of unicode find, count,... |
commit | commitdiff | tree | snapshot |
next |