]> granicus.if.org Git - python/shortlog
python
2014-09-30 Benjamin Petersonclear BufferedRWPair weakrefs on deallocation (closes...
2014-09-29 Benjamin Petersonfix overflow checking in PyString_Repr (closes #22519)
2014-09-29 Benjamin Petersonmerge heads
2014-09-29 Benjamin Petersonadd NEWS note for #22518
2014-09-29 Benjamin Petersoncleanup overflowing handling in unicode_decode_call_err...
2014-09-29 R David Murray#20135: FAQ entry for list mutation.
2014-09-28 Benjamin Petersongive exception a nice message (closes #22379)
2014-09-27 R David Murray#10510: make distuitls upload/register use HTML standar...
2014-09-27 Berker PeksagIssue #16537: Check whether self.extensions is empty...
2014-09-27 Serhiy StorchakaIssue #9850: Fixed macpath.join() for empty first compo...
2014-09-26 Yury Selivanovtempfile: Fix docstring. Issue #21397, patch by R....
2014-09-26 Berker PeksagIssue #17462: Add a paragraph about advantages of argpa...
2014-09-25 Benjamin Petersonallow archives for rc releases to be built (closes...
2014-09-24 Berker PeksagIssue #21860: Correct docstrings of FileIO.seek() and...
2014-09-23 Ned DeilyIssue #22471: Avoid Python Launcher.app install problem...
2014-09-23 Serhiy StorchakaIssue #20912: Now directories added to ZIP file have...
2014-09-23 Serhiy StorchakaFixed test_large_file_exception. Ported tests for large...
2014-09-23 Serhiy StorchakaIssue #21866: ZipFile.close() no longer writes ZIP64...
2014-09-23 Serhiy StorchakaFixed reference leak in the "backslashreplace" error...
2014-09-22 Ned DeilyFix formatting typo in Misc/NEWS.
2014-09-21 Serhiy StorchakaFixed issue #22415 number in Misc/NEWS for changeset...
2014-09-21 Serhiy StorchakaIssue #22423: Fixed debugging output of the GROUPREF_EX...
2014-09-21 Serhiy StorchakaIssue #22423: Unhandled exception in thread no longer...
2014-09-20 Georg BrandlDoc: fix usage of deprecated config value "unused_docs...
2014-09-20 Georg BrandlDoc: remove invalid uses of ":option:" which will emit...
2014-09-20 Terry Jan ReedyUpdate Idle's online doc url.
2014-09-20 Terry Jan ReedyIssue #22420: Avoid 'write to None' crashes by using...
2014-09-19 Benjamin Petersonremove extra letter
2014-09-19 Benjamin Petersonstandardize pep 466 relnote style
2014-09-19 Benjamin Petersonwhatsnew for pep 466 ssl backport
2014-09-18 Vinay SajipIssue #22436: Improved documentation for getEffectiveLe...
2014-09-18 Senthil KumaranIssue #16827: Make Interpreter introduction section...
2014-09-17 Senthil KumaranIssue #22419: Limit the length of incoming HTTP request...
2014-09-16 Guido van RossumLax cookie parsing in http.cookies could be a security...
2014-09-15 Serhiy StorchakaTest re pickling for all protocols.
2014-09-14 Serhiy StorchakaIssue #22384: An exception in Tkinter callback no longe...
2014-09-14 Serhiy StorchakaNow re tests work again on Unicode-disabled build.
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...
next