]> granicus.if.org Git - python/shortlog
python
2015-03-06 Benjamin Petersonmerge 3.4 (#23590)
2015-03-06 Benjamin Petersonfix potential refleak in PyFloat_AsDouble (closes ...
2015-03-06 Berker PeksagIssue #17911: Tweak traceback documentation.
2015-03-06 Ned DeilyIssue #23593: fix Misc/NEWS entries
2015-03-06 Ned DeilyIssue #23593: fix Misc/NEWS entries
2015-03-06 Ned DeilyIssue #23594: merge 3.4
2015-03-06 Ned DeilyIssue #23594: Update OS X 10.5 installer build to use...
2015-03-06 Robert CollinsIssue #22936: Allow showing local variables in unittest...
2015-03-05 Ned DeilyFix regression introduced by changeset 7c6e3358221a...
2015-03-05 Robert Collinsunittest: Trivial typo fix.
2015-03-05 Serhiy StorchakaFixed GCC version testing.
2015-03-05 Victor StinnerFix "GCC diagnostic" in socketmodule.c
2015-03-05 Robert CollinsIssue #22936: Make it possible to show local variables...
2015-03-05 Steve DowerAdd scripts for uploading Windows builds to a Linux...
2015-03-05 Benjamin Petersonmerge 3.4
2015-03-05 Benjamin Petersonuse _import_symbols to import VERIFY_* constants
2015-03-05 Benjamin Petersonadjust test_crl_check for trusted first being default
2015-03-05 Benjamin Petersonmerge 3.4
2015-03-05 Benjamin Petersonexpose X509_V_FLAG_TRUSTED_FIRST
2015-03-05 Benjamin Petersonmerge 3.4 (#23476)
2015-03-05 Benjamin Petersonenable X509_V_FLAG_TRUSTED_FIRST when possible (closes...
2015-03-05 Robert CollinsRemaining fallout from 17911
2015-03-05 Victor StinnerMerge 3.4 (test_subprocess)
2015-03-05 Victor StinnerIssue #21619: Try to fix test_broken_pipe_cleanup()
2015-03-04 Robert CollinsFix brownbag in issue 17911 commit
2015-03-04 Robert CollinsIssue #17911: traceback module overhaul
2015-03-04 Antoine PitrouIssue #23576: Avoid stalling in SSL reads when EOF...
2015-03-04 Antoine PitrouIssue #23576: Avoid stalling in SSL reads when EOF...
2015-03-04 Victor StinnerIssue #23285: Fix handling of EINTR in fileio.c
2015-03-04 Serhiy StorchakaIssue #23504: Added an __all__ to the types module.
2015-03-04 Serhiy StorchakaIssue #23504: Added an __all__ to the types module.
2015-03-03 Serhiy StorchakaIssue #23563: Optimized utility functions in urllib...
2015-03-03 Raymond HettingerMinor neatening-up. Make assignments in same order...
2015-03-03 Raymond HettingerSwitch the state variable to unsigned for defined wrap...
2015-03-03 Raymond HettingerMinor beautification. Move struct definitions to the...
2015-03-03 Raymond HettingerMinor code beautification. Replace macro with in-linea...
2015-03-03 Raymond HettingerBeautify and better document the use of the size_t...
2015-03-02 Ethan Furmanissue19075: add visual sorting algorithms to turtledemo...
2015-03-02 Benjamin Petersonmerge heads
2015-03-02 Benjamin Petersonmerge 3.4 (null)
2015-03-02 Benjamin Petersonmerge 3.3 (#23362)
2015-03-02 Benjamin Petersonuse PyMem_NEW to detect overflow (closes #23362)
2015-03-02 Larry HastingsIssue #21293: Remove unnecessary "capsule hack".
2015-03-02 Benjamin Petersonmerge 3.4 (#23367)
2015-03-02 Benjamin Petersonmerge 3.3 (#23367)
2015-03-02 Benjamin Petersonfix possible overflow bugs in unicodedata (closes ...
2015-03-02 Steve DowerIssue #18382: Zero-length messages are consumed by...
2015-03-02 Steve DowerIssue #18382: Zero-length messages are consumed by...
2015-03-02 Steve DowerIssue #23451: Update pyconfig.h for Windows to require...
2015-03-02 Benjamin Petersonmerge 3.4 (#23561)
2015-03-02 Serhiy StorchakaAdded more tests for urllib.parse utility functions.
2015-03-02 Serhiy StorchakaAdded more tests for urllib.parse utility functions.
2015-03-02 Benjamin Petersonwrap everything at 80 chars
2015-03-02 Benjamin Petersonlink to the correct dis method or function (closes...
2015-03-02 Berker PeksagIssue #23527: Update Gmail port number for STARTTLS...
2015-03-02 Berker PeksagIssue #23527: Update Gmail port number for STARTTLS...
2015-03-02 Berker PeksagIssue #23477: Improve test coverage of wsgiref.simple_s...
2015-03-02 Berker PeksagIssue #23477: Improve test coverage of wsgiref.simple_s...
2015-03-02 Berker PeksagIssue #20521: Change ``TOS`` to TOS in dis documentation.
2015-03-02 Berker PeksagIssue #20521: Change ``TOS`` to TOS in dis documentation.
2015-03-02 Berker PeksagIssue #23387: Skip test_issue16464 if it raises an...
2015-03-02 Berker PeksagIssue #23387: Skip test_issue16464 if it raises an...
2015-03-02 Berker PeksagAdd a versionadded directive for PEP 486.
2015-03-02 Benjamin Petersonmerge 3.4
2015-03-02 Benjamin Petersonremove mention of Python 2.2 and 2.3
2015-03-01 Alexander BelopolskyIssue #7830: Flatten nested functools.partial.
2015-03-01 Alexander BelopolskyCloses issue #22791: Improved datetime from timestamp...
2015-03-01 Serhiy StorchakaFixed pydoc tests when run with -OO.
2015-03-01 Serhiy StorchakaFixed pydoc tests when run with -OO.
2015-03-01 Serhiy StorchakaFixed a typo.
2015-03-01 Raymond HettingerIssue #23553: Use an unsigned cast to tighten-up the...
2015-03-01 Serhiy StorchakaMerge heads
2015-03-01 Serhiy StorchakaIssue #20204: Deprecation warning is now raised for...
2015-03-01 Raymond HettingerNeed a (size_t) cast instead of (unsigned) to be big...
2015-03-01 Serhiy StorchakaIssue #20204: Added the __module__ attribute to _tkinte...
2015-03-01 Serhiy StorchakaIssue #20204: Added the __module__ attribute to _tkinte...
2015-03-01 Steve DowerUpdates CRT installation for Windows installer.
2015-03-01 Raymond HettingerUse unsigned division and modulo for item assignment...
2015-02-28 Serhiy StorchakaIssue #19980: Improved help() for non-recognized string...
2015-02-28 Alexander Belopolskymerge
2015-02-28 Alexander BelopolskyFixes #23521: Corrected pure python implementation...
2015-02-28 Alexander BelopolskyFixes #23521: Corrected pure python implementation...
2015-02-28 Raymond HettingerConvert one more division to unsigned arithmetic to...
2015-02-28 Serhiy StorchakaFixed a test for issue #21619 on Windows.
2015-02-28 Serhiy StorchakaFixed a test for issue #21619 on Windows.
2015-02-28 Serhiy StorchakaIssue #21619: Popen objects no longer leave a zombie...
2015-02-28 Serhiy StorchakaIssue #21619: Popen objects no longer leave a zombie...
2015-02-28 Raymond HettingerLine missed in last checkin
2015-02-27 Raymond HettingerSince the index is always non-negative, use faster...
2015-02-27 Brett CannonMerge with 3.4 for porting HOWTO tweaks
2015-02-27 Brett CannonFix the clarification as to why division cannot be...
2015-02-27 Larry HastingsMerge from 3.4.
2015-02-27 Larry HastingsFix minor errors in Misc/NEWS. (Thanks for the report...
2015-02-27 Brett CannonIssue #22834: Drop a redundant comment and use errno...
2015-02-27 Victor StinnerMerge 3.4 (asyncio)
2015-02-27 Victor StinnerIssue #23537: Remove 2 unused private methods of asynci...
2015-02-27 Victor StinnerMerge 3.4 (httplib)
2015-02-27 Victor StinnerIssue #23526: Fix ResourceWarning in test_httplib....
2015-02-27 Zachary WareMerge with 3.4
2015-02-27 Zachary WareFix copy/paste error in bytes.isupper() doc.
next