]> granicus.if.org Git - python/shortlog
python
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...
2014-01-19 Benjamin Petersonmerge 3.3 (#17811)
2014-01-19 Benjamin Petersonimprove description of buffers argument for readv/write...
2014-01-19 Benjamin Petersonmerge 3.3 (#18574)
2014-01-19 Benjamin Petersoncorrect news entry for #18574
2014-01-19 Benjamin Petersonmerge 3.3 (#18574)
2014-01-19 Benjamin Petersonadd Nikolaus Rath to ACKS
2014-01-19 Benjamin Petersonfix handling of 100-continue status code (closes #18574)
2014-01-18 Serhiy StorchakaUse correct C type in byte_converter.
2014-01-18 Stefan KrahFix test failures (--without-doc-strings).
2014-01-18 R David MurrayMerge #19855: restore use of LC_ALL, not LC_MESSAGES
2014-01-18 R David Murray#19855: restore use of LC_ALL, not LC_MESSAGES
2014-01-18 Serhiy StorchakaIssue #20270: urllib.urlparse now supports empty ports.
2014-01-18 Serhiy StorchakaIssue #20270: urllib.urlparse now supports empty ports.
2014-01-18 Serhiy StorchakaIssue #20244: Fixed possible file leaks when unexpected...
2014-01-18 Serhiy StorchakaIssue #20244: Fixed possible file leaks when unexpected...
2014-01-18 Serhiy StorchakaIssue #20243: TarFile no longer raise ReadError when...
2014-01-18 Serhiy StorchakaIssue #20243: TarFile no longer raise ReadError when...
2014-01-18 Serhiy StorchakaIssue #20238: TarFile opened with external fileobj...
2014-01-18 Serhiy StorchakaIssue #20238: TarFile opened with external fileobj...
2014-01-18 Serhiy StorchakaIssue #20245: The open functions in the tarfile module...
2014-01-18 Serhiy StorchakaIssue #20245: The open functions in the tarfile module...
2014-01-18 Larry HastingsDoc improvements for Clinic howto "Goals" section.
2014-01-18 Larry HastingsIssue #20292: Small bug fix for Argument Clinic support...
2014-01-18 Benjamin Petersonmerge 3.3
2014-01-18 Benjamin Petersonrm extra whitespace
2014-01-18 Benjamin Petersonmerge 3.3
2014-01-18 Benjamin Petersonlink to builtin open not io.open
2014-01-18 Benjamin Petersonmerge 3.3 (#17814)
2014-01-18 Benjamin Petersondescribe type of Popen streams (closes #17814)
2014-01-18 Larry HastingsIssue #20287: Argument Clinic's output is now configura...
2014-01-17 Zachary WareIssue #20265: Merge with 3.3
2014-01-17 Zachary WareIssue #20265: Updated some parts of the Using Windows...
2014-01-17 Gregory P.... avoid a compiler warning about assigning const char...
2014-01-17 Gregory P.... avoid a compiler warning about assigning const char...
2014-01-17 Gregory P.... sort os.listxattr results before comparing it to avoid...
2014-01-17 Gregory P.... sort os.listxattr results before comparing it to avoid...
2014-01-17 Vinay SajipMerged documentation update from 3.3.
2014-01-17 Vinay SajipAdded example to recently added cookbook entry.
2014-01-17 Brett CannonIssues #20194,20195: Add missing :deprecated: markers...
2014-01-17 Brett CannonIssue #20208: Clarify some things in the Python porting...
2014-01-17 Brett CannonIssue #18394: Document that cgi.FieldStorage now cleans...
2014-01-17 Zachary WareMerge typo/grammar fixes from 3.3.
2014-01-17 Zachary WareFix some typos/grammar in current sections of NEWS.
2014-01-17 Zachary WareIssue #20266: Merge with 3.3
2014-01-17 Zachary WareIssue #20266: Update parts of the Windows FAQ
2014-01-17 Victor Stinnerasyncio: oops, add missing word :-)
next