]> granicus.if.org Git - python/shortlog
python
2012-01-05 Sandro TosiIssue #12042: merge with 3.2
2012-01-05 Sandro TosiIssue #12042: a queue is only used to retrive results...
2012-01-05 Sandro TosiIssue #11984: merge with 3.2
2012-01-05 Sandro TosiIssue #11984: remove reference to parser, it's not...
2012-01-05 Lars GustäbelMerge from 3.2: Issue #12926: Fix a bug in tarfile...
2012-01-05 Lars GustäbelIssue #12926: Fix a bug in tarfile's link extraction.
2012-01-05 Vinay SajipCloses #13699: merged fix from 3.2.
2012-01-05 Vinay SajipCloses #13699. Skipped two tests if Python is optimised.
2012-01-04 Sandro Tosimerge with 3.2
2012-01-04 Sandro TosiIssue #10772: add count and help argparse action; patch...
2012-01-04 Antoine PitrouIssue #13713: fix a regression in HTTP chunked reading...
2012-01-04 Benjamin Petersonconvince regrtest.py we aren't modifying _CONFIG_VARS
2012-01-04 Jason R. CoombsCorrected typo in install docs
2012-01-04 Vinay SajipCloses #13699. Skipped two tests if Python is optimised.
2012-01-04 Vinay SajipRefactored logging rotating handlers for improved flexi...
2012-01-04 Senthil Kumaranmerge from 3.2
2012-01-04 Senthil KumaranIssue13696 - Fix 302 Redirection for Relative urls.
2012-01-04 Victor StinnerFix PyUnicode_Fill() doc: return type is Py_ssize_t...
2012-01-04 Antoine PitrouAdd a subsection explaning cipher selection.
2012-01-04 Antoine PitrouAdd a subsection explaning cipher selection.
2012-01-03 Victor StinnerAdd a new PyUnicode_Fill() function
2012-01-03 Benjamin Petersonmerge 3.2
2012-01-03 Benjamin Petersonfix formatting
2012-01-03 Benjamin Petersonmerge 3.2
2012-01-03 Benjamin Petersonexception support is correct now (closes #13705)
2012-01-03 Benjamin Petersonmerge 3.2
2012-01-03 Benjamin Petersonmerge 3.1
2012-01-03 Benjamin Petersonfix this to not depend on dictionary order
2012-01-03 Antoine PitrouMerge
2012-01-03 Antoine PitrouMerge
2012-01-03 Antoine PitrouIssue #13636: Weak ciphers are now disabled by default...
2012-01-03 Sandro Tosimerge with 3.2
2012-01-03 Antoine PitrouIssue #13636: Weak ciphers are now disabled by default...
2012-01-03 Sandro TosiIssue #6031: improve serve_forever() description
2012-01-03 Sandro Tosimerge with 3.2
2012-01-03 Sandro TosiIssue #9349: add argparse.SUPPRESS to help doc
2012-01-03 Eli Benderskyuse io.SEEK_* constants instead of os.SEEK_* where...
2012-01-02 Antoine PitrouMock the rename failure a bit better
2012-01-02 Benjamin Petersonalso decref the right thing
2012-01-02 Benjamin Petersonready the correct string
2012-01-02 Benjamin Petersonmerge heads
2012-01-02 Benjamin Petersonfix some possible refleaks from PyUnicode_READY error...
2012-01-02 Charles-François... Issue #9975: socket: Fix incorrect use of flowinfo...
2012-01-02 Charles-François... Issue #9975: socket: Fix incorrect use of flowinfo...
2012-01-02 Nadeem VawdaAdd note on memory usage to LZMACompressor doc.
2012-01-01 Benjamin Peterson== -1 is convention
2012-01-01 Benjamin Petersonmake switch more robust
2012-01-01 Sandro Tosimerge with 3.2
2012-01-01 Sandro TosiIssue #13594: various fixes to aifc module; patch by...
2012-01-01 Sandro TosiIssue #13640: add application/vnd.apple.mpegurl MIME...
2012-01-01 Sandro Tosimerge with 3.2
2012-01-01 Sandro TosiIssue #13680: add lowecase compression type to write...
2012-01-01 Sandro Tosimerge with 3.2
2012-01-01 Sandro TosiIssue #13690: add re.DEBUG; patch by Filip Gruszczyński
2012-01-01 Sandro Tosimerge with 3.2
2012-01-01 Sandro TosiIssue #13683: raise with no exception in scope throws...
2012-01-01 Ned Deilymerge 3.2
2012-01-01 Ned DeilyUpdate copyright dates in Mac plists.
2012-01-01 Benjamin Petersonmerge 3.2
2012-01-01 Benjamin Petersonmerge heads
2012-01-01 Benjamin Petersonadd another year to glorious PSF IP
2011-12-31 Sandro Tosimerge with 3.2
2011-12-31 Sandro Tosifix some broken URLs
2011-12-31 Sandro Tosifix Exemples/Examples typo; thanks to Ori Livneh from...
2011-12-31 Eli BenderskySome formatting & grammar fixes for the multiprocessing doc
2011-12-31 Eli BenderskySome formatting & grammar fixes for the multiprocessing doc
2011-12-31 Benjamin Petersonmerge 3.2
2011-12-31 Benjamin Petersonindicate msg is an argument
2011-12-30 Antoine PitrouFix no-op tests in importlib.
2011-12-30 Antoine PitrouFix no-op tests in importlib.
2011-12-30 Benjamin Petersonmerge 3.2
2011-12-30 Benjamin Petersonuse booleans
2011-12-29 Benjamin Petersonevidently some buildbots don't have python 3 installed
2011-12-29 Benjamin Petersonmerge heads
2011-12-29 Benjamin Petersonrun AST toolchain on python3
2011-12-29 Antoine PitrouIssue #12715: Add an optional symlinks argument to...
2011-12-28 Benjamin Petersonmerge heads
2011-12-28 Benjamin Petersonfix weird indentation
2011-12-28 Jason R. CoombsLimit test scope to those platforms that can save the...
2011-12-27 Benjamin Petersondon't fail if CLOEXEC doesn't exist
2011-12-27 Benjamin Petersontry to always use the old API
2011-12-27 Benjamin Petersonfix for old kernels which don't have epoll_create1
2011-12-27 Benjamin Petersonmerge 3.2
2011-12-27 Benjamin Petersonpropgate error in other conditions
2011-12-27 Benjamin Petersonadd a flags parameter to select.epoll
2011-12-26 Jason R. CoombsPorted some test cases from 2.7 for #11638
2011-12-25 Georg Brandlmerge with 3.2
2011-12-25 Georg BrandlI do not think we will ever have auto-indent at the...
2011-12-25 Sandro Tosimerge with 3.2
2011-12-25 Sandro Tosiuse list() to wrap range() in itertools.permutations...
2011-12-25 Sandro Tosimerge with 3.2
2011-12-25 Sandro Tosifix "Title underline too short" sphinx warning
2011-12-25 Sandro Tosimerge with 3.2
2011-12-25 Sandro Tosiuse double-quote char instead of unicode ones; thanks...
2011-12-25 Sandro Tosimerge with 3.2
2011-12-25 Sandro Tosifix to sent/send typo
2011-12-25 Sandro Tosimerge with 3.2
2011-12-25 Sandro Tosifix Constuctor/Constructor typo; thanks to Anthon van...
2011-12-24 Sandro Tosimerge with 3.2
2011-12-24 Sandro Tosipoint IronPython to ironpython.net; thanks to Lazar...
next