]> granicus.if.org Git - python/shortlog
python
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...
2014-08-10 Victor StinnerClose #22175: Improve test_faulthandler readability...
2014-08-10 Raymond HettingerIssue #22174: Clean-up grammar and ambiguities in...
2014-08-10 Raymond HettingerIssue #22180: Remove weak example
2014-08-10 Benjamin Petersonadd -Werror=declaration-after-statement only to stdlib...
2014-08-09 doko@ubuntu.com - Issue #22176: Fix build failure on ARM with -Werror...
2014-08-09 doko@ubuntu.com - Issue #22176: Add src/x86/win32.S for x86 libffi...
2014-08-09 R David Murray#21725: Add RFC 6531 (SMTPUTF8) support to smtpd.
2014-08-11 Berker PeksagFix usage of the versionchanged directive.
2014-08-10 Victor Stinner(Merge 3.4) Issue #22112, asyncio doc: replace loop...
2014-08-10 Victor Stinner(Merge 3.4) Close #22175: Improve test_faulthandler...
2014-08-10 Raymond Hettingermerge
2014-08-10 Raymond Hettingermerge
2014-08-10 Benjamin Petersonmerge 3.4 (#21121)
2014-08-09 doko@ubuntu.com- Merge 3.4
2014-08-09 doko@ubuntu.commerge 3.4.
2014-08-09 doko@ubuntu.com- Issue #22176: Update the ctypes module's libffi to...
2014-08-09 doko@ubuntu.com- Issue #22176: Update the ctypes module's libffi to...
2014-08-09 Serhiy StorchakaIssue #22161: Conformed arguments type checks in ctype...
2014-08-09 Serhiy StorchakaIssue #22161: Conformed arguments type checks in ctype...
2014-08-09 Nick CoghlanMerge #21777 from 3.4
next