]> granicus.if.org Git - python/shortlog
python
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 :-)
2014-01-16 Larry HastingsIssue #20226: Added tests for new features and regressions.
2014-01-16 Larry HastingsIssue #20226: Major improvements to Argument Clinic.
2014-01-16 Guido van Rossumasyncio: Reincarnate CoroWrapper's docstring as a comment.
2014-01-16 Victor Stinnerasyncio doc: replace "coroutine" with "coroutine object...
2014-01-16 Victor Stinnerasyncio: add a new "Develop with asyncio" section to...
2014-01-16 Serhiy StorchakaIssue #19936: Remove executable bits from C source...
2014-01-16 Serhiy StorchakaIssue #19936: Remove executable bits from C source...
2014-01-16 Serhiy StorchakaIssue #19936: Added executable bits or shebang lines...
2014-01-16 Serhiy StorchakaMerge heads
2014-01-16 Serhiy StorchakaIssue #19936: Added executable bits or shebang lines...
2014-01-16 Benjamin Petersonmerge 3.3 (#20272)
2014-01-16 Benjamin Petersonlinkify chain.from_iterable (closes #20272)
2014-01-16 Benjamin Petersonmerge 3.3 (#20278)
2014-01-16 Benjamin Petersonupdate pysqlite website (closes #20278)
2014-01-16 Stefan KrahMerge from 3.3.
2014-01-16 Stefan KrahIssue #19936: Disable shebang lines in order to prevent...
2014-01-16 Georg BrandlCloses #20235: Report file and line on unexpected excep...
2014-01-16 Victor Stinnerasyncio: Fix CoroWrapper (fix my previous commit)
2014-01-16 Victor Stinnerasyncio: Fix a typo in CoroWrapper
2014-01-15 Vinay SajipMerged documentation update from 3.3.
2014-01-15 Vinay SajipAdded cookbook entry on alternative formatting styles.
2014-01-15 Vinay SajipMerged documentation update from 3.3.
2014-01-15 Vinay SajipClarified documentation note on module-level convenienc...
2014-01-15 Ronald OussorenIssue #14455: Fix some issues with plistlib
2014-01-15 Larry HastingsIssue #20268: Argument Clinic now supports cloning...
2014-01-14 Meador IngeFix minor bug in dict.__contains__ docstring.
2014-01-14 Zachary WareIssue #20255: Update the about and bugs pages.
2014-01-14 Zachary WareIssue #20255: Update the about and bugs pages.
2014-01-14 Antoine PitrouReplace assert with a proper error
2014-01-14 Antoine PitrouClinic-ize the crypt module. Derby!
2014-01-14 Antoine Pitrouimprove an error message in clinic
2014-01-14 Zachary WareCloses #20253: Merge typo fix
2014-01-14 Zachary WareIssue #20253: Fixed a typo in the ipaddress docs that...
2014-01-14 Zachary WareMerge typo fix.
2014-01-14 Zachary WareFix typo. Found by David Pesta on docs@.
2014-01-14 Zachary WareMerge typo fix.
2014-01-14 Zachary WareFix typo. Found by David Pesta on docs@.
next