]> granicus.if.org Git - python/shortlog
python
2016-09-10 Serhiy StorchakaIssue #28070: Fixed parsing inline verbose flag in...
2016-09-10 Christian HeimesIssue #19500: Add client-side SSL session resumption...
2016-09-10 Christian HeimesIssue #28022: Deprecate ssl-related arguments in favor...
2016-09-10 Alexander Belopolsky#28067: Fixed another typo.
2016-09-10 Christian HeimesIssue 28043: SSLContext has improved default settings
2016-09-10 Terry Jan ReedyIDLE newx items. merge from 3.5
2016-09-10 Terry Jan ReedyIDLE newx items.
2016-09-10 Alexander Belopolsky#28067: Fixed a typo.
2016-09-10 Alexander BelopolskyCloses #28067: Do not call localtime (gmtime) in dateti...
2016-09-10 Steve DowerCloses #28059: Fixes test_platform to set PYTHONPATH...
2016-09-10 Mark DickinsonIssue #25221: merge from 3.5.
2016-09-10 Steve DowerCloses #28059: Fixes test_platform to set PYTHONPATH...
2016-09-10 Mark DickinsonIssue #25221: Fix corrupted result from PyLong_FromLong...
2016-09-10 Steve DowerMerge from 3.5
2016-09-10 Steve DowerIssue #27932: Backs out change
2016-09-10 Serhiy StorchakaFixed compiler warnings in compact dict implementation...
2016-09-10 Serhiy StorchakaIssue #24693: Changed some RuntimeError's in the zipfil...
2016-09-10 Xavier de GayeIssue #28046: Fix get_sysconfigdata_name().
2016-09-10 Zachary WareBacked out changeset 491bbba73bca
2016-09-10 Martin PanterOne more spelling fix
2016-09-10 Martin PanterMerge spelling fixes from 3.5
2016-09-10 Martin PanterCorrect spelling in documentation and code comment
2016-09-10 Victor Stinnertest_platform: Save/restore os.environ on Windows
2016-09-10 Nick CoghlanIssue #17909: Accept binary input in json.loads
2016-09-10 Nick CoghlanIssue #27137: align Python & C implementations of funct...
2016-09-10 Victor StinnerMerge 3.5 (regrtest)
2016-09-10 Victor Stinnerregrtest: accept options after test names
2016-09-10 Victor Stinnertest_eintr: Fix ResourceWarning warnings
2016-09-10 Victor StinnerShow regrtest env changed warn on Windows buildbot
2016-09-10 Serhiy StorchakaIssue #28019: itertools.count() no longer rounds non...
2016-09-10 Serhiy StorchakaIssue #28019: itertools.count() no longer rounds non...
2016-09-10 Berker PeksagFix Python version in pdb.rst
2016-09-10 Victor StinnerIssue #18401: Fix test_pdb on Windows
2016-09-10 Victor StinnerFix check_force_ascii()
2016-09-10 Victor StinnerIssue #18401: Fix test_pdb if $HOME is not set
2016-09-10 Łukasz LangaIssue #18401: pdb tests don't read ~/.pdbrc anymore
2016-09-10 Victor StinnerTry to fix sizeof unit tests on dict
2016-09-10 Łukasz LangaDon't run garbage collection on interpreter exit if...
2016-09-10 Guido van RossumUse raw string for regexp (3.5->3.6)
2016-09-10 Guido van RossumUse raw string for regexp
2016-09-10 R David Murray#20476: Deal with the message_factory circular import...
2016-09-10 Victor StinnerIssue #27810: Fix getargs.c compilation on Windows
2016-09-10 Benjamin Petersonfix export of size_t parse stack function
2016-09-10 Victor Stinnerdictobject.c: explain why stringlib is used
2016-09-10 Victor StinnerIssue #27810: Rerun Argument Clinic on all modules
2016-09-10 Steve DowerIssue #27566: Fix clean target in freeze makefile ...
2016-09-10 Steve DowerIssue #27705: Update message in validate_ucrtbase.py
2016-09-10 Gregory P.... Issue #25969: Update the lib2to3 grammar to handle...
2016-09-10 Gregory P.... remove fix_callable - callable() was readded many relea...
2016-09-10 Steve DowerIssue #27932: Fixes memory leak in platform.win32_ver()
2016-09-10 Victor StinnerEmit METH_FASTCALL code in Argument Clinic
2016-09-10 Victor StinnerAdd METH_FASTCALL calling convention
2016-09-10 Victor StinnerFix SystemError in compact dict
2016-09-10 Benjamin Petersonmake invalid_comma_and_underscore a real prototype
2016-09-10 Eric V. SmithFurther improved ',' and '_' specification in format...
2016-09-10 Eric V. SmithImproved ',' and '_' specification in format mini-language.
2016-09-10 Eric V. SmithIssue 27080: PEP 515: add '_' formatting option.
2016-09-10 Benjamin Petersoncompile dtrace stubs
2016-09-10 Łukasz LangaIssue #27199: TarFile expose copyfileobj bufsize to...
2016-09-10 Benjamin Petersonadd dtrace inline stubs
2016-09-10 Benjamin Petersonjust start with an int rather than casting
2016-09-10 Eric V. SmithIssue 27948: Allow backslashes in the literal string...
2016-09-10 Steve DowerIssue #27566: Fix clean target in freeze makefile ...
2016-09-10 Zachary WareIssue #28046: Fix distutils
2016-09-10 Steve DowerIssue #27705: Update message in validate_ucrtbase.py
2016-09-10 Gregory P.... Issue #25969: Update the lib2to3 grammar to handle...
2016-09-10 Gregory P.... merge (3.6 already has this)
2016-09-10 Benjamin Petersondummy dtrace probes are a good place to use inline...
2016-09-10 Steve DowerMerge from Zach
2016-09-10 Steve DowerIssue #27932: Fixes memory leak in platform.win32_ver()
2016-09-10 Zachary WareIssue #28046: Remove platform-specific directories...
2016-09-10 Zachary WareActually fix suspicious markup, I ignored it too readily
2016-09-10 Benjamin Petersonfix dummy macro
2016-09-10 Łukasz LangaDTrace support: function calls, GC activity, line execution
2016-09-10 Zachary WareRemove line numbers from suspicious rules
2016-09-10 Steve DowerIssue #25758: Prevents zipimport from unnecessarily...
2016-09-10 Steve DowerIssue #25758: Prevents zipimport from unnecessarily...
2016-09-10 R David MurrayMerge: #14977: Make mailcap respect the order of the...
2016-09-10 R David Murray#14977: Make mailcap respect the order of the lines...
2016-09-10 Gregory P.... Remove 2to3's fix_callable... We reintroduced the calla...
2016-09-10 Zachary WareCloses #27976: Deprecate bundled full copy of libffi
2016-09-09 Raymond HettingerMerge
2016-09-09 Raymond HettingerIssue #22450: Use "Accept: */*" in the default headers...
2016-09-09 Steve DowerIssue #25144: Ensures TargetDir is set before continuin...
2016-09-09 Steve DowerIssue #25144: Ensures TargetDir is set before continuin...
2016-09-09 Zachary WareRename test_strlit -> test_string_literals
2016-09-09 Davin PottsIssue #28053: Applying refactorings, docs and other...
2016-09-09 Raymond Hettingermerge
2016-09-09 Raymond HettingerIssue 14976: Note that the queue module is not designe...
2016-09-09 Steve DowerFix call to PathCombineW.
2016-09-09 Zachary WareWe're not that far in the future yet
2016-09-09 Zachary WareFix suspicious markup
2016-09-09 Steve DowerRemove buildbot diagnostic code.
2016-09-09 Zachary WareRemove another useless buildbot script
2016-09-09 R David Murray#20476: add a message_factory policy attribute to email.
2016-09-09 Steve DowerExpands buildbot validation code
2016-09-09 Zachary WareRemove outdated buildbot scripts
2016-09-09 Benjamin Petersonrepair versionadded directive
2016-09-09 Steve DowerAdds temporary validation code to buildbot script
2016-09-09 Steve DowerEnsures buildbots don't have zip files in build directory.
next