]> granicus.if.org Git - python/shortlog
python
2015-02-13 Serhiy StorchakaIssue #21849: Ported from 2.7 tests for non-ASCII data.
2015-02-13 Serhiy StorchakaIssue #21849: Ported from 2.7 tests for non-ASCII data.
2015-02-12 Victor StinnerMerge 3.4 (asyncio doc)
2015-02-12 Victor Stinnerasyncio doc: annotate coroutine on coroutine functions...
2015-02-12 Victor StinnerIssue #23450: Fix signal.set_wakeup_fd() on Windows
2015-02-12 Steve DowerFix installer Back button going to wrong page when...
2015-02-11 Antoine PitrouIssue #23445: pydebug builds now use "gcc -Og" where...
2015-02-11 Antoine PitrouIssue #23445: pydebug builds now use "gcc -Og" where...
2015-02-11 Victor StinnerMerge 3.4 (typo)
2015-02-11 Victor StinnerFix typo: PyMem_Alloc => PyMem_Malloc
2015-02-11 Serhiy StorchakaSplitted the WFILE structure to WFILE and RFILE.
2015-02-11 Serhiy StorchakaIssue #23344: marshal.dumps() is now 20-25% faster...
2015-02-11 Serhiy StorchakaIssue #20416: marshal.dumps() with protocols 3 and...
2015-02-11 Berker PeksagFix typos in Doc/whatsnew/3.5.rst.
2015-02-11 Victor StinnerMerge 3.4 (faulthandler)
2015-02-11 Victor StinnerIssue #23433: Fix faulthandler._stack_overflow()
2015-02-11 Raymond HettingerUpdate copyright.
2015-02-10 Serhiy StorchakaIssue #23383: Cleaned up bytes formatting.
2015-02-10 Victor StinnerMerge 3.4 (asyncio)
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 Serhiy StorchakaIssue #23421: Fixed compression in tarfile CLI. Patch...
2015-02-10 Benjamin Petersonmerge 3.4 (#23361)
2015-02-10 Benjamin Petersonmerge 3.3 (#23361)
2015-02-10 Benjamin Petersonadd overflow checking (closes #23361)
2015-02-09 Vinay SajipAdded respect_handler_level to QueueListener.
2015-02-09 Raymond HettingerMirco-optimizations to reduce register spills and reloa...
2015-02-09 Martin v. LöwisMerge with 3.4
2015-02-09 Martin v. LöwisAmend b8ebf381390f: find patchlevel.py in extensions.
2015-02-09 Martin v. LöwisMerge with 3.4
2015-02-09 Martin v. LöwisIssue #17896: Update msi.py to new externals dir.
2015-02-08 Larry HastingsMerge.
2015-02-08 Larry HastingsPost-release updates for Python 3.5.0a1.
2015-02-08 Larry HastingsPost-release updates for Python 3.4.3rc1.
2015-02-08 Steve DowerImprove Windows release scripts
2015-02-08 Ned DeilyIssue #23285: Install new test directory.
2015-02-08 Larry HastingsAdded tag v3.5.0a1 for changeset 5d4b6a57d5fd
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.5.0a1
2015-02-08 Larry HastingsFix a copyright notice that still said 2014. v3.4.3rc1
2015-02-08 Larry HastingsRelease bump for 3.5.0a1.
2015-02-08 Larry HastingsVersion bump for 3.4.3rc1.
2015-02-07 Larry HastingsUpdated pydoc topics data for 3.5.0a1 release.
2015-02-07 Larry HastingsUpdated pydoc topics data for 3.4.3rc1 release.
2015-02-07 Steve DowerAdds automated test script for the Windows installer...
2015-02-07 Charles-François... Fix whitespace.
2015-02-07 Charles-François... Issue #23285: PEP 475 -- Retry system calls failing...
2015-02-07 Vinay SajipCloses #23357: Updated documentation on creating venvs.
2015-02-07 Vinay SajipCorrected typo.
2015-02-07 Vinay SajipMinor change to documentation on creating venvs.
2015-02-06 Steve DowerFix download URL embedded in Windows installer.
2015-02-06 Steve DowerRequire Mercurial on PATH when building a Windows release.
2015-02-06 Barry WarsawMerge
2015-02-06 Barry WarsawIssue #23399: pyvenv creates relative symlinks where...
2015-02-06 Barry WarsawTrunk merge.
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 Steve DowerFix definition mismatch for type_is_subtype_base_chain.
2015-02-06 Barry WarsawIssue #23399: pyvenv creates relative symlinks where...
2015-02-06 Berker PeksagIssue #20289: cgi.FieldStorage() now supports the conte...
2015-02-06 Berker PeksagFix typos in Doc/whatsnew/3.5.rst.
2015-02-06 Serhiy StorchakaIssue #23392: Added tests for marshal C API that works...
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 Serhiy StorchakaIssue #23881: Only use entry-values with gdb 7.4 in...
2015-02-06 Steve DowerIssue #23260: Update Windows installer
2015-02-06 Ned DeilyFix missing :ref: for idle in doc build.
2015-02-06 Ned DeilyFix missing :ref: for idle in doc build.
2015-02-06 Benjamin Petersonmerge 3.4 (#22735)
2015-02-06 Benjamin Petersonfix many custom mro() edge cases and improve code quali...
2015-02-06 Ned DeilyIssue #23212: merge from 3.4
2015-02-06 Ned DeilyIssue #23212: Update OS X installer build OpenSSL to...
2015-02-05 Victor Stinner(Merge 3.4) test_multiprocessing: tolerate a delta...
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 Serhiy StorchakaIssue #18982: Add tests for CLI of the calendar module.
2015-02-05 Victor StinnerMerge 3.4 (asyncio)
2015-02-05 Victor Stinnerasyncio: BaseEventLoop: rename _owner to _thread_id
2015-02-05 Ned DeilyIssue #23345: merge from 3.4
2015-02-05 Ned DeilyIssue #23345: Prevent test_ssl failures with large...
2015-02-05 Donald StufftMerge: Update pip to 6.0.8
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-05 Gregory P.... Make the stdlib test suite helper test.script_helper...
2015-02-04 Raymond HettingerMinor code clean up.
2015-02-04 Victor StinnerMerge 3.4 (asyncio doc)
2015-02-04 Victor Stinnerasyncio doc: explain how to display ResourceWarning...
2015-02-04 Victor StinnerMerge 3.4 (asyncio)
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.... Fixes issue23390: make profile-opt causes -fprofile...
2015-02-04 Gregory P.... Skip some tests that require a subinterpreter launched...
2015-02-04 Gregory P.... Skip some tests that require a subinterpreter launched...
2015-02-03 Stefan KrahIssue #14203: Temporary fix for the compile failure...
2015-02-03 Stefan KrahIssue #14203: Remove obsolete support for view==NULL...
2015-02-03 Serhiy StorchakaIssue #15381: Fixed a bug in BytesIO.write().
2015-02-03 Raymond HettingerIssue 23359: Reduce size of code in set_lookkey. Only...
2015-02-03 Stefan KrahIssue #14203: Remove obsolete support for view==NULL...
2015-02-03 Victor StinnerMerge 3.4 (asyncio doc)
next