]> granicus.if.org Git - python/shortlog
python
2014-01-25 Eric V. SmithFix grammar: merge with 3.3.
2014-01-25 Eric V. SmithFix grammar.
2014-01-25 Serhiy StorchakaIssue #20193: The _bz2 module now uses Argument Clinic.
2014-01-25 Serhiy StorchakaIssue #20133: The audioop module now uses Argument...
2014-01-25 Serhiy StorchakaFixed converting errors in the binascii module (issue20...
2014-01-25 Zachary WareIssue #20376: Argument Clinic now escapes backslashes...
2014-01-25 Serhiy StorchakaIssue #20151: The binascii module now uses Argument...
2014-01-25 Benjamin Petersonmerge 3.3
2014-01-25 Benjamin Petersonupdate hosting faq
2014-01-25 Zachary WareIssue #20381: Fix sanity checking on default arguments...
2014-01-24 Serhiy StorchakaNull merge
2014-01-24 Serhiy StorchakaFix typo.
2014-01-24 Serhiy StorchakaNull merge
2014-01-24 Serhiy StorchakaIssue #20384: Fix the test_tarfile test on Windows.
2014-01-24 Victor Stinnerasyncio doc: document StreamWriter.drain()
2014-01-24 Victor Stinnerasyncio doc: move AbstractServer to the event loop...
2014-01-24 Benjamin Petersonmerge 3.3 (#20374)
2014-01-24 Benjamin Petersonnew plan: just remove typecasts (closes #20374)
2014-01-24 Victor Stinnerasyncio doc: add a "Coroutines and protocols" section
2014-01-24 Victor Stinnerasyncio: mention that transports/protocols are low...
2014-01-24 Larry HastingsIssue #20189: Four additional builtin types (PyTypeObject,
2014-01-24 Nick CoghlanMerge removal of issue 20317 debugging code from 3.3
2014-01-24 Nick CoghlanIssue 20317: Remove debugging code from contextlib
2014-01-24 Benjamin Petersonmerge 3.3 (#20374)
2014-01-24 Benjamin Petersonuse new readline function types (closes #20374)
2014-01-23 Victor Stinnerasyncio: wait_for() now cancels the future on timeout...
2014-01-23 Victor Stinnerasyncio (Tulip issue 110): StreamReader.read() and...
2014-01-23 Victor StinnerClose #20365: Skip test_asyncio.test_events.test_read_p...
2014-01-23 Serhiy StorchakaFixed test_user_command on OpenSolaris where floats...
2014-01-23 Serhiy StorchakaFixed test_user_command on OpenSolaris where floats...
2014-01-23 Serhiy StorchakaIssue #19936: Restored executable bits for several...
2014-01-23 Serhiy StorchakaIssue #19936: Restored executable bits for several...
2014-01-23 Victor StinnerIssue #20311: add debug help in test_selectors
2014-01-23 Victor Stinnerasyncio doc: add an client example using streams
2014-01-23 Victor Stinnerasyncio doc: Move streams to their own dedicated page
2014-01-23 Victor Stinnerasyncio doc: link create_connection() to open_connectio...
2014-01-23 Victor Stinnerasyncio doc: move stream classes to their own class
2014-01-23 Victor Stinnerasyncio: Fix open_connection() documentation, writer...
2014-01-23 Serhiy StorchakaAdded test_user_command in test_tcl.
2014-01-23 Serhiy StorchakaAdded test_user_command in test_tcl.
2014-01-23 Terry Jan ReedyMerge with 3.3
2014-01-23 Terry Jan ReedyIssue #17390: Add Python version to Idle editor window...
2014-01-22 Larry HastingsDoc fixes for Argument Clinic.
2014-01-22 Nick CoghlanMerge #20317 from 3.3
2014-01-22 Nick CoghlanIssue #20317: Don't create a reference loop in ExitStack
2014-01-22 Victor Stinnerasyncio: Cleanup logging in BaseEventLoop._run_once()
2014-01-22 Larry HastingsTwo minor Argument Clinic bugfixes: use the name of...
2014-01-22 Zachary WareArgument Clinic: make 'destination' directive work.
2014-01-22 Terry Jan ReedyMerge with 3.3
2014-01-22 Terry Jan ReedyIssue #20818: Remove code from idlelib.CallTipWindow...
2014-01-22 Terry Jan ReedyMerge with 3.3
2014-01-22 Terry Jan ReedyIssue #16638: Include up to 5 docstring header lines...
2014-01-22 Florent XiclunaIssue #17825: Cursor ^ is correctly positioned for...
2014-01-22 Florent XiclunaIssue #17825: Cursor ^ is correctly positioned for...
2014-01-21 R David Murraywhatsnew: smtpd *map* argument, new ssl functions/methods.
2014-01-21 Stefan KrahIssue #20246: Fix test failures on FreeBSD. Patch by...
2014-01-21 Stefan KrahIssue #20246: Fix test failures on FreeBSD. Patch by...
2014-01-21 Terry Jan ReedyMerge with 3.3
2014-01-21 Terry Jan ReedyIssue #16630: Make Idle calltips work even when __getat...
2014-01-21 Serhiy StorchakaIssue #2382: SyntaxError cursor "^" now is written...
2014-01-21 Serhiy StorchakaIssue #2382: SyntaxError cursor "^" now is written...
2014-01-21 Victor StinnerIssue #20311: EpollSelector now also rounds the timeout...
2014-01-21 Victor StinnerIssue #20024: Py_BuildValue() now saves/restores the...
2014-01-21 Zachary WareIssue #20301: Merge with 3.3
2014-01-21 Zachary WareIssue #20301: Mention the correct KEY_* value as the...
2014-01-21 Georg Brandlmerge with 3.3
2014-01-21 Georg Brandlfix deprecated-removed directive with sphinx 1.2
2014-01-21 Victor Stinnerselectors: add a comment to explain why and how poll...
2014-01-21 Terry Jan ReedyIssue #16655: Explain why Idle's test_calltips has...
2014-01-21 Terry Jan ReedyIssue #16655: Explain why Idle's test_calltips has...
2014-01-21 Terry Jan ReedyMerge with 3.3
2014-01-21 Terry Jan ReedyIssue #20122: Idlelib: Move tests in CallTips.py to...
2014-01-21 Terry Jan ReedyMerge with 3.3
2014-01-21 Terry Jan ReedyIssue #20222: file is no longer a builtin in 3.x.
2014-01-21 Antoine PitrouFix the description of pickle protocol numbers
2014-01-21 Victor Stinner(Merge 3.3) Issue #20311: Try to fix the unit test...
2014-01-21 Victor StinnerIssue #20311: Try to fix the unit test, use time.monoto...
2014-01-21 Victor StinnerIssue #20311: selector.PollSelector.select() now rounds...
2014-01-21 Victor Stinner(Merge 3.3) Issue #20311: select.epoll.poll() now round...
2014-01-21 Victor StinnerIssue #20311: select.epoll.poll() now rounds the timeou...
2014-01-20 Victor StinnerClose #20275: Optimize BaseEventLoop._run_once()
2014-01-20 Serhiy StorchakaIssue #20262: Warnings are raised now when duplicate...
2014-01-20 Serhiy StorchakaIssue #20262: Warnings are raised now when duplicate...
2014-01-20 Serhiy StorchakaIssue #20315: Removed support for backward compatibilit...
2014-01-20 Serhiy StorchakaIssue #20315: Removed support for backward compatibilit...
2014-01-20 Eli BenderskyFix grammar and add markup
2014-01-20 Eli BenderskyFormatting & rst link markup fixes
2014-01-20 Eli BenderskyClarify what the loop arguments means for functions...
2014-01-20 Eli BenderskyExplain the 'result' argument in asyncio.sleep
2014-01-20 Stefan KrahMerge from 3.3.
2014-01-20 Stefan KrahIssue #19036: Including locale.h should not depend...
2014-01-20 Gregory P.... Fixes Issue #20165: The unittest module no longer consi...
2014-01-20 Gregory P.... Fix the unittest to run properly when the working direc...
2014-01-20 Benjamin Petersonmerge 3.3 (#6627)
2014-01-20 Benjamin Petersonput notes in a ..note section
2014-01-20 Benjamin Petersondocument that a new Python thread context is created...
2014-01-19 Larry HastingsImprove fix for issue #20300.
2014-01-19 Larry HastingsIssue #20300: Fix exception when setting conversion...
2014-01-19 Larry HastingsIssue #20294: Argument Clinic now supports argument...
2014-01-19 Larry HastingsIssue #20299: Argument Clinic custom converters may...
next