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 |
2013-11-22 |
Brett Cannon | merge |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Brett Cannon | User the repr for a module name in more places |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Guido van Rossum | asyncio: Pass cancellation from wrapping Future to... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Brett Cannon | Make test_importlib output easier to trace back to... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Brett Cannon | Issue #18864: Don't try and use unittest as a testing... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Brett Cannon | Make some tests more verbose in the face of failure |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Martin v. Löwis | Update xz to 5.0.5. |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Martin v. Löwis | Update SQLite to 3.8.1 on Windows. |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Brett Cannon | Remove a commented-out line |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Antoine Pitrou | Hopefully fix test_is_socket_true |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Brett Cannon | Don't assume trying to find a builtin will succeed... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Antoine Pitrou | Fix test failure under systems with an incompatible... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Antoine Pitrou | Fix whitespace |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Antoine Pitrou | Issue #19673: Add pathlib to the stdlib as a provisiona... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Eric Snow | Implement PEP 451 (ModuleSpec). |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Barry Warsaw | Trunk merge. |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Barry Warsaw | A fix for issue 19555 on Windows. |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Christian Heimes | Issue #19448: report name / NID in exception message... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Christian Heimes | Issue #17134: check certs of CA and ROOT system store |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Nick Coghlan | Close #17916: dis.Bytecode based replacement for distb |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Nick Coghlan | Close #19552: venv and pyvenv ensurepip integration |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Nick Coghlan | Update bundled pip to 1.5rc1 |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Nick Coghlan | Issue #19619: Update What's New for codec blacklist |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Nick Coghlan | Issue #19619: Blacklist non-text codecs in method API |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Ned Deily | Issue #19553: PEP 453 - "make install" and "make altins... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Ned Deily | Issue #19649: On OS X, the same set of file names are... |
commit | commitdiff | tree | snapshot |
next |