2016-09-07 |
Christian Heimes | Issue #16113: Add SHA-3 and SHAKE support to hashlib... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Christian Heimes | blake2: silence two more warnings on platforms with... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Serhiy Storchaka | Issue #26032: Optimized globbing in pathlib by using... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Senthil Kumaran | issue20842 - null merge with 3.5 |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Senthil Kumaran | [backport to 3.5] - issue26896 - Disambiguate uses... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Raymond Hettinger | Rename weighted_choices() to just choices() |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Serhiy Storchaka | Issue #25596: Falls back to listdir in glob for bytes... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Guido van Rossum | Issue #27905: Docs for typing.Type[C], by Michael Lee... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Guido van Rossum | Issue #27905: Docs for typing.Type[C], by Michael Lee. |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | merge 3.5 |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Steve Dower | Issue #27731: Opt-out of MAX_PATH on Windows 10 |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | promote some shifts to unsigned, so as not to invoke... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | get skipIf from the right place |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Steve Dower | Issue #6135: Adds encoding and errors parameters to... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Victor Stinner | Fix test_os.GetRandomTests() |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Steve Dower | Issue #27959: Updates NEWS and whatsnew |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Steve Dower | Issue #27959: Documents new encoding and alias. |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Steve Dower | Issue #27959: Adds oem encoding, alias ansi to mbcs... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Steve Dower | Adds test.support.PGO and skips tests that are not... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Brett Cannon | Issue #27182: Add support for path-like objects to... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Steve Dower | Fix some warnings from MSVC |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | merge 3.5 |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | do not memcpy from NULL |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Berker Peksag | Merge from 3.5 |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Berker Peksag | Use shorter version of Connection.isolation_level in... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | merge 3.5 |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | make sure to not call memcpy with a NULL second argument |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Christian Heimes | Silence two warnings in blake2. key_length is between... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Christian Heimes | Bypass __get_openssl_constructor() and always use our... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Gregory P.... | Correct a comment in the test referencing the wrong... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Brett Cannon | Merge |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Brett Cannon | Merge for #26359 |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Raymond Hettinger | Issue #18844: Add random.weighted_choices() |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Brett Cannon | Issue #26359: Add the --with-optimizations flag. |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Brett Cannon | Issue #26359: Add the --with-optimizations configure... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Victor Stinner | Optimize unicode_escape and raw_unicode_escape |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Victor Stinner | Issue #27776: include process.h on Windows for getpid() |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Victor Stinner | _PyUnicodeWriter: assert that max character <= MAX_UNICODE |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Gregory P.... | Fixes issue26307: The profile-opt build now applys... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Gregory P.... | Fixes issue26307: The profile-opt build now applys... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Zachary Ware | Add libpython*.dylib to .{hg,git}ignore |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Christian Heimes | Issue #26798: Hello Winndows, my old friend. I've come... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Victor Stinner | os.urandom() now blocks on Linux |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Raymond Hettinger | Issue #23226: Add linspace() recipe to the docs |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Christian Heimes | Download hashlib test vectors from pythontest.net |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Brett Cannon | Issue #27974: Remove importlib._bootstrap._ManageReload. |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Victor Stinner | Add os.getrandom() |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Berker Peksag | Issue #21250: Merge from 3.5 |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Berker Peksag | Issue #21250: Add tests for SQLite's ON CONFLICT clause |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Brett Cannon | Darn you, Benjamin! |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Benjamin Peterson | merge heads |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Brett Cannon | Merge for #27872 doc changes |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Brett Cannon | Issue #26027, #27524: Document the support for path... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Benjamin Peterson | merge 3.5 |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Benjamin Peterson | do not leak addrinfo in configure test |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Victor Stinner | Run Argument Clinic on posixmodule.c |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Brett Cannon | Issue #26027: Support path-like objects in PyUnicode... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Christian Heimes | Issue #26798: for loop initial declarations, take 3 |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Christian Heimes | Issue #26798: for loop initial declarations, take 2 |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Ned Deily | Issue #21122: Fix LTO builds on OS X. |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Berker Peksag | Remove redundant bullet point in 3.6.rst |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Benjamin Peterson | shut up some perfectly innocent reST in hashlib-blake2 |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Zachary Ware | Closes #27982: Allow keyword arguments to winsound... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Benjamin Peterson | improve grammar |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Christian Heimes | Issue #27691: Fix ssl module's parsing of GEN_RID subje... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Christian Heimes | Issue #27691: Fix ssl module's parsing of GEN_RID subje... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Christian Heimes | Issue #26798: for loop initial declarations are only... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Serhiy Storchaka | Issue #25761: Improved error reporting about truncated... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Benjamin Peterson | add back SIZEOF_UINTPTR_T |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Benjamin Peterson | replace Py_(u)intptr_t with the c99 standard types |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Christian Heimes | Fix out-of-tree builds for blake2 |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Benjamin Peterson | require uintptr_t to exist |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Benjamin Peterson | properly introduce reST literal blocks |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Benjamin Peterson | replace Python aliases for standard integer types with... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Benjamin Peterson | only include inttypes.h (#17884) |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Christian Heimes | Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Benjamin Peterson | dtoa.c: remove code for platforms with 64-bit integers... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Benjamin Peterson | include (now) int standard headers |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Serhiy Storchaka | Issue #25596: Optimized glob() and iglob() functions... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Benjamin Peterson | do not need vcstdint.h anymore |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Serhiy Storchaka | Issue #27078: Added BUILD_STRING opcode. Optimized... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Benjamin Peterson | remove an unanswered question |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Benjamin Peterson | require standard int types to be defined (#17884) |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Christian Heimes | Issue #27928: Add scrypt (password-based key derivation... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Christian Heimes | Issues #27850 and #27766: Remove 3DES from ssl default... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Christian Heimes | Issues #27850 and #27766: Remove 3DES from ssl default... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Benjamin Peterson | remove some silly defined() tests |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Steve Dower | Prevents unnecessary help text appearing in doc build. |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Benjamin Peterson | replace PY_LONG_LONG with long long |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Benjamin Peterson | merge 3.5 (#27969) |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Benjamin Peterson | suppress stderr output when checking gdb (closes #27969) |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Christian Heimes | Issue 27866: relax get_cipher() test even more. Gentoo... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Christian Heimes | Issue 27744: skip test if AF_ALG socket bind fails |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Christian Heimes | Issue 27866: relax test case for set_cipher() and allow... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Jason R. Coombs | Issue #27960: Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Jason R. Coombs | Issue #27960: Revert state to 675e20c38fdac6, backing... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Benjamin Peterson | explicitly cast away constness to silence compiler... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Victor Stinner | Avoid calling functions with an empty string as format... |
commit | commitdiff | tree | snapshot |
2016-09-06 |
Victor Stinner | Avoid inefficient way to call functions without argument |
commit | commitdiff | tree | snapshot |
next |