2014-08-19 |
Serhiy Storchaka | Fixed typo. |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Serhiy Storchaka | Issue #15696: Add a __sizeof__ implementation for mmap... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Serhiy Storchaka | Clean up test_user_command. |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Benjamin Peterson | remove 2.2 and 2.6 compat code (closes #22200) |
commit | commitdiff | tree | snapshot |
2014-08-17 |
Serhiy Storchaka | Issue #22165: Fixed test_undecodable_filename on Mac OS. |
commit | commitdiff | tree | snapshot |
2014-08-17 |
Serhiy Storchaka | Issue #22068: Avoided reference loops with Variables... |
commit | commitdiff | tree | snapshot |
2014-08-17 |
Serhiy Storchaka | Issue #22201: Command-line interface of the zipfile... |
commit | commitdiff | tree | snapshot |
2014-08-17 |
Serhiy Storchaka | Issue #22165: Fixed test_undecodable_filename on non... |
commit | commitdiff | tree | snapshot |
2014-08-17 |
Serhiy Storchaka | Issue #22165: SimpleHTTPRequestHandler now supports... |
commit | commitdiff | tree | snapshot |
2014-08-16 |
Senthil Kumaran | backout changeset 3435c5865cfc due to buildbot failures... |
commit | commitdiff | tree | snapshot |
2014-08-16 |
Victor Stinner | Closes #22188: test_gdb now runs gdb with -nx: "Do... |
commit | commitdiff | tree | snapshot |
2014-08-16 |
Victor Stinner | Closes #22205: sys._debugmallocstats is a cpython speci... |
commit | commitdiff | tree | snapshot |
2014-08-16 |
Senthil Kumaran | Fix Issue #8797: Raise HTTPError on failed Basic Authen... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Terry Jan Reedy | Issue #22065: Update turtledemo menu creation; don... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Terry Jan Reedy | #22053: actually remove .txt files from 3.4. |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Terry Jan Reedy | Issue #10291: Backport 004fe3449193 with a few changes... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Terry Jan Reedy | Issue #17390: Adjust Editor window title. Remove 'Pytho... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Serhiy Storchaka | Issue #22193: Added private function _PySys_GetSizeOf... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Berker Peksag | Issue #21445: Pass exception messages correctly to... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Serhiy Storchaka | Issue #20729: Restored the use of lazy iterkeys()/iterv... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Raymond Hettinger | Issue 22184: Early detection and reporting of missing... |
commit | commitdiff | tree | snapshot |
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 |
next |