]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2016-02-25  Serhiy StorchakaIssue #25801: Fixed resource warnings in test_zipfile64.
2016-02-24  Ned DeilyIssue #25136: Add reference to 'xcode-select --install...
2016-02-24  Ned DeilyChange OS X installer builds targeted for 10.10 and...
2016-02-24  Ned DeilyIssue #25136: Support Apple Xcode 7's new textual SDK...
2016-02-07  Anish ShahIssue #26302: Correctly identify comma as an invalid...
2016-02-24  Serhiy StorchakaFixed a bug in os.walk() with bytes path on Windows...
2016-02-24  Serhiy StorchakaIssue #25913: Leading <~ is optional now in base64...
2016-02-24  Martin PanterIssue #5824: Fix DatagramRequestHandler tests by bindin...
2016-02-23  Martin PanterIssue #22088: Clarify base-64 alphabets and which chara...
2016-02-23  Ned DeilyIssue #26406: Avoid unnecessary serialization of getadd...
2016-02-22  Georg BrandlUpdate example; str(float) changed so there is differen...
2016-02-22  Zachary WareIssue #26268: Update Windows builds to use OpenSSL...
2016-02-22  Zachary WareIssue #26268: Update the prepare_ssl.py script
2016-02-22  Martin PanterIssue #26261: Clarify NamedTemporaryFile name attribute...
2016-02-22  Martin PanterFix errors in XML-RPC client example code
2016-02-21  Berker PeksagIssue #26401: Fix compile() documentation
2016-02-21  Brett CannonFix some typos in the NEWS file
2016-02-21  Brett CannonList what classes from importlib.machinery don't work...
2016-02-21  Brett CannonIssue #26186: Remove an invalid type check in
2016-02-20  Brett CannonIssue #26367: Have importlib.__init__() raise RuntimeEr...
2016-02-20  Vinay SajipAdded simple threading example to logging cookbook.
2016-02-19  Martin PanterIssues #22468, #21996, #22208: Clarify gettarinfo(...
2016-02-19  Georg BrandlCloses #20169: fix inner links random doc.
2016-02-19  Martin PanterIssue #15608: Improve socketserver module documentation
2016-02-19  Martin PanterIssue #26309: Rewrite test in main thread and avoid...
2016-02-18  Berker PeksagIssue #16915: Clarify that mode parameter of socket...
2016-02-18  Martin PanterIssue #26309: Shut down socketserver request if verify_...
2016-02-18  Benjamin Petersonfix typo (closes #26378)
2016-02-18  Benjamin Petersonmerge 3.4 (closes #25939)
2016-02-18  Benjamin Petersonopen the cert store readonly
2016-02-16  Ned DeilyIssue #26368: fix typo in asynchio stream doc, reported...
2016-02-15  Ned DeilyIssue #25924: Avoid unnecessary serialization of getadd...
2016-02-15  Ned DeilyIssue #26268: Update OS X 10.5+ installer build to...
2016-02-14  Martin PanterIssue #26316: Fix variable name typo in Argument Clinic
2016-02-13  Yury SelivanovIssue #25887: Raise a RuntimeError when a coroutine...
2016-02-13  Vinay SajipFixes #26348: Corrected typos in activate.fish script.
2016-02-11  Serhiy StorchakaIssue #25995: os.walk() no longer uses FDs proportional...
2016-02-11  Serhiy StorchakaIssue #26325: Added test.support.check_no_resource_warn...
2016-02-10  Guido van RossumHopefully clarify the difference between Optional[t...
2016-02-10  Serhiy StorchakaIssue #25698: Prevent possible replacing imported modul...
2016-02-10  Martin PanterIssue #26304: Change "allows to <verb>" to "allows...
2016-02-10  Martin PanterIssues #26310, #26311: Fix typos in the documentation...
2016-02-08  Serhiy StorchakaIssue #25983: Added tests for multi-argument type().
2016-02-08  Gregory P.... Clarify "cardinality of" as "number of elements in...
2016-02-08  Steve DowerUpdates build to use SHA256 hash when signing files.
2016-02-08  Serhiy StorchakaIssue #26117: The os.scandir() iterator now closes...
2016-02-08  Serhiy StorchakaIssue #25911: Restored support of bytes paths in os...
2016-02-09  Martin PanterIssue #26045: Add UTF-8 suggestion to error in http...
2016-02-08  Serhiy StorchakaIssue #26198: Make datetime error tests more lenient.
2016-02-07  Serhiy StorchakaIssue #26198: Fixed error messages for some argument...
2016-02-08  Martin PanterIssue #25179: Preparatory cleanup of existing docs...
2016-02-06  Senthil KumaranFix userinfo example presented in urllib2 howto.
2016-02-04  Martin PanterIssue #12923: Reset FancyURLopener's redirect counter...
2016-02-04  Yury SelivanovIssue #25660: Fix a unittest and rlcompleter when readl...
2016-02-04  Yury SelivanovIssue #25660: Fix TAB key behaviour in REPL.
2016-02-04  Zachary WarePython for .NET has moved to Github.
2016-02-02  Zachary WareFix typo.
2016-02-02  Serhiy StorchakaIssue #25945: Fixed bugs in functools.partial.
2016-02-03  Martin PanterIssue #26244: Clarify default zlib compression level...
2016-02-02  Raymond HettingerIssue #26194: Inserting into a full deque to raise...
2016-02-01  Victor StinnerFix error message in asyncio.selector_events.
2016-02-01  Victor Stinnertest_asyncio: fix test_timeout_time()
2016-02-02  Martin PanterIssue #19587: Remove masked and redundant tests in...
2016-02-01  Martin PanterIssue #26173: Separate bad cert file tests and client...
2016-01-31  Victor StinnerEnhance os.scandir() doc
2016-01-30  Berker PeksagIssue #26242: Fix another one in importlib.rst
2016-01-30  Berker PeksagFix a markup error in socket.rst
2016-01-30  Berker PeksagIssue #23076: Path.glob() now raises a ValueError if...
2016-01-30  Berker PeksagUpdate "Creating Virtual Environments" link in venv...
2016-01-30  Berker PeksagUpdate output of venv -h
2016-01-31  Martin PanterIssue #4806: Avoid masking original TypeError in call...
2016-01-30  Zachary WareIssue #25934: Default to /fp:strict for ICC builds
2016-01-30  Martin PanterIssue #26173: Fix test_ssl confusion with non-existing...
2016-01-28  Serhiy StorchakaIssue #26202: copy.deepcopy() now correctly copies...
2016-01-28  Serhiy StorchakaIssue #19883: Fixed possible integer overflows in zipim...
2016-01-28  Serhiy StorchakaMerge heads
2016-01-28  Serhiy StorchakaIssue #26198: Added tests for "es", "et", "es#", "et...
2016-01-28  Victor StinnerBackport fixes on test_eintr
2016-01-28  Berker PeksagIssue #24705: Add a test case for ef84d21f5292
2016-01-28  Victor StinnerWindows: Decode hostname from ANSI code page
2016-01-28  Berker PeksagAdd a link to PEP 384 in stable.rst
2016-01-29  Martin PanterIssue #19023: Document ctypes array and pointer classes
2016-01-28  Berker PeksagIssue #26034: Improve wording of clear parameter
2016-01-28  Berker PeksagIssue #26034: Sync documentation of --clear with its...
2016-01-28  Berker PeksagIssue #26199: Fix broken link in unittest.mock-examples.rst
2016-01-29  Martin PanterIssue #26220: Remove outdated comment about a question...
2016-01-27  Terry Jan ReedyIssue #25507: revert incorrect movement of idleConf...
2016-01-27  Victor StinnerFix resize_compact()
2016-01-27  Raymond HettingerIssue #26194: Fix undefined behavior for deque.insert...
2016-01-26  Senthil KumaranRemove unnecessary test case comment in urllib.parse...
2016-01-22  Brett CannonFix a typo in a code example
2016-01-22  Victor Stinnerdoc: i18n HTML templates
2016-01-22  Victor Stinnercode_richcompare() now uses the constants types
2016-01-22  Benjamin Petersonmerge 3.4
2016-01-22  Benjamin Petersonreject negative data_size
2016-01-22  Senthil Kumaranminor clarification on Zipfile 'x' mode - exclusive...
2016-01-22  Donald StufftMerge update to pip
2016-01-22  Donald StufftUpgrade pip to 8.0.2
2016-01-21  Berker PeksagIssue #18620: Improve Pool examples in multiprocessing...
2016-01-21  Senthil Kumaranissue25909 - Correct the documentation of PyMapping_Ite...
next