]> granicus.if.org Git - python/shortlog
python
2014-11-15 Ned DeilyIssue #22877: PEP 477 - keep 2.7 and 3.x installers...
2014-11-15 Ned DeilyIssue #22877: PEP 477 - keep 2.7 and 3.x installers...
2014-11-14 Antoine PitrouIssue #22847: Improve method cache efficiency.
2014-11-14 Guido van Rossum- Issue #22841: Reject coroutines in asyncio add_signal...
2014-11-14 Guido van Rossum- Issue #22841: Reject coroutines in asyncio add_signal...
2014-11-12 Benjamin Petersonadd space
2014-11-12 Benjamin Petersonmerge 3.4 (#22849)
2014-11-12 Benjamin Petersonfix possible double free in TextIOWrapper.__init__...
2014-11-12 Nick CoghlanClose #19494: add urrlib.request.HTTPBasicPriorAuthHandler
2014-11-11 Serhiy StorchakaMinor code clean up and improvements in the re module.
2014-11-11 Donald StufftMerge - Upgrade setuptools to 7.0
2014-11-11 Donald StufftUpgrade setuptools to 7.0
2014-11-11 Serhiy StorchakaIssue #22845: Improved formatting of dis documentation.
2014-11-11 Serhiy StorchakaIssue #22845: Improved formatting of dis documentation.
2014-11-11 Serhiy StorchakaMerge heads
2014-11-10 Berker PeksagIssue #22839: Fix Snapshot.statistics() link.
2014-11-10 Berker PeksagIssue #22839: Fix Snapshot.statistics() link.
2014-11-10 Serhiy StorchakaFixed error position for the backslash at the end of...
2014-11-10 Serhiy StorchakaFixed AttributeError when the regular expression starts...
2014-11-10 Serhiy StorchakaFixed IDLE tests after changing re error messages ...
2014-11-10 Serhiy StorchakaIssue #22578: Added attributes to the re.error class.
2014-11-10 Serhiy StorchakaGot rid of the array module dependency in the re module.
2014-11-10 Serhiy StorchakaGot rid of the array module dependency in the re module.
2014-11-10 Serhiy StorchakaIssue #12728: Different Unicode characters having the...
2014-11-10 Serhiy StorchakaIssue #12728: Different Unicode characters having the...
2014-11-10 Serhiy StorchakaIssue #22821: Fixed fcntl() with integer argument on...
2014-11-10 Serhiy StorchakaIssue #22821: Fixed fcntl() with integer argument on...
2014-11-10 Serhiy StorchakaMerge heads
2014-11-10 Berker PeksagIssue #21650: Add an `--sort-keys` option to json.tool...
2014-11-10 Raymond HettingerIssue #22824: Updated reprlib output format for sets...
2014-11-10 Brett CannonMerge with default
2014-11-10 Brett CannonIssue 20152, 22821: Port the fcntl module to Argument...
2014-11-10 Raymond Hettingermerge
2014-11-10 Raymond HettingerIssue 22830: Clarify docs for functools.cmp_to_key().
2014-11-09 Raymond HettingerIssue #22823: Use set literals instead of creating...
2014-11-09 Serhiy StorchakaIssue #22434: Constants in sre_constants are now named...
2014-11-08 Berker PeksagIssue #22695: Fix rendering of the deprecated-removed...
2014-11-08 Berker PeksagIssue #22695: Fix rendering of the deprecated-removed...
2014-11-07 Serhiy StorchakaSilence the failure of test_pyclbr after adding a prope...
2014-11-07 Serhiy StorchakaSilence the failure of test_pyclbr after adding a prope...
2014-11-07 Serhiy StorchakaIssues #814253, #9179: Group references and conditional...
2014-11-07 Serhiy StorchakaIssues #814253, #9179: Group references and conditional...
2014-11-07 Berker PeksagIssue #22808: Link to the correct time method in BaseEv...
2014-11-07 Berker PeksagIssue #22808: Link to the correct time method in BaseEv...
2014-11-07 Brett CannonIssue #22242: Try to make some import-related loader...
2014-11-07 Serhiy StorchakaIssue #22406: Fixed the uu_codec codec incorrectly...
2014-11-07 Serhiy StorchakaIssue #22406: Fixed the uu_codec codec incorrectly...
2014-11-07 Serhiy StorchakaIssue #17293: uuid.getnode() now determines MAC address...
2014-11-07 Serhiy StorchakaIssue #17293: uuid.getnode() now determines MAC address...
2014-11-07 Serhiy StorchakaIssue #22769: Fixed ttk.Treeview.tag_has() when called...
2014-11-07 Serhiy StorchakaIssue #22769: Fixed ttk.Treeview.tag_has() when called...
2014-11-06 Georg Brandlmerge with 3.4
2014-11-06 Georg BrandlTry to transfer the Unicode test data files gzipped.
2014-11-06 Georg Brandlmerge with 3.4
2014-11-06 Georg Brandl#22650: test suite: load Unicode test data files from...
2014-11-06 Benjamin Petersonmerge 3.4
2014-11-06 Benjamin Petersonfix test where sizeof(long) != sizeof(int)
2014-11-06 Raymond Hettingermerge
2014-11-06 Raymond HettingerIssue 22803: Add missing versionadded directive.
2014-11-06 Steve DowerIssue #20160: broken ctypes calling convention on MSVC...
2014-11-05 Georg Brandlmerge with 3.4
2014-11-05 Antoine PitrouCloses #22784: fix test_asyncio when the ssl module...
2014-11-05 Antoine PitrouCloses #22784: fix test_asyncio when the ssl module...
2014-11-05 Georg Brandltest_httplib: use self-signed.pythontest.net for verifi...
2014-11-05 Georg Brandlmerge with 3.4
2014-11-05 Georg BrandlCloses #22525: clarify documentation for ast.literal_ev...
2014-11-05 Benjamin Petersonmerge 3.4
2014-11-05 Benjamin Petersonuse pythontest.net for fragment redirection test
2014-11-05 Benjamin Petersonmerge 3.4
2014-11-05 Benjamin Petersonremove requires_ssl decorator
2014-11-05 Benjamin Petersonmerge 3.3
2014-11-05 Benjamin Petersonmerge 3.2
2014-11-05 Benjamin Petersonuse pythontest.net for url fragment test
2014-11-05 Victor StinnerIssue #22793, #22637: Add missing "import os" in uuid...
2014-11-05 Victor Stinner(Merge 3.4) asyncio: Move loop attribute to _FlowContro...
2014-11-05 Victor Stinnerasyncio: Move loop attribute to _FlowControlMixin
2014-11-05 Victor StinnerIssue #20597, #21274: Remove unused definition of PATH_...
2014-11-05 Victor StinnerIssue #20597: Remove unused definition of PATH_MAX...
2014-11-05 Steve DowerIssue #20160: broken ctypes calling convention on MSVC...
2014-11-04 Robert CollinsFix regression in issue 22457 fix.
2014-11-04 Robert CollinsClose #22457: Honour load_tests in the start_dir of...
2014-11-04 Antoine PitrouIssue #22773: fix failing test with old readline versio...
2014-11-04 Antoine PitrouIssue #22773: fix failing test with old readline versio...
2014-11-04 Benjamin Petersonmerge 3.4
2014-11-04 Benjamin Petersontest that keyfile can be None
2014-11-03 Benjamin Petersoncontext has been backported so fix versionchanged
2014-11-03 Benjamin Petersonmerge 3.4
2014-11-03 Benjamin Petersonmerge 3.3
2014-11-03 Benjamin Petersonmerge 3.2
2014-11-03 Benjamin Petersonmove idna test domain to pythontest.net
2014-11-03 Benjamin Petersonmerge 3.4 (#22417)
2014-11-03 Benjamin PetersonPEP 476: enable HTTPS certificate verification by defau...
2014-11-02 Serhiy StorchakaIssue #22775: Fixed unpickling of http.cookies.SimpleCo...
2014-11-02 Serhiy StorchakaIssue #22775: Fixed unpickling of http.cookies.SimpleCo...
2014-11-02 Benjamin Petersonmerge 3.4
2014-11-02 Benjamin Petersonwrap
2014-11-02 Antoine PitrouMerge heads
2014-11-02 Antoine PitrouIssue #22335: Fix crash when trying to enlarge a bytear...
2014-11-02 Antoine PitrouIssue #22335: Fix crash when trying to enlarge a bytear...
2014-11-02 R David MurrayMerge asyncio doc English phrasing fix.
next