| 2013-11-23 |
Larry Hastings | Issue #19730: Argument Clinic now supports all the... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Larry Hastings | Issue #19722: Added opcode.stack_effect(), which accurately |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Martin v. Löwis | Update Tcl/Tk to 8.6.1. |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Christian Heimes | Issue #19735: Implement private function ssl._create_st... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Serhiy Storchaka | Issue #16203: Add re.fullmatch() function and regex... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Martin v. Löwis | Package _overlapped. |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Serhiy Storchaka | Issue #13592: Improved the repr for regular expression... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Gregory P.... | Fix test_pickletools.py doctest's on 32-bit platforms... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Fix signed / unsigned comparison |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | test_pickle: speed up test_long |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Serhiy Storchaka | Issue #19641: Added the audioop.byteswap() function... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Gregory P.... | gcc doesn't realize that dummy is always initialized... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Christian Heimes | Issue #17810: Fixed NULL check in _PyObject_GetItemsIter() |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Christian Heimes | merge |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Christian Heimes | Issue #17810: Add two missing error checks to save_global |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Serhiy Storchaka | Issue #15204: Deprecated the 'U' mode in file-like... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Merge |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Christian Heimes | Issue #17810: return -1 on error |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Fix writing out 64-bit size fields on 32-bit builds |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Christian Heimes | Issue #17810: Add NULL check to save_frozenset |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Guido van Rossum | asyncio: Use socketpair() from test_utils in tests... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Guido van Rossum | Fix typo. |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Ezio Melotti | #10712: 2to3 has a new "asserts" fixer that replaces... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Ezio Melotti | #19639: update the repr of the match objects in the... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Fix whitespace |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Issue #17810: Implement PEP 3154, pickle protocol 4. |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Ezio Melotti | #13633: Added a new convert_charrefs keyword arg to... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Serhiy Storchaka | Fixed incorrectly applying a patch for issue19668. |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Undo (hopefully) buildbot failures |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Undo (hopefully) buildbot failures |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Guido van Rossum | Relax timing even more, hopefully again fixes issue... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Victor Stinner | Isue #19634: test_y_before_1900() is expected to fail... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Serhiy Storchaka | Issue #19668: Added support for the cp1125 encoding. |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Guido van Rossum | Add news about pdb fix for yield[from]. |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Issue #19308: fix the gdb plugin on gdbs linked with... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Issue #19308: fix the gdb plugin on gdbs linked with... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Tweak ssl docs |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
doko@ubuntu.com | - Modules/_struct.c (unpackiter_type): Define static. |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Christian Heimes | merge |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Christian Heimes | Issue #19689: Add ssl.create_default_context() factory... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Issue #19715: try the utime(..., None) approach again... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Issue #19727: os.utime(..., None) is now potentially... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Victor Stinner | Issue #19634: time.strftime("%y") now raises a ValueErr... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Serhiy Storchaka | Issue #17201: ZIP64 extensions now are enabled by default. |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Issue #19716: add a test that Path.touch() doesn't... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Christian Heimes | Correct documentation clientAuth -> CLIENT_AUTH |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Michael Foord | Merge |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Michael Foord | Issue 17457: extend test discovery to support namespace... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Serhiy Storchaka | Issue #19733: Temporary disable test_image on MacOSX. |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Serhiy Storchaka | Issue #19733: Temporary disable test_image on MacOSX. |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Fix refleak introduced by 4f730c045f5f (issue #18408... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Christian Heimes | Issue #19292: Add SSLContext.load_default_certs() to... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Document create_connection |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Start documenting the event loop |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Document asyncio transport APIs |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Victor Stinner | Issue #18874: Remove tracemalloc.set_traceback_limit() |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Victor Stinner | Issue #18874: Implement the PEP 454 (tracemalloc) |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Ned Deily | merge |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Ned Deily | Issue #15663: Revert OS X installer built-in Tcl/Tk... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Fix transport docstrings |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Christian Heimes | Issue #8813: X509_VERIFY_PARAM is only available on... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Ned Deily | Issue #19551: Update installer Welcome file. |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Ned Deily | Update third-party libraries for OS X installers: |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Ned Deily | Issue #19551: Update whatsnew. |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Ned Deily | Issue #19551: PEP 453 - OS X installer now installs... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Nick Coghlan | Update What's New with PEP 453 progress |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Nick Coghlan | Close #19694: venv now runs ensurepip in isolated mode |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Andrew Kuchling | Merge from 3.3 |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Andrew Kuchling | Update Itamar's name |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Nick Coghlan | Close #7475: Restore binary & text transform codecs |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Revert utime(..., None) strategy (it has too poor resol... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Trying other strategy for #19715: use utime(..., None) |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Guido van Rossum | Add source link for asyncio. |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Try to fix issue #19715 (timestamp rounding inconsisten... |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Finish protocol documentation |
commit | commitdiff | tree | snapshot |
| 2013-11-23 |
Antoine Pitrou | Start documenting protocols |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Guido van Rossum | Mention threadpool interface in asyncio overview. |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Antoine Pitrou | Issue #19291: add crude stubs to the asyncio docs |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Victor Stinner | Issue #19715: Ensure that consecutive calls to monotoni... |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Antoine Pitrou | Try to debug issue #19715 |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Antoine Pitrou | Issue #19718: add one more globbing test under POSIX |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Andrew Kuchling | Wording changes |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Brett Cannon | merge |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Brett Cannon | Issue #19718: Add a case-insensitive FS check to test... |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Eric Snow | Merge heads. |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Eric Snow | Issue #19724: clear out colliding temp module. |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Andrew Kuchling | Wording changes to pathlib docs. |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Barry Warsaw | trunk merge |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Barry Warsaw | Issue 19555 for distutils, plus a little clean up ... |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Guido van Rossum | Fix markup of notes recommending asyncio. |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Zachary Ware | Merge heads |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Zachary Ware | Issue #18326: merge with 3.3 |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Zachary Ware | Issue #18326: Clarify that list.sort's arguments are... |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Guido van Rossum | Add note to asyncore/asynchat recommending asyncio... |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Guido van Rossum | Move select, selectors, asyncio to section 18 (IPC). |
commit | commitdiff | tree | snapshot |
| 2013-11-22 |
Brett Cannon | NEWS entry for module name repr commit |
commit | commitdiff | tree | snapshot |
| next |