2016-09-07 |
Gregory P.... | Fixes Issue #27983: Cause lack of llvm-profdata tool... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Gregory P.... | Fixes issue# 27983: Cause lack of llvm-profdata tool... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | replace some Py_LOCAL_INLINE with the inline keyword |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | fix expected layout of code objects |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | more linux -> __linux__ |
commit | commitdiff | tree | snapshot |
2016-09-07 |
R David Murray | Merge: #22233: Only split headers on \r and/or \n,... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
R David Murray | #22233: Only split headers on \r and/or \n, per email... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Brett Cannon | Make PyCodeObject.co_extra even more private to force... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | use c++ style comments |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | use the '__linux__' instead 'linux' preprocessor define |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Brett Cannon | Eliminate a tautological-pointer-compare warning found... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
R David Murray | #27331: add policy keyword argument to all MIME subclasses. |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Brett Cannon | Change error return value to be more consistent with... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | put -std=c99 in CFLAGS_NODIST |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | compile with -std=c99 |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | permit intermingled declarations |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | hardcode sizeof(_Bool) on windows |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | use a the bool type for a boolean variable |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Brett Cannon | Add the co_extra field and accompanying APIs to code... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | require C99 bool |
commit | commitdiff | tree | snapshot |
2016-09-07 |
R David Murray | Merge: #26209: Clarify type of *localaddr*/*remoteadr... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
R David Murray | #26209: Clarify type of *localaddr*/*remoteadr* in... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
R David Murray | Merge: 27988: Make sure iter_attachments does not mutat... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
R David Murray | 27988: Make sure iter_attachments does not mutate the... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | make _Py_static_string_init use a designated initializer |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Steve Dower | Issue #27959: Prevent ImportError from escaping codec... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | replace PY_SIZE_MAX with SIZE_MAX |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | merge 3.5 (closes #27968) |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | capture stderr to silence output during test_coroutines... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | new and exciting shutdown error on windows |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | merge 3.5 (#27968) |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Benjamin Peterson | supress coroutine warning when an exception is pending... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Ethan Furman | add recipes for pseudo-valueless enums |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Christian Heimes | Issue #16113: one more C90 violation in big endian... |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Christian Heimes | Issue #16113: take 2 on big endian machines. |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Christian Heimes | Issue #16113: compile the module on Windows, too. |
commit | commitdiff | tree | snapshot |
2016-09-07 |
Christian Heimes | Issue #16113: KeccakP-1600-opt64 does not support big... |
commit | commitdiff | tree | snapshot |
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 |
next |