]> granicus.if.org Git - python/shortlog
python
2014-09-01 Berker PeksagRemove unused imports.
2014-09-01 Berker PeksagIssue #19447: Suppress output of py_compile.compile().
2014-09-01 Ned DeilyIssue #22320: Fix broken link in the General Python...
2014-08-31 Jason R. Coombs#22315: Use advertised API for OSError
2014-08-31 Jason R. Coombs#22315: Use an existent directory for 'src' to trigger...
2014-08-31 Jason R. Coombs#22315: Provide an actual directory during test invocation.
2014-08-31 Jason R. Coombs#22315: Use technique outlined in test_file_util
2014-08-31 Jason R. Coombs#22315: Add test to capture the failure.
2014-08-31 Jason R. CoombsCorrect indent
2014-08-31 Jason R. CoombsRemove unused import
2014-08-31 Victor Stinnerasyncio, Tulip issue 205: Fix a race condition in BaseS...
2014-08-31 Victor StinnerCloses #22275: asyncio: enhance documentation of OS...
2014-08-31 Benjamin Petersongetuid() returns real process id not effective (closes...
2014-08-30 R David Murray#22215: have the smtplib 'quit' command reset the state.
2014-08-29 Antoine PitrouIssue #22185: Fix an occasional RuntimeError in threadi...
2014-08-29 Berker PeksagIssue #22182: Use e.args to unpack exceptions correctly...
2014-08-28 Victor Stinnerasyncio, Tulip issue 201: Fix a race condition in wait_...
2014-08-27 Gregory P.... The webbrowser module now uses subprocess's start_new_s...
2014-08-27 Terry Jan ReedyIssue #22065: Remove the now unsed configGUI menu param...
2014-08-27 Terry Jan ReedyIssue #22065: Menus, unlike Menubottons, do not have...
2014-08-26 Stefan KrahIntroduce and check for MPD_VERSION_HEX for precise...
2014-08-26 Stefan KrahIssue #22090: Fix '%' formatting for infinities and...
2014-08-25 Victor StinnerIssue #22063: Fix asyncio documentation of socket and...
2014-08-25 Victor Stinnerasyncio, tulip issue 203: Add _FlowControlMixin.get_wri...
2014-08-25 Victor Stinnerasyncio: sync with Tulip
2014-08-25 Victor Stinnerasyncio: update the doc
2014-08-24 Benjamin Petersonallow test to work on implementations not using ref...
2014-08-24 Benjamin Petersonfix some test_weakref tests to not rely on ref-counting...
2014-08-24 Serhiy StorchakaIssue #22034: Got rid of misleading error message for...
2014-08-24 Serhiy StorchakaIssue #22236: Tkinter tests now don't reuse default...
2014-08-24 Terry Jan ReedyIssue #13540: add missing markup.
2014-08-24 Ned DeilyIssue #21166: fix typo in comment
2014-08-23 Terry Jan ReedyIssue #22243: fix except grammar in reference.
2014-08-23 Terry Jan ReedyIssue #22232 (partial fix): update Universal newlines...
2014-08-23 Terry Jan ReedyMerge heads.
2014-08-23 Nick CoghlanForward port PEP 466 What's New in 2.7 updates
2014-08-22 Ned DeilyIssue #21166: Prevent possible segfaults and other...
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 #22150: Fix deprecated-removed directive in Sphin...
2014-08-22 Brett CannonIssue #22191: Fix warnings.__all__.
2014-08-22 Senthil KumaranFix issue22245 - Fix urllib2_localnet test.
2014-08-20 Senthil KumaranFix Issue #8797: Raise HTTPError on failed Basic Authen...
2014-08-19 Terry Jan ReedyIdle ColorDelegator: finish removing code for 'as'.
2014-08-19 Terry Jan ReedyIdle ColorDelegator: remove special case code for ...
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...
next