]> granicus.if.org Git - python/shortlog
python
2013-12-13 Victor StinnerIssue #14432: Null merge 3.3, Python 3.4 has a differen...
2013-12-13 Victor StinnerIssue #14432: Generator now clears the borrowed referen...
2013-12-13 Victor StinnerIssue #14432: Remove the thread state field from the...
2013-12-13 Victor StinnerClose #19576: PyGILState_Ensure() now initializes threa...
2013-12-12 Victor StinnerIssue #19751: Fix hash_info test of test_sys on SPARC...
2013-12-12 Victor StinnerIssue #19751: Fix typo in configuration option
2013-12-12 Stefan KrahMerge from 3.3.
2013-12-12 Stefan KrahDo not discard const qualifier without a reason.
2013-12-12 Zachary WareMerge fix from 3.3
2013-12-12 Zachary WareAvoid UnicodeEncodeError by only printing ASCII.
2013-12-12 Victor StinnerAdd a sequence diagram for the chained coroutines example
2013-12-11 Zachary WareProperly filter some recent additions in the Windows...
2013-12-11 Zachary WareNull merge with 3.3.
2013-12-11 Zachary WareFilter namespaceobject's files properly in the pythonco...
2013-12-11 Zachary WareIssue #19828: Merge with 3.3
2013-12-11 Zachary WareIssue #19828: Fixed test_site when the whole suite...
2013-12-11 R David Murray#19063: fix set_payload handling of non-ASCII string...
2013-12-11 R David MurrayNull merge for #19063 (3.4 fix is different).
2013-12-11 R David Murray#19063: partially fix set_payload handling of non-ASCII...
2013-12-11 Serhiy StorchakaIssue #17576: Deprecation warning emitted now when...
2013-12-11 Serhiy StorchakaIssue #17576: Deprecation warning emitted now when...
2013-12-11 Eric SnowIssue #18864: Add a setter for ModuleSpec.has_location.
2013-12-11 Gregory P.... null merge (3.4 doesn't need this fix)
2013-12-11 Gregory P.... Fixes Issue #17200: telnetlib's read_until and expect...
2013-12-11 Ned DeilyIssue #18270: merge from 3.3
2013-12-11 Ned DeilyIssue #18270: Prevent possible IDLE AttributeError...
2013-12-10 Zachary WareIssue #19928: Fix test on Windows
2013-12-10 Zachary WareIssue #19928: Fix test on Windows
2013-12-10 Ezio Melotti#19943: merge with 3.3.
2013-12-10 Ezio Melotti#19943: fix typo noticed by Jakub Wilk.
2013-12-10 Serhiy StorchakaRemove commented out debugging code (remnants of issue...
2013-12-10 Nick CoghlanIssue #19407: merge PPUG notes from 3.3
2013-12-10 Nick CoghlanIssue #19407: add Python Packaging User Guide notes
2013-12-10 Victor Stinnerasyncio doc: simplify task example
2013-12-10 Victor Stinnerasyncio doc: don't document Task.cancel(), already...
2013-12-10 Victor Stinnerasyncio: document Task.current_task()
2013-12-10 Serhiy StorchakaIssue #19928: Implemented a test for repr() of cell...
2013-12-10 Serhiy StorchakaIssue #19928: Implemented a test for repr() of cell...
2013-12-10 Serhiy StorchakaIssue #19481: print() of string subclass instance in...
2013-12-10 Serhiy StorchakaIssue #19481: print() of string subclass instance in...
2013-12-10 Eric SnowRemove commented-out module spec test code and an out...
2013-12-10 Eric SnowIssue 19851: Fix a regression in reloading submodules.
2013-12-10 Victor Stinnerasyncio: don't document private functions
2013-12-10 Victor Stinnerasyncio: fix 2nd task example
2013-12-10 Victor Stinnerasyncio doc: rewrite the callback hello world to use...
2013-12-10 Victor Stinnerassyncio doc: rewrite, improve and move coroutine,...
2013-12-10 Victor Stinner(Merge 3.3) Issue #19932: Fix typo in import.h, missing...
2013-12-10 Victor StinnerIssue #19932: Fix typo in import.h, missing whitespaces...
2013-12-09 Stefan KrahFix typo.
2013-12-09 Stefan KrahFix whitespace.
2013-12-09 Stefan KrahMerge 3.3.
2013-12-09 Serhiy StorchakaIssue #15475: Add __sizeof__ implementations for iterto...
2013-12-09 Victor Stinnerasyncio doc: explain why the loop is running twice
2013-12-09 Victor Stinnerasyncio: another Future example using add_done_callback()
2013-12-09 Victor Stinnerasyncio doc: add an example with Future
2013-12-09 Victor StinnerIssue #19817: Fix print_exception(), clear the exceptio...
2013-12-09 Victor StinnerBacked out changeset c4c1c4bc8086
2013-12-09 Victor StinnerIssue #19876: Run also test_selectors.test_unregister_a...
2013-12-09 Victor StinnerClose #19880: Fix a reference leak in unittest.TestCase...
2013-12-09 Victor StinnerFix #19830: Fix a ResourceWarning in test_poplib.
2013-12-08 Victor Stinner(Merge 3.3) Issue #17429: Oops, remove unused import
2013-12-08 Victor StinnerIssue #17429: Oops, remove unused import
2013-12-08 Victor StinnerIssue #17429: some PEP 8 compliance fixes for the platf...
2013-12-08 Victor Stinner(Merge 3.3) Issue #17429: platform.linux_distribution...
2013-12-08 Victor StinnerIssue #17429: platform.linux_distribution() now decodes...
2013-12-08 Stefan KrahAdd libmpdec license.
2013-12-08 Stefan KrahFix two typos.
2013-12-08 Stefan KrahMissed one copyright.
2013-12-08 Gregory P.... Fixes issue #19929: Call os.read with 32768 within...
2013-12-08 Gregory P.... Fixes issue #19929: Call os.read with 32768 within...
2013-12-08 Stefan KrahUpdate copyright. The four year increment is intentiona...
2013-12-08 Nadeem VawdaCloses #18430: Document that peek() may change the...
2013-12-08 Nadeem Vawda#18430: Document that peek() may change the position...
2013-12-08 Serhiy StorchakaIssue #19535: Fixed test_docxmlrpc, test_functools...
2013-12-08 Serhiy StorchakaIssue #19535: Fixed test_docxmlrpc when python is run...
2013-12-08 doko@ubuntu.com- Issue #19736: Add module-level statvfs constants...
2013-12-08 Christian HeimesAttempt to fix OpenIndiana build issue introduced by...
2013-12-08 Christian HeimesIssue #19343: Expose FreeBSD-specific APIs in resource...
2013-12-08 Charles-François... Fix test_selectors failure introduced by 39e7995f9ad1.
2013-12-08 Gregory P.... Remove mentions of Python 2.x and being externally...
2013-12-08 Gregory P.... Remove mentions of Python 2.x and being externally...
2013-12-08 Zachary WareIssue #19926: Removed unneeded test_main from test_abst...
2013-12-08 Zachary WareIssue #19926: Removed unneeded test_main from test_abst...
2013-12-08 Zachary WareIssue 19572: More silently skipped tests explicitly...
2013-12-08 Zachary WareNormalize whitespace
2013-12-08 Zachary WareIssue 19572: More silently skipped tests explicitly...
2013-12-08 Gregory P.... Fixes issue #19506: Use a memoryview to avoid a data...
2013-12-08 Gregory P.... Fixes issue #19506: Use a memoryview to avoid a data...
2013-12-08 Eric SnowIssue #19758: silence PendingDeprecationWarnings in...
2013-12-08 Guido van RossumNews item for issue 19876.
2013-12-07 Guido van RossumSilently ignore unregistering closed files. Fixes issue...
2013-12-07 Christian HeimesIssue #19922: define _INCLUDE__STDC_A1_SOURCE in HP...
2013-12-07 Charles-François... Merge.
2013-12-07 Charles-François... Issue #19857: Make sure that test_imaplib reaps server...
2013-12-07 Charles-François... Merge.
2013-12-07 Charles-François... Issue #19857: Make sure that test_imaplib reaps server...
2013-12-07 Charles-François... Issue #19857: Make sure that test_imaplib reaps server...
2013-12-07 Christian HeimesSolaris needs a readable file for shared lock
2013-12-07 Victor StinnerRemove a duplicated import
2013-12-07 Alexandre VassalottiIssue #6784: Strings from Python 2 can now be unpickled...
next