]> granicus.if.org Git - python/shortlog
python
2014-08-19 Serhiy StorchakaFixed typo.
2014-08-19 Serhiy StorchakaIssue #15696: Add a __sizeof__ implementation for mmap...
2014-08-18 Serhiy StorchakaClean up test_user_command.
2014-08-18 Benjamin Petersonremove 2.2 and 2.6 compat code (closes #22200)
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 #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: SimpleHTTPRequestHandler now supports...
2014-08-16 Senthil Kumaranbackout changeset 3435c5865cfc due to buildbot failures...
2014-08-16 Victor StinnerCloses #22188: test_gdb now runs gdb with -nx: "Do...
2014-08-16 Victor StinnerCloses #22205: sys._debugmallocstats is a cpython speci...
2014-08-16 Senthil KumaranFix Issue #8797: Raise HTTPError on failed Basic Authen...
2014-08-15 Terry Jan ReedyIssue #22065: Update turtledemo menu creation; don...
2014-08-15 Terry Jan Reedy#22053: actually remove .txt files from 3.4.
2014-08-15 Terry Jan ReedyIssue #10291: Backport 004fe3449193 with a few changes...
2014-08-15 Terry Jan ReedyIssue #17390: Adjust Editor window title. Remove 'Pytho...
2014-08-14 Serhiy StorchakaIssue #22193: Added private function _PySys_GetSizeOf...
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-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 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 Antoine PitrouIssue #20746: Fix test_pdb to run in refleak mode ...
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 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 Nick CoghlanIssue #21777: separate docs for binary sequence methods
2014-08-09 Terry Jan ReedyIssue #14105: Stop removing breakpoints from Idle editors.
2014-08-08 Zachary WareIssue #22060: Clean up/simplify test_ctypes, use test...
2014-08-08 Ezio Melotti#22170: avoid printing newlines twice in tutorial example.
2014-08-07 Serhiy StorchakaIssue #20056: Fixed deprecation warning about bytes...
2014-08-07 Zachary WareIssue #22160: Update OpenSSL to 1.0.1i for the Windows...
2014-08-07 Ezio Melotti#22092: use absolute imports in unittest tests. Patch...
2014-08-06 Serhiy StorchakaIssue #21975: Fixed crash when using uninitialized...
2014-08-05 Zachary WareIssue #22146: Fix typo in __build_class__ error message
2014-08-05 Vinay SajipIssue #22130: Corrected fileConfig() documentation.
2014-08-05 Ezio Melotti#21928: clarify functools.wraps docs.
2014-08-04 Ezio Melotti#11955: show the list of args in case of error in test_...
2014-08-04 Ezio Melotti#18034: update FAQ to suggest importlib.import_module...
2014-08-04 Zachary WareIssue #22104: Don't hold a reference to the loaded...
2014-08-04 Ezio Melotti#20977: fix undefined name in the email module. Patch...
2014-08-04 Ezio Melotti#18588: update the timeit examples to be consistent.
2014-08-04 Raymond HettingerRemove unused leftover stray line
2014-08-04 Raymond HettingerFix markup.
2014-08-04 Raymond HettingerImprove regex tokenizer example by using re.finditer().
2014-08-04 Terry Jan ReedyPEP 8 spacing in idlelib.configDialog: mostly a = b...
2014-08-03 Jason R. CoombsIssue #13540: Merge changes from 3.3
2014-08-03 Jason R. CoombsIssue #13540: Merge changes from 3.2
2014-08-03 Jason R. CoombsIssue #13540: Update references to Action class to...
2014-08-03 Raymond HettingerFix whitespace in example.
2014-08-01 doko@ubuntu.com - update config.guess and config.sub to support openrisc.
2014-07-30 Terry Jan ReedyIssue #22068: Don't create self reference cycles in...
2014-07-30 Serhiy StorchakaIssue #21580: Now Tkinter correctly handles bytes argum...
2014-07-30 Serhiy StorchakaIssue #21951: Temporary skip crashing test_user_command...
2014-07-29 Victor StinnerIssue #22063: Mention in asyncio documentation that...
2014-07-29 Victor StinnerClose #22063: socket operations (socket,recv, sock_send...
2014-07-29 Victor Stinnerasyncio: Use the new os.set_blocking() function of...
2014-07-29 Ned DeilyEdit NEWS entry
2014-07-29 Ezio Melotti#21704: remove duplicate name in Misc/ACKS.
2014-07-29 Victor Stinnerasyncio: sync with Tulip
2014-07-29 Terry Jan ReedyIssue #17172: add NEWS
2014-07-29 Terry Jan ReedyIssue #17172: Add the ability to run turtledemo from...
2014-07-28 Victor StinnerIssue #18174: Fix leak of file descriptor in test_tempfile
2014-07-28 Victor StinnerIssue #11453, #18174: Fix leak of file descriptor in...
2014-07-28 Victor StinnerFix sporadic failure of test_pep277 on Windows: use...
2014-07-28 Richard OudkerkIssue #21704: Fix build error for _multiprocessing...
2014-07-28 Victor StinnerFix test_bytes when sys.stdin is None, for example...
2014-07-27 Victor Stinnerasyncio, tulip issue 196: ProactorIocp._register()...
2014-07-27 Terry Jan ReedyModernize turtledemo with conditional expressions;...
2014-07-26 Terry Jan ReedyReduce unnecessary 2.7 versus 3.4+ differences in...
2014-07-26 Andrew SvetlovDocument lock parameter for asyncio.Condition()
2014-07-26 Antoine PitrouIssue #22074: Fix Lib/test/make_ssl_certs.py
2014-07-26 Andrew SvetlovAccept optional lock object in Condition ctor (tulip...
2014-07-26 Victor StinnerFix repr(_socket.socket) on Windows 64-bit: don't fail...
2014-07-25 Victor StinnerTulip issue 196: _OverlappedFuture.set_result() now...
2014-07-25 Raymond HettingerIssue #22044: Fixed premature DECREF in call_tzinfo_method.
2014-07-25 Victor Stinnerasyncio: sync with Tulip
2014-07-25 Zachary WareIssue #21958: Define HAVE_ROUND when building with...
2014-07-25 Zachary WareIssue #22072: Fix a couple of SSL doc typos. Patch...
2014-07-25 Charles-François... Merge.
2014-07-25 Charles-François... Issue #19875: Fix random test_getsockaddrarg() failure.
2014-07-25 Victor Stinnerasyncio, test_subprocess: relax timings for slow builbots
2014-07-25 Victor Stinnerasyncio: sync with Tulip
2014-07-25 Serhiy StorchakaIssue #22061: Add deprecation warnings in empty obsolet...
2014-07-25 Terry Jan ReedyIssue #22061: remove call of useless function slated...
2014-07-25 Terry Jan ReedyIssue #22053: Make help work, after previous patch...
2014-07-24 Victor Stinnerasyncio: sync with Tulip
2014-07-24 Victor StinnerIssue #19884, readline: calling rl_variable_bind (...
2014-07-24 Victor StinnerIssue #16133: The asynchat.async_chat.handle_read(...
2014-07-24 Victor StinnerBackport os.rst documentation from Python 3.5.
2014-07-24 Victor StinnerIssue #21813: Enhance documentation of the os.stat_resu...
next