]> granicus.if.org Git - python/shortlog
python
2012-01-02 Benjamin Petersonfix some possible refleaks from PyUnicode_READY error...
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...
2011-12-24 Sandro Tosimerge with 3.2
2011-12-24 Sandro Tosifix Rather that/Rather than; thanks to Reuben Thomas...
2011-12-24 Sandro Tosimerge with 3.2
2011-12-24 Sandro Tosiremove spurious dot from string formatting example...
2011-12-24 Sandro Tosimerge with 3.2
2011-12-24 Sandro Tosicorrect syslog.openlog() argument name to logoption...
2011-12-24 Meador IngeIssue #13632: Update token documentation to reflect...
2011-12-24 Meador IngeIssue #13632: Update token documentation to reflect...
2011-12-24 Benjamin Petersonmerge 3.2
2011-12-24 Benjamin Petersonparameter_list was meant here
2011-12-24 Benjamin Petersonkill superfluous 'comprehension' case (closes #13658)
2011-12-23 Antoine PitrouAdd whatsnew items
2011-12-23 Charles-François... Issue #13565: Increase multiprocessing's server socket...
2011-12-23 Charles-François... Issue #13565: Increase multiprocessing's server socket...
2011-12-23 Charles-François... Issue #8623: Fix some strict-aliasing warnings. Patch...
2011-12-23 Antoine PitrouIssue #13577: Built-in methods and functions now have...
2011-12-23 Senthil Kumaranmerge from 3.2. Minor code style improvements in http...
2011-12-23 Senthil KumaranMinor code style improvements in http.server suggested...
2011-12-23 Senthil Kumaranmerge from 3.2. News update.
2011-12-23 Senthil KumaranNews entry for Issue12798
2011-12-23 Senthil KumaranMerge changes from 3.2
2011-12-23 Senthil KumaranIssue12798 - Update mimetypes documentation. Correct...
2011-12-22 Antoine PitrouForgot the data file for Diffie-Hellman tests.
2011-12-22 Antoine PitrouIssue #13626: Add support for SSL Diffie-Hellman key...
2011-12-22 Ross LagerwallMerge with 3.2.
2011-12-22 Ross LagerwallDon't redefine _GNU_SOURCE if it's already defined.
2011-12-22 Ross LagerwallMerge with 3.2 for #11006.
2011-12-22 Ross LagerwallIssue #11006: Don't issue low level warning in subproce...
2011-12-22 Victor Stinnerfix PyCompactUnicodeObject doc (test)
2011-12-22 Michael FoordMerge
2011-12-22 Michael FoordMetaclasses with metaclasses with a __dict__ descriptor...
2011-12-21 Benjamin Petersonmerge heads
2011-12-21 Antoine PitrouUse context managers in test_ssl to simplify test writing.
2011-12-21 Antoine PitrouUse context managers in test_ssl to simplify test writing.
2011-12-21 Antoine PitrouIssue #13645: fix test_import failure when run immediat...
2011-12-21 Antoine PitrouIssue #13645: fix test_import failure when run immediat...
2011-12-21 Senthil KumaranDocs and News update for Issue13620. Chrome support...
2011-12-21 Senthil KumaranIssue 13620 - Support chrome browser in webbrowser...
2011-12-21 Antoine PitrouIssue #13597: Fix the documentation of the "-u" command...
2011-12-21 Antoine PitrouIssue #13597: Fix the documentation of the "-u" command...
2011-12-21 Antoine PitrouIssue #12708: Add starmap() and starmap_async() methods...
2011-12-21 Antoine PitrouIssue #1785: Fix inspect and pydoc with misbehaving...
2011-12-21 Antoine PitrouIssue #1785: Fix inspect and pydoc with misbehaving...
2011-12-21 Antoine PitrouFix ssl module compilation if ECDH support was disabled...
next