]> granicus.if.org Git - python/shortlog
python
2014-08-23 Nick CoghlanMerge PEP 466 What's New in 2.7 changes from 3.4
2014-08-23 Nick CoghlanForward port PEP 466 What's New in 2.7 updates
2014-08-23 Antoine PitrouIssue #2527: Add a *globals* argument to timeit functio...
2014-08-22 Ned DeilyIssue #21166: merge from 3.4
2014-08-22 Ned DeilyIssue #21166: Prevent possible segfaults and other...
2014-08-22 Brett CannonIssue #20152: Port pyexpat to Argument Clinic.
2014-08-22 Brett CannonAdd a missing Argument Clinic file
2014-08-22 Brett CannonIssue #20152: Port the pwd module to Argument Clinic.
2014-08-22 Brett CannonFix a missing #include.
2014-08-22 Brett CannonIssue #20152: Port the spwd module to Argument Clinic.
2014-08-22 Berker PeksagIssue #19447: Use importlib.util.cache_from_source...
2014-08-22 Berker PeksagIssue #19447: Use importlib.util.cache_from_source...
2014-08-22 Berker PeksagIssue #19447: Add a test case to py_compile.compile...
2014-08-22 Berker PeksagIssue #19447: Add a test case to py_compile.compile...
2014-08-22 Brett CannonIssue #20152: Convert the grp module to Argument Clinic.
2014-08-22 Brett CannonIssue #20152: Convert _multibytecodecs to Argument...
2014-08-22 Berker PeksagIssue #22150: Fix deprecated-removed directive in Sphin...
2014-08-22 Berker PeksagIssue #22150: Fix deprecated-removed directive in Sphin...
2014-08-22 Brett CannonMerge for issue #22191 fix
2014-08-22 Brett CannonIssue #22191: Fix warnings.__all__.
2014-08-22 Brett CannonIssue #19714: Tests for importlib.machinery.WindowsRegi...
2014-08-22 Senthil Kumaranmerge from 3.4
2014-08-22 Senthil KumaranFix issue22245 - Fix urllib2_localnet test.
2014-08-21 Antoine PitrouIssue #22118: Switch urllib.parse to use RFC 3986 seman...
2014-08-21 Serhiy StorchakaIssue #21549: Added the "members" parameter to TarFile...
2014-08-20 Benjamin Petersonuse __qualname__ to compute bound method repr (closes...
2014-08-20 Senthil Kumaranmerge from 3.4
2014-08-20 Senthil KumaranFix Issue #8797: Raise HTTPError on failed Basic Authen...
2014-08-19 Terry Jan ReedyMerge with 3.4
2014-08-19 Terry Jan ReedyIdle ColorDelegator: remove special case code for ...
2014-08-19 Benjamin Petersonallow recursion depth to be specified (closes #19628)
2014-08-19 Serhiy StorchakaFixed typo.
2014-08-19 Serhiy StorchakaFixed typo.
2014-08-19 Serhiy StorchakaIssue #15696: Add a __sizeof__ implementation for mmap...
2014-08-19 Serhiy StorchakaIssue #15696: Add a __sizeof__ implementation for mmap...
2014-08-18 Serhiy StorchakaClean up test_user_command.
2014-08-18 Serhiy StorchakaClean up test_user_command.
2014-08-18 Benjamin Petersonmerge 3.4 (closes #22200)
2014-08-18 Benjamin Petersonremove 2.2 and 2.6 compat code (closes #22200)
2014-08-17 Victor StinnerIssue #22207: Fix "comparison between signed and unsign...
2014-08-17 Victor StinnerIssue #22206: Using pthread, PyThread_create_key()...
2014-08-17 Victor Stinner_pickle: Optimize raw_unicode_escape(), use directly...
2014-08-17 Victor StinnerOptimize PyBytes_FromObject(): only overallocate when...
2014-08-17 Victor StinnerIssue #22218: Fix "comparison between signed and unsign...
2014-08-17 Victor StinnerIssue #22218: Fix "comparison between signed and unsign...
2014-08-17 Victor StinnerIssue #22218: Fix "comparison between signed and unsign...
2014-08-17 Serhiy StorchakaIssue #22165: Fixed test_undecodable_filename on Mac OS.
2014-08-17 Serhiy StorchakaIssue #22165: Fixed test_undecodable_filename on Mac OS.
2014-08-17 Serhiy StorchakaIssue #22068: Avoided reference loops with Variables...
2014-08-17 Serhiy StorchakaIssue #22068: Avoided reference loops with Variables...
2014-08-17 Serhiy StorchakaIssue #22201: Command-line interface of the zipfile...
2014-08-17 Serhiy StorchakaIssue #22201: Command-line interface of the zipfile...
2014-08-17 Serhiy StorchakaIssue #22165: Fixed test_undecodable_filename on non...
2014-08-17 Serhiy StorchakaIssue #22165: Fixed test_undecodable_filename on non...
2014-08-17 Serhiy StorchakaIssue #22165: SimpleHTTPRequestHandler now supports...
2014-08-17 Serhiy StorchakaIssue #22165: SimpleHTTPRequestHandler now supports...
2014-08-17 Nick CoghlanIssue #20184: Add signature introspection for 30 of...
2014-08-17 Nick CoghlanClarify ord() and chr() documentation
2014-08-16 Senthil Kumaranmerge 3.4; backout changeset 3435c5865cfc due to buildb...
2014-08-16 Senthil Kumaranbackout changeset 3435c5865cfc due to buildbot failures...
2014-08-16 Victor StinnerIssue #22156: simplify _tracemalloc.c, use an int for...
2014-08-16 Victor Stinner(Merge 3.4) Closes #22188: test_gdb now runs gdb with...
2014-08-16 Victor StinnerCloses #22188: test_gdb now runs gdb with -nx: "Do...
2014-08-16 Victor Stinner(Merge 3.4) Closes #22205: sys._debugmallocstats is...
2014-08-16 Victor StinnerCloses #22205: sys._debugmallocstats is a cpython speci...
2014-08-16 Senthil Kumaranmerge from 3.4
2014-08-16 Senthil KumaranFix Issue #8797: Raise HTTPError on failed Basic Authen...
2014-08-15 Victor StinnerIssue #22156: Fix some "comparison between signed and...
2014-08-15 Victor StinnerIssue #22156: Fix "comparison between signed and unsign...
2014-08-15 Victor StinnerIssue #22156: Fix "comparison between signed and unsign...
2014-08-15 Terry Jan ReedyMerge with 3.4
2014-08-15 Terry Jan ReedyIssue #22065: Update turtledemo menu creation; don...
2014-08-15 Terry Jan ReedyNull merge.
2014-08-15 Terry Jan Reedy#22053: actually remove .txt files from 3.4.
2014-08-15 Terry Jan ReedyIssue #22065: Try the delete demohelp.txt part again.
2014-08-15 Terry Jan ReedyIssue #22065: forward port the changes in c26862955342...
2014-08-15 Terry Jan ReedyIssue #10291: null merge
2014-08-15 Terry Jan ReedyIssue #10291: Backport 004fe3449193 with a few changes...
2014-08-15 Terry Jan ReedyMerge with 3.4
2014-08-15 Terry Jan ReedyIssue #17390: Adjust Editor window title. Remove 'Pytho...
2014-08-14 Serhiy StorchakaIssue #15381: Optimized line reading in io.BytesIO.
2014-08-14 Serhiy StorchakaIssue #22193: Added private function _PySys_GetSizeOf...
2014-08-14 Serhiy StorchakaIssue #22193: Added private function _PySys_GetSizeOf...
2014-08-14 Berker PeksagIssue #21445: Pass exception messages correctly to...
2014-08-14 Berker PeksagIssue #21445: Pass exception messages correctly to...
2014-08-13 Serhiy StorchakaIssue #20729: Restored the use of lazy iterkeys()/iterv...
2014-08-13 Serhiy StorchakaIssue #20729: Restored the use of lazy iterkeys()/iterv...
2014-08-12 Raymond Hettingermerge
2014-08-12 Raymond HettingerIssue 22184: Early detection and reporting of missing...
2014-08-12 Serhiy StorchakaDecreased memory requirements of new tests added in...
2014-08-12 Serhiy StorchakaDecreased memory requirements of new tests added in...
2014-08-12 Serhiy StorchakaIssue #21448: Fixed FeedParser feed() to avoid O(N...
2014-08-12 Serhiy StorchakaIssue #21448: Fixed FeedParser feed() to avoid O(N...
2014-08-12 Serhiy StorchakaIssue #17923: glob() patterns ending with a slash no...
2014-08-12 Serhiy StorchakaIssue #17923: glob() patterns ending with a slash no...
2014-08-12 Antoine PitrouIssue #20746: Fix test_pdb to run in refleak mode ...
2014-08-12 Antoine PitrouIssue #20746: Fix test_pdb to run in refleak mode ...
2014-08-11 Zachary WareCloses #22178: Merge with 3.4
2014-08-11 Zachary WareIssue #22178: Fix the date of the Windows epoch (Jan...
2014-08-10 Victor StinnerIssue #22112, asyncio doc: replace loop.create_task...
next