2014-08-12 |
Serhiy Storchaka | Decreased memory requirements of new tests added in... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Serhiy Storchaka | Issue #21448: Fixed FeedParser feed() to avoid O(N... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Serhiy Storchaka | Issue #17923: glob() patterns ending with a slash no... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Antoine Pitrou | Issue #20746: Fix test_pdb to run in refleak mode ... |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Zachary Ware | Issue #22178: Fix the date of the Windows epoch (Jan... |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Victor Stinner | Issue #22112, asyncio doc: replace loop.create_task... |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Victor Stinner | Close #22175: Improve test_faulthandler readability... |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Raymond Hettinger | Issue #22174: Clean-up grammar and ambiguities in... |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Raymond Hettinger | Issue #22180: Remove weak example |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Benjamin Peterson | add -Werror=declaration-after-statement only to stdlib... |
commit | commitdiff | tree | snapshot |
2014-08-09 |
doko@ubuntu.com | - Issue #22176: Fix build failure on ARM with -Werror... |
commit | commitdiff | tree | snapshot |
2014-08-09 |
doko@ubuntu.com | - Issue #22176: Add src/x86/win32.S for x86 libffi... |
commit | commitdiff | tree | snapshot |
2014-08-09 |
doko@ubuntu.com | - Issue #22176: Update the ctypes module's libffi to... |
commit | commitdiff | tree | snapshot |
2014-08-09 |
Serhiy Storchaka | Issue #22161: Conformed arguments type checks in ctype... |
commit | commitdiff | tree | snapshot |
2014-08-09 |
Nick Coghlan | Issue #21777: separate docs for binary sequence methods |
commit | commitdiff | tree | snapshot |
2014-08-09 |
Terry Jan Reedy | Issue #14105: Stop removing breakpoints from Idle editors. |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Zachary Ware | Issue #22060: Clean up/simplify test_ctypes, use test... |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ezio Melotti | #22170: avoid printing newlines twice in tutorial example. |
commit | commitdiff | tree | snapshot |
2014-08-07 |
Serhiy Storchaka | Issue #20056: Fixed deprecation warning about bytes... |
commit | commitdiff | tree | snapshot |
2014-08-07 |
Zachary Ware | Issue #22160: Update OpenSSL to 1.0.1i for the Windows... |
commit | commitdiff | tree | snapshot |
2014-08-07 |
Ezio Melotti | #22092: use absolute imports in unittest tests. Patch... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Serhiy Storchaka | Issue #21975: Fixed crash when using uninitialized... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Zachary Ware | Issue #22146: Fix typo in __build_class__ error message |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Vinay Sajip | Issue #22130: Corrected fileConfig() documentation. |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ezio Melotti | #21928: clarify functools.wraps docs. |
commit | commitdiff | tree | snapshot |
2014-08-04 |
Ezio Melotti | #11955: show the list of args in case of error in test_... |
commit | commitdiff | tree | snapshot |
2014-08-04 |
Ezio Melotti | #18034: update FAQ to suggest importlib.import_module... |
commit | commitdiff | tree | snapshot |
2014-08-04 |
Zachary Ware | Issue #22104: Don't hold a reference to the loaded... |
commit | commitdiff | tree | snapshot |
2014-08-04 |
Ezio Melotti | #20977: fix undefined name in the email module. Patch... |
commit | commitdiff | tree | snapshot |
2014-08-04 |
Ezio Melotti | #18588: update the timeit examples to be consistent. |
commit | commitdiff | tree | snapshot |
2014-08-04 |
Raymond Hettinger | Remove unused leftover stray line |
commit | commitdiff | tree | snapshot |
2014-08-04 |
Raymond Hettinger | Fix markup. |
commit | commitdiff | tree | snapshot |
2014-08-04 |
Raymond Hettinger | Improve regex tokenizer example by using re.finditer(). |
commit | commitdiff | tree | snapshot |
2014-08-04 |
Terry Jan Reedy | PEP 8 spacing in idlelib.configDialog: mostly a = b... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Jason R. Coombs | Issue #13540: Merge changes from 3.3 |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Jason R. Coombs | Issue #13540: Merge changes from 3.2 |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Jason R. Coombs | Issue #13540: Update references to Action class to... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
Raymond Hettinger | Fix whitespace in example. |
commit | commitdiff | tree | snapshot |
2014-08-01 |
doko@ubuntu.com | - update config.guess and config.sub to support openrisc. |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Terry Jan Reedy | Issue #22068: Don't create self reference cycles in... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Serhiy Storchaka | Issue #21580: Now Tkinter correctly handles bytes argum... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Serhiy Storchaka | Issue #21951: Temporary skip crashing test_user_command... |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Victor Stinner | Issue #22063: Mention in asyncio documentation that... |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Victor Stinner | Close #22063: socket operations (socket,recv, sock_send... |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Victor Stinner | asyncio: Use the new os.set_blocking() function of... |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Ned Deily | Edit NEWS entry |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Ezio Melotti | #21704: remove duplicate name in Misc/ACKS. |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Terry Jan Reedy | Issue #17172: add NEWS |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Terry Jan Reedy | Issue #17172: Add the ability to run turtledemo from... |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Victor Stinner | Issue #18174: Fix leak of file descriptor in test_tempfile |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Victor Stinner | Issue #11453, #18174: Fix leak of file descriptor in... |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Victor Stinner | Fix sporadic failure of test_pep277 on Windows: use... |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Richard Oudkerk | Issue #21704: Fix build error for _multiprocessing... |
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 | asyncio, tulip issue 196: ProactorIocp._register()... |
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 | 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 |
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 |
Victor Stinner | Fix repr(_socket.socket) on Windows 64-bit: don't fail... |
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 | Issue #22044: Fixed premature DECREF in call_tzinfo_method. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | asyncio: sync with Tulip |
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 | Issue #22072: Fix a couple of SSL doc typos. Patch... |
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 |
Victor Stinner | asyncio, test_subprocess: relax timings for slow builbots |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | asyncio: sync with Tulip |
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 #22053: Make help work, after previous patch... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | asyncio: sync with Tulip |
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 | Issue #16133: The asynchat.async_chat.handle_read(... |
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 | 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 | asyncio tests: relax timings for slow buildbots |
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 | Fix incomplete sentence in asyncio docs. |
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 | Englich grammar nit. |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Benjamin Peterson | s/stringobject/bytesobject/ (closes #22036) |
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 | Issue #22053: Cleanup turtledemo start and stop and... |
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 | Merge heads |
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 | Issue #21597: Turtledemo text pane can now be widened... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Zachary Ware | Issue #22002: Make full use of test discovery in test... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Serhiy Storchaka | Issue #21888: plistlib's load() and loads() now work... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Serhiy Storchaka | Correct issue #21044 patch author. |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Andrew Svetlov | Fix grammar |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Charles-François... | Issue #21901: Cap the maximum number of file descriptor... |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Victor Stinner | asyncio, tulip issue 193: Convert StreamWriter.drain... |
commit | commitdiff | tree | snapshot |
next |