]> granicus.if.org Git - python/shortlog
python
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.
2016-09-05 Steve DowerIssue #27756: Updates installer icons to be the console...
2016-09-05 Christian HeimesIssue #26470: Port ssl and hashlib module to OpenSSL...
2016-09-05 Zachary WareCloses #11620: Fix support for SND_MEMORY in winsound...
2016-09-05 Christian HeimesIssue #26470: Port ssl and hashlib module to OpenSSL...
2016-09-05 Zachary WareCloses #27748: Merge with 3.5
2016-09-05 Zachary WareIssue #27748: Simplify test_winsound.
2016-09-05 Steve DowerIssue #27756: Adds new icons for Python files and proce...
2016-09-05 Benjamin Petersonmerge 3.5 (#27957)
2016-09-05 Benjamin Petersonremove ungrammarical apostrophe (closes #27957)
2016-09-05 Raymond HettingerMerge
2016-09-05 Raymond HettingerImprove recipe by showing results of intermediate steps
2016-09-05 Zachary WareFix get_externals.bat
2016-09-05 Zachary WareIssue #27883: Update sqlite to 3.14.1 on Windows
2016-09-05 Benjamin Petersonremove memory indirections in dict_traverse (closes...
2016-09-05 Victor StinnerIssue #27830: Remove unused _PyStack_AsDict()
2016-09-05 Benjamin Petersonfix skipping #27921 for windows
2016-09-05 Zachary WareCloses #27407: Merge with 3.5
2016-09-05 Zachary WareIssue #27407: Make PCbuild/prepare_ssl.py Python 2...
2016-09-05 Benjamin Petersonmerge 3.5 (#27812)
2016-09-05 Benjamin Petersonclear out f_gen during generator finalization (closes...
2016-09-05 Benjamin Petersonmerge 3.5
2016-09-05 Benjamin Petersonmerge heads
2016-09-05 Benjamin Petersonmerge heads
2016-09-05 Benjamin Petersonmerge 3.5 (closes #27811)
2016-09-05 Benjamin Petersondo not allow _PyGen_Finalize to fail (closes #27811)
2016-09-05 Steve DowerMinor improvements to the vcs ignore files
2016-09-05 Steve DowerMinor improvements to the vcs ignore files
2016-09-05 Terry Jan ReedyMerge with 3.5
2016-09-05 Terry Jan ReedyIssue #27918# test.resource.is_gui_available no longer...
2016-09-04 Ethan Furmanissue23591: more docs; slight change to repr
2016-09-04 Raymond HettingerMerge
2016-09-04 Raymond HettingerIssue 27936: Update doc for round() to indicate that...
2016-09-04 Raymond HettingerMerge
2016-09-04 Raymond HettingerImprove docs for random.seed()
2016-09-04 Mark DickinsonAdd Francisco Couzo to Misc/ACKS (for issue #27427...
2016-09-04 Mark DickinsonIssue #27427: Additional tests for the math module...
2016-09-04 Mark DickinsonIssue #27953: skip failing math and cmath tests for...
2016-09-03 Mark DickinsonIssue #26040: Improve test_math and test_cmath coverage...
2016-09-03 Eric V. SmithIssue 27921: Remove backslash from another f-string...
next