]> granicus.if.org Git - python/shortlog
python
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...
2016-09-03 Mark DickinsonIssue #11734: Add support for IEEE 754 half-precision...
2016-09-03 Vinay SajipCloses #27935: returned numeric value for 'FATAL' loggi...
2016-09-03 Vinay SajipMerge upstream change.
2016-09-03 Vinay SajipCloses #27937: Merge fix from 3.5.
2016-09-03 Vinay SajipFixes #27937: optimise code used in all logging calls.
2016-09-03 Eric V. SmithIssue 27921: Remove backslash from another f-string...
2016-09-03 Vinay SajipFixes #27937: optimise code used in all logging calls.
2016-09-03 Eric V. SmithIssue 27921: Remove backslash from another f-string.
2016-09-03 Eric V. SmithCloses issue 27921: Disallow backslashes anywhere in...
2016-09-03 Raymond HettingerMerge
2016-09-03 Raymond HettingerIssue 27936: Fix inconsistent round() behavior between...
2016-09-02 Ethan Furmanissue23591: bool(empty_flags) == False; more docs ...
2016-09-02 Ethan Furmanissue23591: optimize _high_bit()
2016-09-02 Victor StinnerPEP 7 style for if/else in C
2016-09-02 Ethan Furmanissue23591: add docs; code cleanup; more tests
2016-09-02 Jason R. CoombsIssue #12885: Merge with 3.5
2016-09-02 Jason R. CoombsIssue #12885: Merge with 3.4, retaining commits reverte...
2016-09-02 Jason R. CoombsIssue #12885: Revert commits in 3.4 branch which is...
2016-09-02 Jason R. CoombsIssue #12885: Merge with 3.5
2016-09-02 Jason R. CoombsIssue #12885: Merge 3.4
2016-09-02 Jason R. CoombsIssue #12885: Correct issue reference in NEWS
2016-09-02 Jason R. CoombsMerge backout for test suite fix
2016-09-02 Jason R. CoombsMerge backout for test suite fix
2016-09-02 Jason R. CoombsBacked out changeset cc86e9e102e8
2016-09-02 Jason R. CoombsIssue #12885: Merge with 3.5
2016-09-02 Jason R. CoombsIssue #12285: Merge with 3.4
2016-09-02 Jason R. CoombsIssue #12285: Update NEWS
2016-09-01 doko@ubuntu.com- Issue #27917: Set platform triplets for Android builds.
2016-09-01 Serhiy StorchakaIssue #27881: Fixed possible bugs when setting sqlite3...
2016-09-01 Serhiy StorchakaIssue #27881: Fixed possible bugs when setting sqlite3...
2016-09-01 Jason R. CoombsIssue #27919: Deprecate extra_path option in distutils.
2016-09-01 Raymond HettingerMinor beautification (turn nested-if into a conjunction).
2016-09-01 Terry Jan ReedyIssue #27922: IDLE tests no longer flash tk widgets...
2016-09-01 Terry Jan ReedyIssue #27922: IDLE tests no longer flash tk widgets.
2016-08-31 Terry Jan ReedyImprove idlelib.textview comments.
2016-08-31 Terry Jan ReedyIssue #27891: Tweak new idlelib README entry.
2016-08-31 Raymond HettingerMerge
2016-08-31 Raymond HettingerIssue #27706: Fix regression in random.seed(somestr...
2016-08-31 Guido van RossumMerge asyncio from 3.5
2016-08-31 Guido van RossumFix ordering issues in UNIX read/write pipe transport...
next