]> granicus.if.org Git - python/shortlog
python
2014-09-05 Benjamin Petersonbackport our own copy of the ref-counting extension
2014-09-05 Victor Stinnerregrtest: backport "[ 1/399]" progress back from Python 3
2014-09-05 Serhiy StorchakaIssue #22221: Backported fixes from Python 3 (issue...
2014-09-05 Benjamin Petersonremove automatic svn checkout of sphinx and its deps...
2014-09-05 Benjamin Petersonfix malformed use cmdoption directive
2014-09-04 Alex GaynorFixed the versionadded in the docs for the backport...
2014-09-04 Alex GaynorIssue #20421: Add a .version() method to SSL sockets...
2014-09-04 Benjamin Petersonthe correct role is :meth: not :method:
2014-09-02 Benjamin Petersonremove script that now lives at https://github.com...
2014-09-03 Terry Jan ReedyNEWS items for Idle.
2014-09-03 Terry Jan ReedyNEWS items for turtledemo.
2014-09-03 Terry Jan ReedyIssue #22051: remove unneeded reload that allowed bad...
2014-09-01 Ned DeilyIssue #22320: Fix broken link in the General Python...
2014-08-31 Benjamin Petersondon't index outside of the path (closes #22312)
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-28 Benjamin PetersonPEP 466: backport persistent urandom fd (closes #21305)
2014-08-28 Benjamin PetersonPEP 466: backport hashlib algorithm constants (closes...
2014-08-28 Benjamin Petersonfix load_verify_locations on unicode paths (closes...
2014-08-28 Benjamin Petersoncorrect call grammar error (#3473)
2014-08-28 Benjamin Petersonproperly handle file closing in error cases (closes...
2014-08-26 Stefan KrahIssue 22090: Fix '%' formatting for infinities and...
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 Benjamin Petersondon't segfault when trying to fdopen() a fd for a dir...
2014-08-24 Serhiy StorchakaIssue #22236: Tkinter tests now don't reuse default...
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 ReedyMerge heads.
2014-08-23 Nick CoghlanUpdate PEP 466 What's New in 2.7 section
2014-08-22 Ned DeilyIssue #22199: update Misc/NEWS
2014-08-22 Ned DeilyIssue #22199: Make get_makefile_filename() available...
2014-08-22 Ned DeilyIssue #21166: Prevent possible segfaults and other...
2014-08-22 Brett CannonIssue #22191: Fix warnings.__all__.
2014-08-21 Serhiy StorchakaImport Tkinter as tkinter to help merging and avoid...
2014-08-21 Ned DeilyIssue #1730136: Fix backported exception name.
2014-08-21 Benjamin Petersonfix error message for invalid curve name
2014-08-20 Benjamin PetersonBacked out changeset 7c19f1f792c6
2014-08-20 Benjamin Petersondon't call rl_initialize when stdout is not a tty
2014-08-20 Benjamin Petersonexpect socket.error instead of the py3ism OSError
2014-08-20 Benjamin Petersonallow any socket error for rude shutdown test
2014-08-20 Benjamin Petersonlink _ssl to crypt32.lib on windoze
2014-08-20 Benjamin PetersonPyUnicode -> PyString and PyLong -> PyInt
2014-08-20 Benjamin Petersonbackport many ssl features from Python 3 (closes #21308)
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-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 StorchakaRemoved useless Py_LIMITED_API checks.
2014-08-16 Senthil Kumaranbackout changeset e0510a3bdf8f - due to buildbot failur...
2014-08-16 Victor StinnerCloses #22188: test_gdb now runs gdb with -nx: "Do...
2014-08-16 Senthil KumaranFix Issue #8797: Raise HTTPError on failed Basic Authen...
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-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-11 Zachary WareIssue #22178: Fix the date of the Windows epoch (Jan...
2014-08-10 Raymond HettingerIssue #22174: Clean-up grammar and ambiguities in...
2014-08-10 doko@ubuntu.com- Issue #22176: Update the ctypes module's libffi to...
2014-08-10 Benjamin Petersonremove casts
2014-08-10 Benjamin Petersontest for 2 arg exec case
2014-08-10 Benjamin Petersonrestore runtime exec test (#21591)
2014-08-09 Terry Jan ReedyIssue #14105: Stop removing breakpoints from Idle editors.
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 #18004: test_overflow in test_list by mistake...
2014-08-06 Serhiy StorchakaIssue #21975: Fixed crash when using uninitialized...
2014-08-05 Vinay SajipIssue #22130: Corrected fileConfig() documentation.
2014-08-05 Ezio Melotti#21928: clarify functools.wraps docs.
2014-08-05 Berker PeksagIssue #16037: HTTPMessage.readheaders() raises an HTTPE...
2014-08-04 Ezio Melotti#18034: update FAQ to suggest importlib.import_module...
2014-08-04 Terry Jan ReedyPEP 8 spacing in idlelib.configDialog: mostly a = b...
2014-08-03 Jason R. CoombsIssue #13540: Merge commits
2014-08-03 Jason R. CoombsIssue #13540: Update references to Action class to...
2014-08-02 Raymond HettingerFix typo in comment.
2014-08-01 doko@ubuntu.com - update config.guess and config.sub to support openrisc.
2014-07-31 Serhiy StorchakaIssue #21580: Now Tkinter correctly handles binary...
2014-07-30 Terry Jan ReedyIssue #22068: Don't create self reference cycles in...
2014-07-30 Serhiy StorchakaIssue #21951: Temporary skip crashing test_user_command...
2014-07-29 Victor StinnerIssue #22023: Fix %S, %R and %V formats of PyUnicode_Fr...
2014-07-29 Robert JordensIssue #21591: add test for qualified exec in tuple...
2014-07-29 Dirkjan OchtmanIssue #21591: Handle exec backwards compatibility in...
2014-07-28 Victor StinnerIssue #19612: subprocess.communicate() now also ignores...
2014-07-27 Terry Jan ReedyReduce unnecessary 2.7 versus 3.4+ differences in...
2014-07-27 Terry Jan ReedyModernize turtledemo with conditional expressions;...
2014-07-26 Victor StinnerFix repr(_socket.socket) on Windows 64-bit: don't fail...
2014-07-26 Victor Stinnersocketmodule.c: backport INVALID_SOCKET from Python...
2014-07-26 Charles-François... Issue #19875: Fix random test_getsockaddrarg() failure.
2014-07-25 Zachary WareIssue #21958: Define HAVE_ROUND when building with...
2014-07-25 Raymond HettingerIssue #21990: Cleanup unnecessary inner class definiti...
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 StinnerIssue #19884, readline: calling rl_variable_bind (...
2014-07-24 Victor StinnerIssue #16133: The asynchat.async_chat.handle_read(...
next