]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2016-09-11  Gregory P.... Remove the debug print that i accidentally left in.
2016-09-11  Gregory P.... Remove the debug print that i accidentally left in.
2016-09-11  Guido van RossumIssue #26141: Update docs for typing.py. Ivan Levkivsky...
2016-09-11  Guido van RossumIssue #26141: Update docs for typing.py. Ivan Levkivsky...
2016-09-11  Guido van RossumIssue #26141: Update docs for typing.py. Ivan Levkivskyi.
2016-09-11  Guido van RossumIssue #28073: Improve wording around None. Michael...
2016-09-11  Guido van RossumIssue #28073: Improve wording around None. Michael...
2016-09-11  Benjamin PetersonBacked out changeset 8460a729e1de
2016-09-11  Benjamin Petersonforce gcc to use c99 inline semantics
2016-09-11  Benjamin Petersonfix link to instrumentation
2016-09-11  Benjamin Petersonadd the usual extern C silliness to pydtrace.h
2016-09-11  Benjamin PetersonreST is not markdown
2016-09-11  Benjamin PetersonBacked out changeset 3934e070c9db
2016-09-10  Serhiy StorchakaNull merge
2016-09-10  Serhiy StorchakaBackported tests for issue #28070.
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...
next