2014-07-28 |
Victor Stinner | (Merge 3.4) Fix test_bytes when sys.stdin is None,... |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Victor Stinner | Fix test_bytes when sys.stdin is None, for example... |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Victor Stinner | (Merge 3.4) asyncio, tulip issue 196: ProactorIocp... |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Victor Stinner | asyncio, tulip issue 196: ProactorIocp._register()... |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Berker Peksag | Issue #22076: Minor grammar fix. |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Martin v. Löwis | Rerun AC, silence pointer conversion warnings. |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Martin v. Löwis | Issue #20179: Apply Argument Clinic to bytes and bytearray. |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Larry Hastings | Argument Clinic bugfix: Don't let the C preprocessor... |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Victor Stinner | Issue #22082: Fix a compiler warning (function is not... |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Martin v. Löwis | Issue #20173: Convert sha1, sha256, sha512 and md5... |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Terry Jan Reedy | Modernize turtledemo with conditional expressions;... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Terry Jan Reedy | Reduce unnecessary 2.7 versus 3.4+ differences in... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Andrew Svetlov | Document lock parameter for asyncio.Condition() |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Andrew Svetlov | Document lock parameter for asyncio.Condition() |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Antoine Pitrou | Issue #22074: Fix Lib/test/make_ssl_certs.py |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Antoine Pitrou | Issue #22074: Fix Lib/test/make_ssl_certs.py |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Andrew Svetlov | Accept optional lock object in Condition ctor (tulip... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Andrew Svetlov | Accept optional lock object in Condition ctor (tulip... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Martin v. Löwis | Issue #22082: Clear interned strings in slotdefs. |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Martin v. Löwis | slotdefs is no longer sorted. |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Victor Stinner | (Merge 3.4) Fix repr(_socket.socket) on Windows 64... |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Victor Stinner | Fix repr(_socket.socket) on Windows 64-bit: don't fail... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | (Merge 3.4) Tulip issue 196: _OverlappedFuture.set_resu... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | Tulip issue 196: _OverlappedFuture.set_result() now... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Raymond Hettinger | merge |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Raymond Hettinger | Issue #22044: Fixed premature DECREF in call_tzinfo_method. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | (Merge 3.4) asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Serhiy Storchaka | Issue #22033: Reprs of most Python implemened classes... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Zachary Ware | Issue #21958: Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Ned Deily | Issue #18093: Create Programs directory in build locati... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Zachary Ware | Issue #21958: Define HAVE_ROUND when building with... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Zachary Ware | Closes #22072: Merge typo fixes from 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Zachary Ware | Issue #22072: Fix a couple of SSL doc typos. Patch... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Charles-François... | Issue #19875: Fix random test_getsockaddrarg() failure. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Charles-François... | Merge. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Charles-François... | Issue #19875: Fix random test_getsockaddrarg() failure. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Zachary Ware | Issue #18093: Give the Windows build _testembed.c's... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Nick Coghlan | Issue #21947: handle generator-iterator objects in dis |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | (Merge 3.4) asyncio, test_subprocess: relax timings... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | asyncio, test_subprocess: relax timings for slow builbots |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | unicodeobject.c: fix a compiler warning on Windows... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Nick Coghlan | Add missing NEWS entry for issue #18093 |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Nick Coghlan | Issue #18093: Factor out the programs that embed the... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | (Merge 3.4) asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Serhiy Storchaka | Issue #22061: Restored empty obsolete methods removed... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Serhiy Storchaka | Issue #22061: Add deprecation warnings in empty obsolet... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Terry Jan Reedy | Issue #22061: remove call of useless function slated... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Terry Jan Reedy | Issue #22061: remove call of useless function slated... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Terry Jan Reedy | Issue #22053: Make help work, after previous patch... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Terry Jan Reedy | Issue #22053: Make help work, after previous patch... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | (Merge 3.4) asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | Issue #22018: Fix test_set_wakeup_fd_result(), use... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | Backout 42ced0d023cd: oops, i didn't want to push this... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | (Merge 3.4) Issue #19884, readline: calling rl_variable... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | Issue #19884, readline: calling rl_variable_bind (... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | tets |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | (Merge 3.4) Issue #16133: The asynchat.async_chat.handl... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | Issue #16133: The asynchat.async_chat.handle_read(... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | Issue #21813: Enhance documentation of the os.stat_resu... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | Backport os.rst documentation from Python 3.5. |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | Issue #21813: Enhance documentation of the os.stat_resu... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | (Merge 3.4) Issue #19884: readline: Disable the meta... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | Issue #19884: readline: Disable the meta modifier key... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | test_gettext: use support.rmtree() instead of shutil... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | test_gettext: use support.rmtree() instead of shutil... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | (Merge 3.4) asyncio tests: relax timings for slow buildbots |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | asyncio tests: relax timings for slow buildbots |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | (Merge 3.4) Issue #20055: Fix BaseEventLoop.stop()... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | Issue #20055: Fix BaseEventLoop.stop() docstring, incom... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Andrew Svetlov | Merge 3.4: Fix incomplete sentence in asyncio docs. |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Andrew Svetlov | Fix incomplete sentence in asyncio docs. |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Terry Jan Reedy | Asyncio doc fixes: spelling, grammar, duplication. |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Terry Jan Reedy | Englich grammar nit. |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Benjamin Peterson | merge 3.4 (#22036) |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Benjamin Peterson | s/stringobject/bytesobject/ (closes #22036) |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Terry Jan Reedy | Fix doc example bug reported on python-list by Akshay... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Terry Jan Reedy | Issue #22053: Cleanup turtledemo start and stop and... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Victor Stinner | Issue #22042: Avoid dangerous C cast in socket.setblock... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Zachary Ware | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Zachary Ware | Issue #19493: Fix two uses of ctypes.test.requires... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Serhiy Storchaka | Issue #4350: Removed a number of out-of-dated and non... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Serhiy Storchaka | Null merge |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Serhiy Storchaka | Null merge |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Serhiy Storchaka | Issue #6167: Backported tests for Scrollbar.activate... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Terry Jan Reedy | Issue #21597: Turtledemo text pane can now be widened... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Serhiy Storchaka | Issue #6167: Scrollbar.activate() now returns the name... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Charles-François... | Issue #21566: Make use of socket.listen() default backlog. |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Serhiy Storchaka | Issue #15275: Clean up and speed up the ntpath module. |
commit | commitdiff | tree | snapshot |
next |