2013-11-22 |
Brett Cannon | Issue #19718: Add a case-insensitive FS check to test... |
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 |
2013-11-22 |
Ned Deily | Issue #14455: Fix maybe_open typo in Plist.fromFile(). |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Ezio Melotti | #19688: add back and deprecate the internal HTMLParser... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Christian Heimes | or VERIFY_CRL_CHECK_LEAF to verify_flags |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Christian Heimes | Issue #19664: fix another flake test_userdict test |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Christian Heimes | Issue #18147: Add missing documentation for SSLContext... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Christian Heimes | Issue #17134: Finalize interface to Windows' certificat... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Christian Heimes | Issue #19681: Apply a quick and minimal band-aid. |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Christian Heimes | merge |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Christian Heimes | Issue #19664: test_userdict's repr test no longer depen... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Barry Warsaw | trunk merge |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Barry Warsaw | - Issue #19555: Restore sysconfig.get_config_var('SO... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Christian Heimes | silence an overflow warning. slen is smaller than 1MB |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Christian Heimes | one CERT_REQUIRED is enough |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Christian Heimes | downcast len to int. The code has already checked that... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Christian Heimes | lst might be NULL here |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Christian Heimes | Issue #8813: Add SSLContext.verify_flags to change... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Victor Stinner | Close #18294: Fix the zlib module to make it 64-bit... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Guido van Rossum | Better behavior when stepping over yield[from]. Fixes... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Guido van Rossum | asyncio: Make Semaphore(0) work properly. |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Serhiy Storchaka | Print Tk patchlevel in Tk and Ttk tests in verbose... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Serhiy Storchaka | Print Tk patchlevel in Tk and Ttk tests in verbose... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Christian Heimes | merge |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Christian Heimes | Issue #19682: Fix compatibility issue with old version... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Ronald Oussoren | Issue #14455: plistlib now supports binary plists and... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Victor Stinner | Close #19568: Fix bytearray_setslice_linear(), fix... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Victor Stinner | Close #19578: Fix list_ass_subscript(), handle list_res... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Victor Stinner | Issue #19183: Simplify test_gdb |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Serhiy Storchaka | Issue #19633: Fixed writing not compressed 16- and... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Serhiy Storchaka | Issue #19633: Fixed writing not compressed 16- and... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Christian Heimes | Issue #18379: SSLSocket.getpeercert() returns CA issuer... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Christian Heimes | Issue #18138: Implement cadata argument of SSLContext... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Guido van Rossum | Clarify where "Documenting Python" can be found. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Larry Hastings | Issue #19474: Argument Clinic now always specifies... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Christian Heimes | Issue #16632: Enable DEP and ASLR on Windows. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Christian Heimes | Issue #17791: Drop PREFIX and EXEC_PREFIX definitions... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Christian Heimes | Issue #18775: Add name and block_size attribute to... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Christian Heimes | Issue #17276: MD5 as default digestmod for HMAC is... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Serhiy Storchaka | Print Tk patchlevel in test_tcl in verbose mode (issue1... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Serhiy Storchaka | Print Tk patchlevel in test_tcl in verbose mode (issue1... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Christian Heimes | update siphash24 test values |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Christian Heimes | Issue #19183: too many tests depend on the sort order... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Victor Stinner | Issue #19183: Fix repr() tests of test_gdb, hash()... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Christian Heimes | Issue #19183: test_gdb's test_dict was failing on some... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Christian Heimes | ssue #19183: Implement PEP 456 'secure and interchangea... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Christian Heimes | configure: use AC_MSG_NOTICE() instead of AC_MSG_WARN... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Christian Heimes | configure: echo message to AS_MESSAGE_FD. --silent... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Christian Heimes | configure: echo message to AS_MESSAGE_FD. --silent... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Christian Heimes | Add workaround for VS 2010 nmake clean issue. VS 2010... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Christian Heimes | Add workaround for VS 2010 nmake clean issue. VS 2010... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Victor Stinner | _msi.c: Fix compiler warnings on Windows 64-bit |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Victor Stinner | Issue #9566, #19617: Fix more compiler warnings in... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Victor Stinner | Issue #19637: fix test_undecodable_env() of test_subpro... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Victor Stinner | Issue #9566, #19617: New try to fix compilation on... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Victor Stinner | Issue #9566, #19617: Fix compilation on Windows |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Victor Stinner | Issue #9566: compile.c uses Py_ssize_t instead of int... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Guido van Rossum | asyncio: Add streams.start_server(), by Gustavo Carneiro. |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Ezio Melotti | #2927: Added the unescape() function to the html module. |
commit | commitdiff | tree | snapshot |
2013-11-19 |
R David Murray | Merge: #19449: Handle non-string keys when generating... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
R David Murray | #19449: Handle non-string keys when generating 'fieldna... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Andrew Kuchling | Merge from 3.3 |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Andrew Kuchling | #1098749: re-word gettext docs to not encourage using... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Martin v. Löwis | Issue #19550: Implement Windows installer changes of... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Serhiy Storchaka | Remove dead code committed in issue #12892. |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Nick Coghlan | Also chain codec exceptions that allow weakrefs |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Victor Stinner | oops, remove _PyObject_ReprWriter() definition (unwante... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Victor Stinner | Issue #19646: repr(dict) now uses _PyUnicodeWriter... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Victor Stinner | Issue #19513: repr(tuple) now uses _PyUnicodeWriter... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Victor Stinner | Add _PyUnicodeWriter_WriteASCIIString() function |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Victor Stinner | Issue #19513: Disable overallocation of the PyUnicodeWr... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Serhiy Storchaka | Issue #12892: The utf-16* and utf-32* codecs now reject... |
commit | commitdiff | tree | snapshot |
next |