]> granicus.if.org Git - python/shortlog
python
2016-09-07 Raymond HettingerIssue #18844: Add random.weighted_choices()
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.
2016-09-05 Christian HeimesIssue #26470: Use short name rather than name for compr...
2016-09-05 Christian HeimesIssue #26470: Use short name rather than name for compr...
2016-09-05 Zachary WareIssue #27748: Merge with 3.5
2016-09-05 Zachary WareIssue #27748: Backed out changeset f845e24d794e
2016-09-05 Christian HeimesIssue 27744: AES-CBC and DRBG need Kernel 3.19+
2016-09-05 Victor StinnerIssue #27938: Add a fast-path for us-ascii encoding
2016-09-05 Benjamin Petersonos.access does not allow a fd
2016-09-05 Benjamin Petersonmerge 3.5
2016-09-05 Christian HeimesIssue 27744: Check for AF_ALG support in Kernel
2016-09-05 Brett CannonImplement the frame evaluation API aspect of PEP 523.
2016-09-05 Zachary WareIssue #25387: Check return value of winsound.MessageBeep
2016-09-05 Benjamin Petersondo not pretend to support passing a fd to access()
2016-09-05 Zachary WareIssue #27748: Merge with 3.5
2016-09-05 Zachary WareIssue #27748: strengthen test_alias_nofallback
2016-09-05 Larry HastingsIssue #27355: Removed support for Windows CE. It was...
2016-09-05 Christian HeimesIssue #27744: correct comment and markup
2016-09-05 Christian HeimesIssue #27866: Add SSLContext.get_ciphers() method to...
2016-09-05 Christian HeimesIssue #27744: Add AF_ALG (Linux Kernel crypto) to socke...
2016-09-05 Eric SnowIssue #24254: Preserve class attribute definition order.
next