]> granicus.if.org Git - python/shortlog
python
2016-08-04 Martin PanterIssue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc...
2016-08-04 Martin PanterIssue #27641: Merge cross-compiling improvement from 3.5
2016-08-04 Martin PanterIssue #24278: Merge argument parsing docs from 3.5
2016-08-03 Donald StufftMerge 3.5
2016-08-03 Donald StufftMerge 3.4
2016-08-03 Donald StufftMerge 3.3
2016-08-03 Donald StufftSwitch upload.pypi.io to upload.pypi.org
2016-08-03 Martin PanterIssue #24278: Explain how argument parsing output buffe...
2016-08-03 Berker PeksagIssue #23710: Merge from 3.5
2016-08-03 Berker PeksagIssue #23710: Update PyObject_HEAD documentation
2016-08-03 Stefan KrahMerge 3.5.
2016-08-03 Stefan KrahIssue #20767: Fix -R option for FreeBSD/clang.
2016-08-03 Berker PeksagIssue #26576: Merge from 3.5
2016-08-03 Berker PeksagIssue #26576: Clarify that the @deco syntax is not...
2016-08-02 Alexander BelopolskyCloses #27661: Added tzinfo keyword argument to datetim...
2016-08-02 Stefan KrahMerge 3.5.
2016-08-02 Stefan KrahIssue #27241: Catch exception when running pstats as...
2016-08-02 Serhiy StorchakaIssue #22557: Now importing already imported modules...
2016-07-31 Senthil Kumaran[merge from 3.5] - Prevent HTTPoxy attack (CVE-2016...
2016-07-31 Senthil Kumaranmerge heads
2016-07-31 Senthil Kumaran[merge from 3.4] - Prevent HTTPoxy attack (CVE-2016...
2016-07-31 Senthil Kumaran[merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)
2016-07-31 Senthil KumaranPrevent HTTPoxy attack (CVE-2016-1000110)
2016-07-31 Benjamin Petersonmerge 3.5 (#27656)
2016-07-31 Benjamin Petersonall SCHED_ constants are optional (closes #27656)
2016-07-31 Nick CoghlanIssue 27366: PEP 487 docs updates
2016-07-30 Alexander BelopolskyIssue 24773: Use the standard Asia/Tehran name in the...
2016-07-30 Berker PeksagIssue #27652: Expose ESHUTDOWN conditionally
2016-07-30 Berker PeksagIssue #27366: Tweak PEP 487 documentation
2016-07-30 Xavier de Gaye(merge from 3.5) Issue #27453: CPP invocation in config...
2016-07-30 Xavier de GayeIssue #27453: CPP invocation in configure must use...
2016-07-30 Nick CoghlanIssue #27366: Implement PEP 487
2016-07-30 Berker PeksagMerge from 3.5
2016-07-30 Berker PeksagSilence another "default role used" warning in typing.rst
2016-07-30 Berker PeksagFix "default role used" warning in shlex.rst
2016-07-29 Guido van RossumFix whitespace.
2016-07-29 Guido van RossumFix whitespace.
2016-07-29 Guido van RossumExpand documentation about type aliases and NewType...
2016-07-29 Guido van RossumExpand documentation about type aliases and NewType...
2016-07-29 Vinay SajipCloses #1521950: Made shlex parsing more shell-like.
2016-07-29 Martin PanterIssue #27641: Comment out regeneration rules when cross...
2016-07-29 Martin PanterIssue #17596: MINGW: add wincrypt.h in Python/random.c
2016-07-29 Martin PanterIssue #26462: Merge code block fixes from 3.5
2016-07-29 Zachary WareMerge with 3.5
2016-07-29 Zachary WareCorrect typo in Windows docs.
2016-07-28 Zachary WareIssue #27647: Update Windows build to Tcl/Tk 8.6.6
2016-07-28 Victor StinnerMerge 3.5 (issue #27404)
2016-07-28 Victor StinnerNEWS: tag security related changes with [Security]...
2016-07-28 Martin PanterIssue #23943: Merge spelling fixes from 3.5
2016-07-28 Martin PanterIssue #23943: Restore extra fixes lost in merge 4fb2075...
2016-07-28 Terry Jan ReedyIssue #27620: Make htest box respond to <Return> and...
2016-07-28 Terry Jan ReedyIssue #27620: Mark the default action button as the...
2016-07-28 Martin PanterIssue #27626: Further spelling fixes for 3.6
2016-07-28 Martin PanterIssue #27626: Merge spelling fixes from 3.5
2016-07-28 Martin PanterIssue #27490: Merge pgen cross-compile logic from 3.5
2016-07-28 Martin PanterIssue #27490: Do not build pgen when cross-compiling
2016-07-28 Martin PanterIssue #27626: Spelling fixes in docs, comments and...
2016-07-27 Victor StinnerMerge 3.5 (issue #11048)
2016-07-27 Victor Stinnerctypes: fix CThunkObject_new()
2016-07-27 Berker PeksagIssue #27633: Merge from 3.5
2016-07-27 Berker PeksagIssue #27633: Fix usage of versionchanged directive...
2016-07-26 Alexander BelopolskyIssue #24773: Fixed tests failures on systems with...
2016-07-26 Xavier de Gaye(merge from 3.5) Issue #26662: Set PYTHON_FOR_GEN in...
2016-07-26 Xavier de GayeIssue #26662: Set PYTHON_FOR_GEN in configure
2016-07-26 Martin PanterIssue #26462: Doc: reduce literal_block warnings, fix...
2016-07-26 Martin PanterIssue #26638: Merge CLI link fix from 3.5
2016-07-26 Martin PanterIssue #26638: Don’t link 2to3 -l option to the tarfile...
2016-07-26 Terry Jan ReedyIssue #27620: Escape key closes Query box as cancelled.
2016-07-25 Alexander BelopolskyIssue 24773: Added a time_t overflow check.
2016-07-25 Terry Jan ReedyIssue #24137, issue #27611: Restore tkinter after test_...
2016-07-25 Martin PanterIssue #1621: Avoid signed overflow in list and tuple...
2016-07-25 Martin PanterIssue #27581: Merge overflow fix from 3.5
2016-07-25 Terry Jan ReedyIssue #19198: IDLE: tab after initial whitespace should...
2016-07-25 Martin PanterIssue #27581: Don’t rely on overflow wrapping in PySequ...
2016-07-25 Martin PanterIssue #7063: Remove dead code from array slice handling
2016-07-25 Berker PeksagIssue #27601: Merge from 3.5
2016-07-25 Berker PeksagIssue #27601: Improve example in the "Hashing of numeri...
2016-07-25 Berker PeksagIssue #27454: Use PyDict_SetDefault in PyUnicode_Intern...
2016-07-25 Steve DowerMerge from 3.5
2016-07-25 Steve DowerIssue #27610: Adds PEP 514 metadata to Windows installer
2016-07-25 Steve DowerFixes default intermediate directory when building...
2016-07-25 Alexander BelopolskyIssue 24773: Make zoneinfo tests more robust. (reapply)
2016-07-25 Terry Jan ReedyIssue #27609: Explicitly return None when there are...
2016-07-24 Alexander BelopolskyReindented Lib/test/datetimetester.py.
2016-07-24 Alexander BelopolskyIssue #24773: Made ZoneInfoCompleteTest a TestSuit.
2016-07-23 Alexander BelopolskyIssue 24773: Make zoneinfo tests more robust.
2016-07-23 Steve DowerFixes bad Misc/NEWS merge
2016-07-23 Steve DowerIssue #27469: Adds a shell extension to the launcher...
2016-07-23 Berker PeksagIssue #13849: Merge from 3.5
2016-07-23 Berker PeksagIssue #13849: Fix test_null_bytes under Windows
2016-07-23 Berker PeksagIssue #13849: Merge from 3.5
2016-07-23 Berker PeksagIssue #13849: Add tests for null byte checking in test_...
2016-07-23 Berker PeksagIssue #27493: Fix test_path_objects under Windows
2016-07-23 Berker PeksagIssue #27591: Merge from 3.5
2016-07-23 Berker PeksagIssue #27591: Set sigint_event to NULL if _PyOS_IsMainT...
2016-07-23 Martin PanterIssue #27130: Merge zlib 64-bit fixes from 3.5
2016-07-23 Martin PanterIssue #27130: Fix handling of buffers exceeding UINT_MA...
2016-07-22 Alexander BelopolskyCloses issue #24773: Implement PEP 495 (Local Time...
2016-07-22 Vinay SajipCloses #27493: accepted Path objects in file handlers...
2016-07-22 Victor StinnerMerge 3.5 (INVALID_SOCKET)
next