]> granicus.if.org Git - python/shortlog
python
2016-09-07 Victor StinnerFix test_os.GetRandomTests()
2016-09-07 Steve DowerIssue #27959: Updates NEWS and whatsnew
2016-09-07 Steve DowerIssue #27959: Documents new encoding and alias.
2016-09-07 Steve DowerIssue #27959: Adds oem encoding, alias ansi to mbcs...
2016-09-07 Steve DowerAdds test.support.PGO and skips tests that are not...
2016-09-07 Brett CannonIssue #27182: Add support for path-like objects to...
2016-09-07 Steve DowerFix some warnings from MSVC
2016-09-07 Benjamin Petersonmerge 3.5
2016-09-07 Benjamin Petersondo not memcpy from NULL
2016-09-07 Berker PeksagMerge from 3.5
2016-09-07 Berker PeksagUse shorter version of Connection.isolation_level in...
2016-09-07 Benjamin Petersonmerge 3.5
2016-09-07 Benjamin Petersonmake sure to not call memcpy with a NULL second argument
2016-09-07 Christian HeimesSilence two warnings in blake2. key_length is between...
2016-09-07 Christian HeimesBypass __get_openssl_constructor() and always use our...
2016-09-07 Gregory P.... Correct a comment in the test referencing the wrong...
2016-09-07 Brett CannonMerge
2016-09-07 Brett CannonMerge for #26359
2016-09-07 Raymond HettingerIssue #18844: Add random.weighted_choices()
2016-09-07 Brett CannonIssue #26359: Add the --with-optimizations flag.
2016-09-07 Brett CannonIssue #26359: Add the --with-optimizations configure...
2016-09-07 Victor StinnerOptimize unicode_escape and raw_unicode_escape
2016-09-07 Victor StinnerIssue #27776: include process.h on Windows for getpid()
2016-09-06 Victor Stinner_PyUnicodeWriter: assert that max character <= MAX_UNICODE
2016-09-06 Gregory P.... Fixes issue26307: The profile-opt build now applys...
2016-09-06 Gregory P.... Fixes issue26307: The profile-opt build now applys...
2016-09-06 Zachary WareAdd libpython*.dylib to .{hg,git}ignore
2016-09-06 Christian HeimesIssue #26798: Hello Winndows, my old friend. I've come...
2016-09-06 Victor Stinneros.urandom() now blocks on Linux
2016-09-06 Raymond HettingerIssue #23226: Add linspace() recipe to the docs
2016-09-06 Christian HeimesDownload hashlib test vectors from pythontest.net
2016-09-06 Brett CannonIssue #27974: Remove importlib._bootstrap._ManageReload.
2016-09-06 Victor StinnerAdd os.getrandom()
2016-09-06 Berker PeksagIssue #21250: Merge from 3.5
2016-09-06 Berker PeksagIssue #21250: Add tests for SQLite's ON CONFLICT clause
2016-09-06 Brett CannonDarn you, Benjamin!
2016-09-06 Benjamin Petersonmerge heads
2016-09-06 Brett CannonMerge for #27872 doc changes
2016-09-06 Brett CannonIssue #26027, #27524: Document the support for path...
2016-09-06 Benjamin Petersonmerge 3.5
2016-09-06 Benjamin Petersondo not leak addrinfo in configure test
2016-09-06 Victor StinnerRun Argument Clinic on posixmodule.c
2016-09-06 Brett CannonIssue #26027: Support path-like objects in PyUnicode...
2016-09-06 Christian HeimesIssue #26798: for loop initial declarations, take 3
2016-09-06 Christian HeimesIssue #26798: for loop initial declarations, take 2
2016-09-06 Ned DeilyIssue #21122: Fix LTO builds on OS X.
2016-09-06 Berker PeksagRemove redundant bullet point in 3.6.rst
2016-09-06 Benjamin Petersonshut up some perfectly innocent reST in hashlib-blake2
2016-09-06 Zachary WareCloses #27982: Allow keyword arguments to winsound...
2016-09-06 Benjamin Petersonimprove grammar
2016-09-06 Christian HeimesIssue #27691: Fix ssl module's parsing of GEN_RID subje...
2016-09-06 Christian HeimesIssue #27691: Fix ssl module's parsing of GEN_RID subje...
2016-09-06 Christian HeimesIssue #26798: for loop initial declarations are only...
2016-09-06 Serhiy StorchakaIssue #25761: Improved error reporting about truncated...
2016-09-06 Benjamin Petersonadd back SIZEOF_UINTPTR_T
2016-09-06 Benjamin Petersonreplace Py_(u)intptr_t with the c99 standard types
2016-09-06 Christian HeimesFix out-of-tree builds for blake2
2016-09-06 Benjamin Petersonrequire uintptr_t to exist
2016-09-06 Benjamin Petersonproperly introduce reST literal blocks
2016-09-06 Benjamin Petersonreplace Python aliases for standard integer types with...
2016-09-06 Benjamin Petersononly include inttypes.h (#17884)
2016-09-06 Christian HeimesIssue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.
2016-09-06 Benjamin Petersondtoa.c: remove code for platforms with 64-bit integers...
2016-09-06 Benjamin Petersoninclude (now) int standard headers
2016-09-06 Serhiy StorchakaMerge heads
2016-09-06 Serhiy StorchakaIssue #25596: Optimized glob() and iglob() functions...
2016-09-06 Benjamin Petersondo not need vcstdint.h anymore
2016-09-06 Serhiy StorchakaIssue #27078: Added BUILD_STRING opcode. Optimized...
2016-09-06 Benjamin Petersonremove an unanswered question
2016-09-06 Benjamin Petersonrequire standard int types to be defined (#17884)
2016-09-06 Christian HeimesIssue #27928: Add scrypt (password-based key derivation...
2016-09-06 Christian HeimesIssues #27850 and #27766: Remove 3DES from ssl default...
2016-09-06 Christian HeimesIssues #27850 and #27766: Remove 3DES from ssl default...
2016-09-06 Benjamin Petersonremove some silly defined() tests
2016-09-06 Steve DowerPrevents unnecessary help text appearing in doc build.
2016-09-06 Benjamin Petersonreplace PY_LONG_LONG with long long
2016-09-06 Benjamin Petersonmerge 3.5 (#27969)
2016-09-06 Benjamin Petersonsuppress stderr output when checking gdb (closes #27969)
2016-09-06 Christian HeimesIssue 27866: relax get_cipher() test even more. Gentoo...
2016-09-06 Christian HeimesIssue 27744: skip test if AF_ALG socket bind fails
2016-09-06 Christian HeimesIssue 27866: relax test case for set_cipher() and allow...
2016-09-06 Jason R. CoombsIssue #27960: Merge with 3.4
2016-09-06 Jason R. CoombsIssue #27960: Revert state to 675e20c38fdac6, backing...
2016-09-06 Benjamin Petersonexplicitly cast away constness to silence compiler...
2016-09-06 Victor StinnerAvoid calling functions with an empty string as format...
2016-09-06 Victor StinnerAvoid inefficient way to call functions without argument
2016-09-06 Jason R. CoombsIssue #27960: Merge with 3.5
2016-09-06 Martin PanterIssue #27355: Import no longer needed
2016-09-06 Benjamin Petersonmerge 3.5
2016-09-06 Benjamin Petersonrequire a long long data type (closes #27961)
2016-09-06 Ned DeilyUpdate OS X installer to use SQlite 3.14.1 and XZ 5...
2016-09-06 Zachary WareDeprecate Tix
2016-09-06 Benjamin Petersonmerge 3.5
2016-09-06 Benjamin PetersonBacked out changeset 8b6be1341770
2016-09-06 Senthil Kumaran[merge from 3.5] - Update pkgutil docs to reference...
2016-09-06 Senthil KumaranUpdate pkgutil docs to reference appropriate finder...
2016-09-05 Benjamin Petersonmerge 3.5
2016-09-05 Benjamin Petersonremove long double from ctypes value union
2016-09-05 Zachary WareCloses #20366: Build full text search support into...
2016-09-05 Zachary WareMove NEWS entry to correct section.
next