]> granicus.if.org Git - python/shortlog
python
2009-04-05 Tarek Ziadépep8-fied method names
2009-04-05 Tarek ZiadéFixed #5095: msi missing from Distutils bdist formats
2009-04-05 Tarek Ziadéadded a simplest test to distutils.spawn._nt_quote_args
2009-04-05 Tarek ZiadéFixed #1491431: distutils.filelist.glob_to_re was broke...
2009-04-05 Matthias KloseIssue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF:...
2009-04-05 Matthias Klose- Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide...
2009-04-05 Georg BrandlNormalize issue referencing style.
2009-04-05 Michael FoordAdding assertIs and assertIsNot methods to unittest...
2009-04-05 Georg Brandl#602893: add indicator for current line in cgitb that...
2009-04-05 Tarek ZiadéFixed 5694: removed spurious test output in Distutils
2009-04-05 Georg Brandl#5298: clarify docs about GIL by using more consistent...
2009-04-05 Georg Brandl#5444: adapt make.bat to new htmlhelp output file name.
2009-04-05 Georg Brandl#5432: make plistlib docstring a raw string, since...
2009-04-05 Georg Brandl#5471: fix expanduser() for $HOME set to "/".
2009-04-05 Georg Brandl#5370: doc update about unpickling objects with custom...
2009-04-05 Georg BrandlAdd NEWS entry for r71237.
2009-04-05 Georg Brandl#1326077: fix traceback formatting of SyntaxErrors...
2009-04-05 Georg BrandlWhitespace normalization.
2009-04-05 Matthias Klose- Py_DECREF: Add `do { ... } while (0)' to avoid compil...
2009-04-05 Georg Brandl#5580: no need to use parentheses when converterr(...
2009-04-05 Georg Brandl#5615: make it possible to configure --without-threads...
2009-04-05 Vinay SajipIssue #5695: Moved logging.captureWarnings() call insid...
2009-04-05 Georg Brandl#1726172: dont raise an unexpected IndexError if a...
2009-04-05 Georg Brandl#1718017: document the relation of os.path and the...
2009-04-05 Georg BrandlAvoid sure signs of a diseased mind.
2009-04-05 Georg BrandlNormalize spelling of Mac OS X.
2009-04-05 Georg Brandl#1742837: expand HTTP server docs, and fix SocketServer...
2009-04-05 Guilherme PoloInclude tkinter.h only after including tk.h (or the...
2009-04-05 Michael FoordChange the way unittest.TestSuite use their tests to...
2009-04-05 Benjamin Petersoncompare types with is
2009-04-04 Benjamin Petersonnote how using iter* are unsafe while mutating and...
2009-04-04 Martin v. LöwisIssue #5470: Package zipdir.zip.
2009-04-04 Hirokazu YamamotoNo behavior change.
2009-04-04 Benjamin Petersonrevert r71159 since it broke the build
2009-04-04 Matthias Klose- Py_DECREF: Add `do { ... } while (0)' to avoid compil...
2009-04-04 Matthias Klose- Issue #3845: In PyRun_SimpleFileExFlags avoid invalid...
2009-04-04 Georg Brandl#5601: clarify that webbrowser is not meant for file...
2009-04-04 Georg Brandl#5642: clarify map() compatibility to the builtin.
2009-04-04 Raymond HettingerReplace the localized min/max calls with normal if...
2009-04-04 Kurt B. KaiserAllow multiple IDLE GUI/subprocess pairs to exist
2009-04-04 R. David MurrayFix error in description of 'oct' (issue 5678).
2009-04-04 Raymond HettingerAdd helpful link.
2009-04-03 Vinay SajipClarified warning about logging use from asynchronous...
2009-04-03 Andrew M. KuchlingFix 'the the' duplication
2009-04-03 Andrew M. KuchlingFix 'the the'; grammar fix
2009-04-03 Andrew M. KuchlingAdd some items
2009-04-03 Vinay SajipAdded warning about logging use from asynchronous signa...
2009-04-03 Hirokazu YamamotoFixed compile error on windows.
2009-04-03 Raymond HettingerLocalize the function lookup in timeit.
2009-04-02 Raymond HettingerUpdate docs for namedtuple's renaming change.
2009-04-02 Raymond HettingerHave namedtuple's field renamer assign names that
2009-04-02 Antoine PitrouIssue #2396: backport the memoryview object.
2009-04-02 Mark Dickinsonsys.long_info attributes should be ints, not longs
2009-04-02 Georg BrandlPyErr_NormalizeException may not set an error, so conve...
2009-04-02 Georg BrandlActually the displayhook should print the repr.
2009-04-02 R. David MurrayAdd missing iteritems() call to the for loop in mailbox...
2009-04-02 Michael FoordStore the functions in the _type_equality_funcs as...
2009-04-02 Jesse NollerAdd custom initializer argument to multiprocess.Manager...
2009-04-02 R. David MurrayClarify that datetime strftime does not produce leap...
2009-04-02 Jesse NollerIssue 3551: Raise ValueError if the size causes ERROR_N...
2009-04-02 Brett CannonFix two issues introduced by issue #71031 by changing...
2009-04-02 Michael FoordBetter exception messages for unittest assert methods.
2009-04-02 Brett CannonPyImport_AppendInittab() took a char * as a first argum...
2009-04-02 Senthil KumaranFixing the issue4860. Escaping embedded '"' character...
2009-04-02 Benjamin Petersonfix error handling
2009-04-02 Georg BrandlIn PyErr_GivenExceptionMatches, temporarily bump the...
2009-04-02 Kurt B. KaiserRemove port spec from run.py and fix bug where
2009-04-02 Jesse NollerIssue 3110: Additional protection for SEM_VALUE_MAX...
2009-04-02 Georg BrandlFix test_doctest, missed two assignments to curframe.
2009-04-02 Benjamin Petersonhandle SEEK_ constants in test_io
2009-04-02 Benjamin Petersonthis should be :noindex:
2009-04-02 Benjamin Petersonfix markup
2009-04-02 Jesse Nollerissue5545: Switch to Autoconf for multiprocessing;...
2009-04-02 Andrew M. KuchlingTypo fix
2009-04-01 Georg BrandlCache the f_locals dict of the current frame, since...
2009-04-01 Benjamin Petersonremove double underscores
2009-04-01 Brett CannonAdd my initials to Misc/developers.txt. Names are now...
2009-04-01 Georg BrandlIn Pdb, stop assigning values to __builtin__._ which...
2009-04-01 R. David MurrayAdd tests checking the CSV module's ability to handle
2009-04-01 Benjamin Petersonadd seek constants to __all__
2009-04-01 Georg BrandlRevert accidental checkin.
2009-04-01 Georg BrandlAdd NEWS item.
2009-04-01 Georg Brandl#4572: add SEEK_* values as constants in io.py.
2009-04-01 Raymond HettingerAdd link to an alternative generator with a long-period.
2009-04-01 Senthil KumaranFix for issue5040. Adding test for Content-Length
2009-04-01 Jack Diederichbounds check arguments to mmap.move(). All of them...
2009-04-01 Brett Cannontest_warnings ironically had a single test that was...
2009-04-01 Brett Cannontest_logging was blindly clearing the warnings filter...
2009-04-01 Raymond HettingerIssue #5647: MutableSet.__iand__() no longer mutates...
2009-04-01 Michael FoordAdding Wing project file
2009-04-01 Brett Cannon_warnings was importing itself to get an attribute...
2009-04-01 Brett CannonPaul Kippes was given commit privileges to work on...
2009-04-01 Georg Brandl#5655: fix docstring oversight.
2009-04-01 Brett CannonRon DuPlain was given commit privileges at PyCon 2009...
2009-04-01 Jesse NollerIssue 3270: document Listener address restrictions...
2009-04-01 Kristján Valur... http://bugs.python.org/issue5623
2009-04-01 Brett CannonThe cgitb module had imports in its functions. This...
2009-04-01 Georg BrandlFix test_xmlrpc and make the CGI handler work with...
2009-04-01 Hirokazu YamamotoFixed compile error on windows.
2009-04-01 Georg BrandlAdd Maksim, who worked on several issues at the sprint.
next