]> granicus.if.org Git - python/shortlog
python
2009-05-08 Georg BrandlFix name.
2009-05-08 Benjamin Petersonthis is now a bound method
2009-05-08 Benjamin Petersonadd _PyObject_LookupSpecial to handle fetching special...
2009-05-08 Philip Jenvey#4351: more appropriate DeprecationWarning stacklevels
2009-05-07 Tarek Ziadéfixed AR/ARFLAGS values in test_sysconfig
2009-05-07 Tarek Ziadérun autoconf (step forgotten in r72445)
2009-05-07 Tarek ZiadéFixed #5941: added ARFLAGS for the archiver command.
2009-05-07 Tarek Ziadéremoved remaining spaces
2009-05-07 Eric SmithFixed wording for formatting integers: precision is...
2009-05-07 R. David MurrayPre-opened test file needs to be opened in binary mode.
2009-05-07 R. David MurrayNews item for Issue5955.
2009-05-07 R. David MurrayIssue5955: aifc's close method did not close the file...
2009-05-07 Benjamin Petersonactually close files instead of leaving it to the gc...
2009-05-07 R. David MurrayRevert inappropriate doc change.
2009-05-07 R. David MurrayDocument how to pass a 'decode' argument to get_payload...
2009-05-06 Andrew M. KuchlingRemove two dead links
2009-05-06 Walter DörwaldAdd NEWS entry about issue #3739.
2009-05-06 Walter DörwaldIssue 3739: The unicode-internal encoder now reports...
2009-05-06 Jeroen Ruigrok... Be more explicit about the error we are catching.
2009-05-06 Tarek Ziadéremoved string.split usage
2009-05-06 Tarek Ziadémore build_clib cleanup + test coverage
2009-05-06 Tarek Ziadépep8-fied build_clib module : it is now similar to...
2009-05-06 Tarek ZiadéAdded a test and cleaned check_library_list to be ready...
2009-05-06 Jeroen Ruigrok... Wrap getpreferredencoding()'s use of setlocale in a...
2009-05-05 Benjamin PetersonMerged revisions 68503,68507,68694,69054,69673,69679...
2009-05-05 Benjamin Petersontabify :(
2009-05-05 Martin v. LöwisIssue #5721: don't package Lib/test/README anymore.
2009-05-05 Benjamin Petersonfix running test_capi with -R ::
2009-05-05 Thomas HellerFix Issue #4875: find_library can return directories...
2009-05-05 Eric SmithIssue #5920: Changed format.__float__ and complex.__flo...
2009-05-05 Mark DickinsonIssue #5933: Fix some gcc -Wextra warnings. Thanks...
2009-05-05 Senthil KumaranFixing issue5861 - test_urllib fails on windows. Agree...
2009-05-05 Martin v. LöwisIssue #5847: Remove -n switch on "Edit with IDLE" menu...
2009-05-05 Georg BrandlRemove unused variable.
2009-05-05 Georg Brandl#5929: fix signedness warning.
2009-05-05 Georg BrandlFix overlong lines.
2009-05-05 Georg Brandl#5142: add module skipping feature to pdb.
2009-05-05 Georg BrandlAdd a news entry for r72319.
2009-05-05 Georg Brandl#1309567: fix linecache behavior of stripping subdirect...
2009-05-05 Georg Brandl#5932: fix error return in _convertPyInt_AsSsize_t...
2009-05-05 Steven BethardUpdate bdist_msi so that the generated MSIs for pure...
2009-05-05 Benjamin Petersonusing sys._getframe(x), where x > 0 doesnt' work on...
2009-05-04 R. David MurrayFix issue 5890: (property subclass shadows __doc__...
2009-05-04 Antoine PitrouIssue #5692: In :class:`zipfile.Zipfile`, fix wrong...
2009-05-04 Georg Brandl#5916, 5917: small socket doc improvements.
2009-05-04 Georg Brandl#5927, 5928: typos.
2009-05-04 Georg Brandl#5925: fix highlighting of keyword table.
2009-05-04 Antoine PitrouAdd Nick Barnes to ACKS.
2009-05-04 Antoine PitrouIssue #4426: The UTF-7 decoder was too strict and didn...
2009-05-04 Walter DörwaldFix typos.
2009-05-04 Hirokazu YamamotoIssue #5913: os.listdir() should fail for empty path...
2009-05-04 Gregory P.... cleanup applied patch to match style that is already...
2009-05-04 Gregory P.... Issue #4751: For hashlib algorithms provided by OpenSSL...
2009-05-03 Walter DörwaldThere's no %A in Python 2.x!
2009-05-03 Walter DörwaldIssue #5108: Handle %s like %S and %R in PyUnicode_From...
2009-05-03 Mark DickinsonDon't use PyOS_strnicmp for NaN and Inf detection:...
2009-05-03 Mark DickinsonEliminate some locale-dependent calls to isspace and...
2009-05-03 Mark DickinsonRemove unnecessary uses of context in PyGetSetDef....
2009-05-03 Gregory P.... docstring update.
2009-05-03 Gregory P.... Optimization: move RFC defined network constant constru...
2009-05-03 Gregory P.... Issue 5379 - applies patch supplied by philipp hagemeis...
2009-05-03 Kurt B. KaiserFurther development of issue5559, handle Windows files
2009-05-03 Kurt B. Kaiseridle.py modified and simplified to better support
2009-05-02 Michael Foord(no commit message)
2009-05-02 Antoine PitrouIsue #5084: unpickling now interns the attribute names...
2009-05-02 Benjamin Petersonadd myself
2009-05-02 Michael FoordAdd addCleanup and doCleanups to unittest.TestCase.
2009-05-02 Andrew M. Kuchling#1607951: Make mailbox.Maildir re-read the directories...
2009-05-02 Gregory P.... Convert test method names to PEP8 style.
2009-05-02 Mark DickinsonRemove unnecessary use of context for long getters.
2009-05-02 Benjamin Petersonrevert unrelated change
2009-05-02 Benjamin Petersonremove py3k compat code
2009-05-02 Andrew M. KuchlingAdd items
2009-05-02 Benjamin Petersondon't let sys.argv be used in the tests
2009-05-02 Michael FoordAdds an exit parameter to unittest.main(). If False...
2009-05-02 Eric SmithKeep py3k and trunk code in sync.
2009-05-01 Georg BrandlFix directive name.
2009-05-01 Georg BrandlReview ipaddr docs and add them in the TOC under "Inter...
2009-05-01 Antoine PitrouIssue #5726: Make Modules/ld_so_aix return the actual...
2009-05-01 Antoine PitrouIssue #3002: `shutil.copyfile()` and `shutil.copytree...
2009-05-01 Gregory P.... Adds the ipaddr module to the standard library. Issue...
2009-05-01 Walter DörwaldMake test.test_support.EnvironmentVarGuard behave like...
2009-05-01 Georg Brandl#5889: remove comma at the end of a list that some...
2009-05-01 Senthil KumaranFix for Issue1648102, based on the MSDN spec: If this...
2009-04-30 R. David MurrayMake the turtle.rst doctests pass. I have a feeling...
2009-04-30 Eric SmithIssue #1588: Add complex.__format__.
2009-04-30 Benjamin Petersonprevent ref cycles by removing bound method on close()
2009-04-30 Benjamin Petersonmake sure to close file
2009-04-29 Benjamin Petersonmake sure mode is removable while cleaning up test...
2009-04-29 Georg Brandl#5878: fix repr of re object.
2009-04-29 Benjamin Petersonfix test_shutil on ZFS #5676
2009-04-29 Mark DickinsonBackport some of the float formatting tests from py3k.
2009-04-29 Mark DickinsonRemove format_float and use _PyOS_double_to_string...
2009-04-29 Mark DickinsonIssue #5864: format(1234.5, '.4') gives misleading...
2009-04-29 Benjamin Petersonrun autoconf
2009-04-29 R. David MurrayMore aifc tests.
2009-04-29 Matthias Klose- configure.in: Don't error, when no --with-dbmliborder...
2009-04-29 Matthias Klose- Issue #4587: Add configure option --with-dbmliborder...
2009-04-29 Matthias Klose- Issue #4587: Add configure option --with-dbmliborder...
2009-04-29 R. David MurrayNow that we've got a test_aifc, add a few tests.
next