]> granicus.if.org Git - python/shortlog
python
2015-02-16 Berker PeksagIssue #17753: effective_ids unavailable on Windows.
2015-02-16 Berker PeksagFix typo in os.supports_effective_ids documentation.
2015-02-15 Serhiy StorchakaIssue #22885: Fixed arbitrary code execution vulnerabil...
2015-02-15 Antoine PitrouIssue #23146: Fix mishandling of absolute Windows paths...
2015-02-15 Serhiy StorchakaIssue #19681: Test the repr of partial with more than...
2015-02-15 Serhiy StorchakaUse pickled data compatible with Python 2 for testing...
2015-02-15 Serhiy StorchakaMerge heads
2015-02-15 Serhiy StorchakaUse os.devnull instead of hardcoded '/dev/null'.
2015-02-14 Berker PeksagIssue #13637: Improve exception message of a2b_* functions.
2015-02-14 Berker PeksagIssue #13637: Remove outdated versionchanged directives.
2015-02-14 Serhiy StorchakaIssue #17753: Skip test_zipfile tests which require...
2015-02-14 Serhiy StorchakaIssue #22844: Fized test_gdb failure on Debian Wheezy...
2015-02-14 Benjamin Petersonavoid reading unallocated memory when argc == 0 (closes...
2015-02-13 Berker PeksagIssue #23418: Add missing entries to http.server.__all__.
2015-02-13 Serhiy StorchakaIssue #21849: Ported from 2.7 tests for non-ASCII data.
2015-02-12 Victor Stinnerasyncio doc: annotate coroutine on coroutine functions...
2015-02-11 Antoine PitrouIssue #23445: pydebug builds now use "gcc -Og" where...
2015-02-11 Victor StinnerFix typo: PyMem_Alloc => PyMem_Malloc
2015-02-11 Victor StinnerIssue #23433: Fix faulthandler._stack_overflow()
2015-02-10 Victor Stinnerasyncio: BaseSubprocessTransport.close() doesn't try...
2015-02-10 Serhiy StorchakaIssue #23421: Fixed compression in tarfile CLI. Patch...
2015-02-10 Benjamin Petersonmerge 3.3 (#23361)
2015-02-10 Benjamin Petersonadd overflow checking (closes #23361)
2015-02-09 Martin v. LöwisAmend b8ebf381390f: find patchlevel.py in extensions.
2015-02-09 Martin v. LöwisIssue #17896: Update msi.py to new externals dir.
2015-02-08 Larry HastingsPost-release updates for Python 3.4.3rc1.
2015-02-08 Larry HastingsAdded tag v3.4.3rc1 for changeset 69dd528ca625
2015-02-08 Larry HastingsFix a copyright notice that still said 2014. v3.4.3rc1
2015-02-08 Larry HastingsVersion bump for 3.4.3rc1.
2015-02-07 Larry HastingsUpdated pydoc topics data for 3.4.3rc1 release.
2015-02-07 Vinay SajipCorrected typo.
2015-02-07 Vinay SajipMinor change to documentation on creating venvs.
2015-02-06 Barry WarsawIssue #23399: pyvenv creates relative symlinks where...
2015-02-06 Steve DowerFix definition mismatch for type_is_subtype_base_chain.
2015-02-06 Barry WarsawIssue #23399: pyvenv creates relative symlinks where...
2015-02-06 Serhiy StorchakaIssue #23392: Added tests for marshal C API that works...
2015-02-06 Serhiy StorchakaIssue #23881: Only use entry-values with gdb 7.4 in...
2015-02-06 Ned DeilyFix missing :ref: for idle in doc build.
2015-02-06 Benjamin Petersonfix many custom mro() edge cases and improve code quali...
2015-02-06 Ned DeilyIssue #23212: Update OS X installer build OpenSSL to...
2015-02-05 Victor Stinnertest_multiprocessing: tolerate a delta of 30 ms because...
2015-02-05 Serhiy StorchakaIssue #18982: Add tests for CLI of the calendar module.
2015-02-05 Victor Stinnerasyncio: BaseEventLoop: rename _owner to _thread_id
2015-02-05 Ned DeilyIssue #23345: Prevent test_ssl failures with large...
2015-02-05 Donald StufftUpdate pip to 6.0.8
2015-02-05 Gregory P.... Make the stdlib test suite helper test.script_helper...
2015-02-04 Victor Stinnerasyncio doc: explain how to display ResourceWarning...
2015-02-04 Victor Stinnerasyncio: Only call _check_resolved_address() in debug...
2015-02-04 Victor Stinnerasyncio: BaseSelectorEventLoop uses directly the privat...
2015-02-04 Gregory P.... Fixes issue23390: make profile-opt causes -fprofile...
2015-02-04 Gregory P.... Skip some tests that require a subinterpreter launched...
2015-02-03 Victor Stinnerasyncio, Tulip issue 221: Fix doc of QueueEmpty and...
2015-02-03 Berker PeksagIssue #23358: Add missing BaseServer entry to socketser...
2015-02-03 Serhiy StorchakaIssue #23099: Closing io.BytesIO with exported buffer...
2015-02-02 Serhiy StorchakaIssues #23363, #23364, #23365, #23366: Fixed itertools...
2015-02-02 Serhiy StorchakaIssues #23363, #23364, #23365, #23366: Fixed itertools...
2015-02-02 Serhiy StorchakaIssue #22896: Avoid to use PyObject_AsCharBuffer()...
2015-02-02 Benjamin Petersonmerge 3.3
2015-02-02 Benjamin Petersonreduce memory usage of test (closes #23369)
2015-02-02 Benjamin Petersonadjust for py3k module renaming
2015-02-02 Benjamin Peterson_clear_type_cache is cpython-only
2015-02-02 Victor StinnerIssue #23353, asyncio: Workaround CPython bug #23353
2015-02-02 Benjamin Petersonrevert lineno and col_offset changes from #16795 (close...
2015-02-02 Benjamin Petersonmerge 3.3 (#23364, #23363)
2015-02-02 Benjamin Petersoncheck for overflows in permutations() and product(...
2015-02-02 Benjamin Petersonmerge 3.3 (#23365)
2015-02-02 Benjamin Petersoncheck for overflow in combinations_with_replacement...
2015-02-02 Benjamin Petersonmerge 3.3 (#23366)
2015-02-02 Benjamin Petersondetect overflow in combinations (closes #23366)
2015-02-02 Benjamin Petersonhttps goodness
2015-02-02 Benjamin Petersonfix tests on systems that can't validate python.org
2015-02-01 Benjamin Petersonmerge 3.3
2015-02-01 Benjamin Petersonremove extra ws
2015-02-01 Benjamin Petersonmerge 3.3 (#23369)
2015-02-01 Benjamin Petersonfix possible overflow in encode_basestring_ascii (close...
2015-02-01 Stefan KrahWhitespace.
2015-02-01 Stefan KrahIssue #23352: Document that Py_buffer.suboffsets must...
2015-02-01 Stefan KrahIssue #23370: Fix off-by-one error for non-contiguous...
2015-02-01 Vinay SajipAdded a cookbook entry on logging audible messages.
2015-01-31 Steve DowerIssue #23212: Update Windows copy of OpenSSL to 1.0.1l
2015-01-31 Victor StinnerIssue #23353: Fix the exception handling of generators...
2015-01-31 Serhiy StorchakaIssue #22765: Fixed test_gdb failures. Supressed unexpe...
2015-01-30 R David MurrayFix asyncio doc typo.
2015-01-30 Victor Stinnerasyncio doc: document the new ResourceWarning warnings
2015-01-30 Victor StinnerIssue #23347, asyncio: send_signal(), terminate(),...
2015-01-29 Victor Stinnerasyncio doc: add a section about task cancellation
2015-01-29 Victor StinnerIssue #21962, asyncio doc: Suggest the usage of wait_fo...
2015-01-29 Victor StinnerIssue #23347, asyncio: Make BaseSubprocessTransport...
2015-01-29 Victor Stinnerasyncio: Fix ResourceWarning in test_subprocess.test_pr...
2015-01-29 Victor Stinnerasyncio: sync with Tulip
2015-01-29 Victor StinnerIssue #23243, asyncio: Emit a ResourceWarning when...
2015-01-29 Stefan KrahIssue #22668: Remove endianness assumption in test.
2015-01-29 Stefan KrahIssue #22668: Ensure that format strings survive slicin...
2015-01-29 Victor Stinnerasyncio: sync with Tulip
2015-01-29 Victor Stinnerasyncio doc: document Protocol state machine
2015-01-29 Victor Stinnerasyncio: sync with Tulip
2015-01-29 Victor Stinnerasyncio: BaseSubprocessTransport._kill_wait() now also...
2015-01-29 Gregory P.... Always #define _PyLong_FromDev as we always need it...
2015-01-28 Victor Stinnerasyncio: Fix _SelectorSocketTransport constructor
2015-01-28 Victor Stinnerasyncio: SSL transports now clear their reference to...
next