]> granicus.if.org Git - python/shortlog
python
2014-09-14 Serhiy StorchakaUse more appropriate asserts in re tests.
2014-09-13 Benjamin Petersonmake hg link secure
2014-09-12 Steve Dower#22398 Tools/msi enhancements for 2.7
2014-09-11 Victor Stinnertest_distutils: remove the test file in DistributionTes...
2014-09-11 Serhiy StorchakaIssue #21147: sqlite3 now raises an exception if the...
2014-09-11 Serhiy StorchakaIssue #21951: Fixed a crash in Tkinter on AIX when...
2014-09-11 Serhiy StorchakaIssue #21951: Use attemptckalloc() instead of ckalloc...
2014-09-11 doko@ubuntu.com- Issue #22381: Update zlib to 1.2.8.
2014-09-11 doko@ubuntu.com- Issue #22381: Update zlib to 1.2.8.
2014-09-10 Benjamin Petersony2k compliance, lol (closes #22380)
2014-09-10 Serhiy StorchakaIssue #22369: Change "context manager protocol" to...
2014-09-06 Serhiy StorchakaIssue #22226: Added private function _splitdict() in...
2014-09-06 Serhiy StorchakaIssue #22131: Fixed a bug in handling an error occured...
2014-09-05 Ned DeilyDocument 2.7.9 changes in OS X installer build requirem...
2014-09-05 Ned DeilyUpdate OS X installer build script for changes to docum...
2014-09-05 Serhiy StorchakaIssue #20643: Fixed references to the next() method...
2014-09-05 Victor StinnerIssue #22340: Fix test_collections if the sets module...
2014-09-05 Victor StinnerIssue #22340: Fix Python 3 warnings in Python 2 tests
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...
next