]> granicus.if.org Git - python/shortlog
python
2016-05-20 Serhiy StorchakaIssue #27063: Some unittest loader tests were silently...
2016-05-20 Serhiy StorchakaIssue #27063: Some unittest loader tests were silently...
2016-05-20 Serhiy StorchakaIssue #26168: Fixed possible refleaks in failing Py_Bui...
2016-05-20 Serhiy StorchakaIssue #26168: Fixed possible refleaks in failing Py_Bui...
2016-05-20 Victor StinnerIssue #27056: Fix _Unpickler_Read() to avoid integer...
2016-05-20 Yury SelivanovMerge 3.5 (asyncio)
2016-05-20 Yury Selivanovasyncio: Fix an SSL warning in StreamReaderProtocol...
2016-05-20 Victor Stinnerregrtest: display test result (passed, failed, ...)
2016-05-20 Victor Stinnerregrtest doesn't ignore -j1 anymore
2016-05-20 Victor StinnerMerge 3.5 (issue #26741)
2016-05-20 Victor Stinnerasyncio: fix ResourceWarning related to subprocesses
2016-05-20 Victor Stinnersubprocess now emits a ResourceWarning warning
2016-05-20 Victor StinnerIssue #26741: POSIX implementation of subprocess.Popen...
2016-05-20 Victor StinnerUse "with popen:" in test_subprocess
2016-05-20 Victor StinnerOptimize pickle.load() and pickle.loads()
2016-05-20 Victor StinnerCleanup import.c
2016-05-19 Guido van RossumBack out pathlib.Path.path attr. (Merge 3.5->3.6)
2016-05-19 Guido van RossumBack out pathlib.Path.path attr. (Merge 3.4->3.5)
2016-05-19 Guido van RossumBack out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289.
2016-05-19 Steve DowerIssue #27053: Updates make_zip.py to correctly generate...
2016-05-19 Steve DowerIssue #27053: Updates make_zip.py to correctly generate...
2016-05-19 Victor StinnerMerge 3.5 (issue #27057)
2016-05-19 Victor StinnerFix os.set_inheritable() on Android
2016-05-18 Steve DowerMerge launcher change from 3.5
2016-05-18 Steve DowerRemoves versioning from py.exe launcher installer and...
2016-05-18 Guido van RossumFix #27014 -- infinite recursion using typing.py. ...
2016-05-18 Guido van RossumFix #27014 -- infinite recursion using typing.py.
2016-05-18 Serhiy StorchakaIssue #27036: Fixed formatting references to "bytes...
2016-05-18 Serhiy StorchakaIssue #27036: Fixed formatting references to "bytes...
2016-05-18 Serhiy StorchakaFixed test_sizeof for deque.
2016-05-18 Serhiy StorchakaFixed test_sizeof for deque.
2016-05-18 Martin PanterIssue #23275: Don’t think this made it into alpha 1
2016-05-18 Berker PeksagIssue #23275: Allow () = iterable assignment syntax
2016-05-18 Senthil Kumaranmerge from 3.5
2016-05-18 Senthil Kumaranissue27045 - Use backslash in windows path to script...
2016-05-18 Terry Jan ReedyMerge with 3.5
2016-05-18 Terry Jan ReedyIssue #21939: Test IDLE percolator. Original patch...
2016-05-18 Ned DeilyIssue #27049: fix doc typo
2016-05-18 Ned DeilyIssue #27049: fix doc typo
2016-05-17 Terry Jan ReedyMerge with 3.5
2016-05-17 Terry Jan ReedyIssue #21676: test IDLE replace dialog. Original patch...
2016-05-17 doko@ubuntu.com - make some internal symbols static
2016-05-17 Terry Jan ReedyMerge with 3.5
2016-05-17 Terry Jan ReedyIssue #18410: add missing parent argument.
2016-05-17 Terry Jan ReedyMerge with 3.5
2016-05-17 Terry Jan ReedyIssue #18410: Test IDLE's search dialog; original patch...
2016-05-17 Ned DeilyMerge 3.6.0a1 updates
2016-05-17 Ned DeilyPost-release cleanup: 3.6.0a1 -> 3.6.0a2
2016-05-17 Steve DowerMerge with 3.5
2016-05-17 Steve DowerFixes unnecessary rebuild when building Windows release...
2016-05-17 Benjamin Petersonmerge 3.5 (#27042)
2016-05-17 Benjamin Petersonclass definitions only get argument lists (closes ...
2016-05-17 Benjamin PetersonBacked out changeset 71ff2235bb4c (closes #27042)
2016-05-17 Benjamin Petersonnull merge 3.5
2016-05-17 Benjamin Petersonregen importlib bytecode
2016-05-17 Benjamin Petersonmerge 3.5 (#26991)
2016-05-17 Benjamin Petersonfix possible refleak in MAKE_FUNCTION (closes #26991)
2016-05-17 Terry Jan ReedyMerge with 3.5
2016-05-17 Terry Jan ReedyIssue #21703: Add test for undo delegator. Patch most...
2016-05-17 Terry Jan ReedyMerge with 3.5
2016-05-17 Terry Jan ReedyIssue #27044: stop test_idle from leaking by deleting...
2016-05-16 Yury SelivanovMerge 3.5 (asyncio)
2016-05-16 Yury Selivanovasyncio/streams: Fix code style; delete LimitOverrunErr...
2016-05-16 Yury Selivanovdocs: Update whatsnew/3.6 with asyncio changes
2016-05-16 Yury SelivanovMerge 3.5
2016-05-16 Yury Selivanovdocs: Update asyncio docs & whatsnew
2016-05-16 Ned DeilyAdded tag v3.6.0a1 for changeset 5896da372fb0
2016-05-16 Ned DeilyVersion bump for 3.6.0a1 v3.6.0a1
2016-05-16 Ned DeilyUpdate Mac installer ReadMe file for 3.6.0a1
2016-05-16 Yury SelivanovMerge heads
2016-05-16 Yury SelivanovMerge 3.5 (Issue #27041)
2016-05-16 Yury SelivanovIssue #27041: asyncio: Add loop.create_future method
2016-05-16 Serhiy StorchakaIssue #27031: Removed dummy methods in Tkinter widget...
2016-05-16 Yury SelivanovMerge 3.5 (issue #27040)
2016-05-16 Serhiy StorchakaIssue #27039: Fixed bytearray.remove() for values great...
2016-05-16 Yury SelivanovIssue #27040: Add loop.get_exception_handler method
2016-05-16 Serhiy StorchakaIssue #27039: Fixed bytearray.remove() for values great...
2016-05-16 Steve DowerMerge with 3.5
2016-05-16 Steve DowerFixes magic numbers for 3.6.
2016-05-16 Ned DeilyUpdate pydoc topics for 3.6.0a1
2016-05-16 Steve DowerIssue #26073: Updates magic number comment in _bootstra...
2016-05-16 Steve DowerIssue #26073: Updates magic number comment in _bootstra...
2016-05-16 Martin PanterIssue #14132, Issue #17214: Merge two redirect handling...
2016-05-16 Serhiy StorchakaIssue #26995: Added tests for "f", "d", "D", "S", ...
2016-05-16 Serhiy StorchakaIssue #26995: Added tests for "f", "d", "D", "S", ...
2016-05-16 Serhiy StorchakaNull merge
2016-05-16 Serhiy StorchakaBackported tests for issue #18531.
2016-05-16 Serhiy StorchakaIssue #26765: Ensure that bytes- and unicode-specific...
2016-05-16 Serhiy StorchakaIssue #27033: The default value of the decode_data...
2016-05-16 Serhiy StorchakaExpand abbreviations FIFO and LIFO.
2016-05-16 Serhiy StorchakaIssue #27034: Removed deprecated class asynchat.fifo.
2016-05-16 Terry Jan ReedyMerge with 3.5
2016-05-16 Terry Jan ReedyIssue 18910: Edit idle_test/README.txt to add 'requires...
2016-05-16 Robert CollinsIssue #26807: mock_open 'files' no longer error on...
2016-05-16 Robert CollinsIssue #26807: mock_open 'files' no longer error on...
2016-05-16 Terry Jan ReedyMerge with 3.5
2016-05-16 Terry Jan ReedyIssue #23977: Tweak IDLE Delegator and its test.
2016-05-16 Martin PanterIssue #17214: Percent-encode non-ASCII bytes in redirec...
2016-05-16 Martin PanterIssue #14132: Fix redirect handling when target is...
2016-05-15 Terry Jan ReedyMerge with 3.5
next