]> granicus.if.org Git - python/shortlog
python
2011-07-01 R David Murray#11873: fix test regex so it covers windows os.sep...
2011-07-01 Victor StinnerIssue #12363: increase the timeout of siginterrupt...
2011-07-01 Victor StinnerIssue #12363: improve siginterrupt() tests
2011-07-01 Victor StinnerIssue #11870: Skip test_threading.test_2_join_in_forked...
2011-07-01 Victor Stinnertest_os: remove now useless TemporaryFileTests testcase
2011-07-01 Victor Stinnerlibpython.py (gdb) now catchs IOError in py-list and...
2011-07-01 Victor Stinnertest_os: add TemporaryFileTests to the testcase list
2011-06-30 Antoine PitrouIssue #12407: Explicitly skip test_capi.EmbeddingTest...
2011-06-30 Victor StinnerIssue #12451: Open files in binary mode in some tests...
2011-06-30 Victor StinnerIssue #12451: The XInclude default loader of xml.etree...
2011-06-30 Victor StinnerIssue #12451: doctest.debug_script() doesn't create...
2011-06-30 Victor StinnerIssue #12451: pydoc.synopsis() now reads the encoding...
2011-06-30 Victor StinnerIssue #12451: distutils now opens the setup script...
2011-06-29 Victor StinnerIssue #12400: regrtest.runtest() uses stream.seek(0...
2011-06-29 Victor StinnerIssue #12400: test_zipimport_support doesn't restore...
2011-06-29 Victor StinnerIssue #12400: runtest() truncates the StringIO stream...
2011-06-29 Victor StinnerIssue #12400: Add missing import (os) to test_kqueue
2011-06-29 Victor StinnerIssue #12400: test.support.run_doctest() doesn't change...
2011-06-29 Victor StinnerIssue #12400: regrtest, force verbose mode to True...
2011-06-29 Victor StinnerIssue #12400: runtest() reuses the same io.StringIO...
2011-06-29 Victor StinnerIssue #12400: don't use sys.stderr in test_kqueue becau...
2011-06-29 Victor StinnerIssue #12400: remove unused variable
2011-06-29 Victor StinnerIssue #12400: regrtest -W doesn't rerun the tests twice...
2011-06-29 Ned DeilyMerge 3.2
2011-06-29 Ned DeilyIssue #9516: Update Misc/NEWS.
2011-06-29 Benjamin Petersonmerge 3.1
2011-06-29 Ned DeilyIssue #9516: Change distutils to no longer globally...
2011-06-29 Ned DeilyIssue #9516: Correct and expand OS X deployment target...
2011-06-28 Ned DeilyIssue #12141: Install a copy of template C module file...
2011-06-28 Ned DeilyIssue #8746: Correct faulty configure checks so that...
2011-06-28 Ned DeilyIssue #10736: Fix test_ttk test_widgets failures with...
2011-06-27 Benjamin Petersonfix ws
2011-06-27 Benjamin Petersonadd more ast tests (closes #11302)
2011-06-27 Senthil KumaranFix closes Issue12385 - Clarify maketrans method docstr...
2011-06-27 Benjamin Petersonstrip trailing ws
2011-06-27 Benjamin Petersonmerge heads
2011-06-27 Benjamin Petersonupdate profile license (closes #12417)
2011-06-27 Benjamin Petersonupdate profile license (closes #12417)
2011-06-27 Senthil KumaranFix closes issue 11568 - update select.epoll.register...
2011-06-26 Raymond HettingerIssue #8890: Remove /tmp from examples.
2011-06-26 Raymond HettingerIssue #4608: urllib.request.urlopen does not return...
2011-06-26 Ezio Melotti#11363: add missing functions from curses doc. Patch...
2011-06-26 Ezio Melotti#11363: clean up curses doc.
2011-06-26 Ezio Melotti#11669: rephrase footnote in the Compound Statements...
2011-06-25 Ezio MelottiUse correct markup in zipimport.rst. Patch by Sara...
2011-06-25 Raymond HettingerIssue 11802: filecmp cache was growing without bound.
2011-06-25 Raymond HettingerIssue 12086: add example showing how to use name mangling.
2011-06-25 Raymond HettingerIssue 11889: Clarify docs for enumerate.
2011-06-25 Mark DickinsonIssue #12408: Fix relative import in test_future5.py...
2011-06-25 Mark DickinsonMerge #12228
2011-06-25 Mark DickinsonIssue #12228: Fix exchanged flag descriptions in stat...
2011-06-25 Raymond Hettingermerge
2011-06-25 Raymond HettingerFix typo (reported by Hiro Ashiya).
2011-06-25 Ezio Melotti#12341: add coverage files/dirs to .hgignore. Patch...
2011-06-25 Raymond HettingerCode simplification suggested by Sven Marnach.
2011-06-25 Ross LagerwallIssue 12404: Remove C89 incompatible code from mmap...
2011-06-24 R David Murray#10206: add test for previously fixed bug.
2011-06-24 R David Murray#9921: clarify os.path.join joining algorithm
2011-06-23 Victor StinnerIssue #11223: skip also test_rlock_acquire_interruption...
2011-06-23 Victor StinnerIssue #11223: skip test_lock_acquire_interruption(...
2011-06-22 Victor StinnerIssue #12383: skip test_empty_env() of subprocess on...
2011-06-22 Victor StinnerIssue #12383: fix test_empty_env() of subprocess on...
2011-06-21 Victor StinnerIssue #12383: skip test_empty_env() if compiled is...
2011-06-21 Victor StinnerClose #12383: Fix subprocess module with env={}: don...
2011-06-21 Benjamin Petersonfix indentation
2011-06-21 Benjamin Petersonmerge heads
2011-06-21 Benjamin Petersonfix indentation
2011-06-20 Victor StinnerIssue #12285: multiprocessing.Pool() raises a ValueErro...
2011-06-20 Senthil KumaranFix closes Issue12359 - Removing a confusing sentence...
2011-06-20 Senthil KumaranFix closes issue 12360 - correcting parameter names...
2011-06-20 Senthil Kumaranminor space nit.
2011-06-20 Senthil KumaranFix closes Issue12359 - Minor update to module import...
2011-06-19 Senthil KumaranWhitespace nit fixed using reident.
2011-06-19 Senthil KumaranFix closes Issue12315 - Updates to http.client document...
2011-06-19 Benjamin Petersonfix uglyNamingConvention
2011-06-19 Senthil Kumaranmerge from 3.1 for issue issue12261.
2011-06-19 Senthil KumaranFix closes issue12261 - Minor documention changes in...
2011-06-18 R David Murray#6771: fix docs: curses.wrapper is exposed as a functio...
2011-06-18 R David Murray#11584: make Header and make_header handle binary unkno...
2011-06-18 R David Murray#11584: make decode_header handle Header objects correctly
2011-06-18 R David Murray#11700: proxy object close methods can now be called...
2011-06-17 R David Murray#11767: use context manager to close file in __getitem_...
2011-06-17 Victor Stinnerposixmodule.c: fix function name in argument parsing
2011-06-17 Victor StinnerIssue #10883: test_urllib2net closes socket explicitly
2011-06-17 Victor StinnerIssue #12133: fix a ResourceWarning in urllib.request
2011-06-17 Victor StinnerIssue #12310: finalize the old process after _run_after...
2011-06-16 Benjamin Petersonmerge heads
2011-06-16 Benjamin Petersonupdate link to pycrypto (closes #12351)
2011-06-16 Raymond HettingerFix typo.
2011-06-15 Éric AraujoMinor wording improvement
2011-06-14 Brian CurtinCorrect completely broken os.stat behavior on Windows XP.
2011-06-13 Brian Curtinbranch merge?
2011-06-13 Brian CurtinFix #12084. os.stat on Windows wasn't working properly...
2011-06-12 Vinay SajipUpdated Formatter.formatTime documentation.
2011-06-11 Vinay SajipIssue #12206: documentation for LogRecord constructor...
2011-06-11 Benjamin Petersonallow "fake" filenames in findsource (closes #9284)
2011-06-11 Benjamin Petersononto 3.1.5
2011-06-11 Benjamin PetersonAdded tag v3.1.4 for changeset c918ec9f3a76
2011-06-11 Benjamin Petersonbump to 3.1.4 v3.1.4
2011-06-11 Éric AraujoAdd missing reST target to one heading in the tutorial
next