]> granicus.if.org Git - python/shortlog
python
2009-06-16 Tarek Ziadéstarting distutils.ccompiler test coverage and cleanup
2009-06-16 Tarek ZiadéFixed #6287: documentation for the license field in...
2009-06-16 Benjamin Petersondon't mask encoding errors when decoding a string ...
2009-06-15 Tarek ZiadéIssue #6286: distutils upload command now uses urllib2
2009-06-15 Tarek Ziadécode cleanup
2009-06-14 Benjamin Petersonbackport r73430
2009-06-14 Amaury Forgeot... #6227: Because of a wrong indentation, the test was...
2009-06-14 Hirokazu YamamotoIssue #6271: mmap tried to close invalid file handle...
2009-06-14 Hirokazu YamamotoUpdated MSVC files to follow r73394.
2009-06-13 Benjamin Petersonupdate ast version
2009-06-13 Benjamin Petersonwhen no module is given in a 'from' relative import...
2009-06-13 Benjamin Petersongive a better error message when deleting ()
2009-06-13 Benjamin Petersonset Print.values to NULL if there are no values
2009-06-13 Benjamin Petersonhandle different rc format
2009-06-13 Benjamin Petersonspecial case release candidates
2009-06-13 Benjamin Petersonuse 'rc' for release candidates for consistency
2009-06-13 Benjamin Petersonallow importing from a module named None if it has...
2009-06-13 Benjamin Petersonprevent import statements from assigning to None
2009-06-13 Benjamin Petersonkeep the slice.step field as NULL if no step expression...
2009-06-12 Alexandre VassalottiRevert r73401 per Raymond Hettinger's request.
2009-06-12 Alexandre VassalottiMake pickling of OrderedDict instances more efficient.
2009-06-12 Alexandre VassalottiDelete outdated make file for building the parser with...
2009-06-12 Alexandre VassalottiAdd const qualifier to PyErr_SetFromErrnoWithFilename...
2009-06-12 Antoine PitrouRe-enable testing of builtin open() in test_bufio in...
2009-06-12 Antoine PitrouTry to restore the old test_file and test_univnewlines...
2009-06-12 Antoine PitrouRestore the old test_file.py (for the builtin file...
2009-06-12 Antoine PitrouIssue #6215: backport the 3.1 io lib
2009-06-12 Alexandre VassalottiClear reference to the static PyExc_RecursionErrorInst...
2009-06-12 Martin v. LöwisSupport AMD64 in msilib. Set Win64 on reglocator.
2009-06-11 Raymond HettingerIssue 6261: Clarify behavior of random.uniform().
2009-06-11 Benjamin Petersonremove check for case handled in sub-function
2009-06-11 Raymond HettingerMove comment to correct line.
2009-06-11 Benjamin PetersonMerged revisions 72523,72950-72951,72994,73003,73033...
2009-06-11 Raymond HettingerAdd example of how to do key lookups with bisect().
2009-06-11 Benjamin Petersonuse multi-with syntax
2009-06-11 Benjamin Petersonrevert r73361
2009-06-11 Benjamin Petersonremove duplicate check
2009-06-11 Tarek Ziadépep8-fied cygwinccompiler module
2009-06-11 Vinay SajipIssue #5262: Improved fix.
2009-06-11 Vinay SajipIssue #5262: Fixed bug in next roll over time computati...
2009-06-11 Tarek Ziadé#6263 fixed syntax error in distutils.cygwinccompiler
2009-06-11 Tarek Ziadéremoved the last string.split() call
2009-06-11 Tarek ZiadéFixed #5201: now distutils.sysconfig.parse_makefile...
2009-06-10 Amaury Forgeot... Fix a typo spotted by Nick Coghlan.
2009-06-10 Tarek ZiadéDistutils: started code cleanup and test coverage for...
2009-06-10 Raymond HettingerFix signed/unsigned compiler warning.
2009-06-10 Raymond HettingerIssue 6256: Fix stacklevel in warning message.
2009-06-10 Benjamin Petersonfix spelling
2009-06-09 Amaury Forgeot... Missing import in test_curses, uncovered by some buildbots.
2009-06-09 Amaury Forgeot... Both kind of types are concerned.
2009-06-09 Amaury Forgeot... #6201: Fix test_winreg on Windows:
2009-06-09 Amaury Forgeot... Avoid invoking the parser/compiler just to test the...
2009-06-09 Benjamin Petersonupdate symbol.py from with statement changes
2009-06-09 Benjamin Petersonexplain why keyword names are not just NAME
2009-06-09 Benjamin Petersonmake ast.c depend on the grammar
2009-06-09 Eric SmithRestored a test that was erroneously removed. See issue...
2009-06-09 R. David MurrayIssue 2947: document how return code handling translate...
2009-06-08 Benjamin Petersonremove error checks already done in set_context()
2009-06-08 Benjamin Petersonremove useless assertion
2009-06-08 Ronald OussorenThis is a fix for Issue5809: you shouldn't specify...
2009-06-08 Ronald OussorenThis checkin adds a symlink to the lib directory of...
2009-06-08 Georg BrandlTypo fix.
2009-06-08 Georg Brandl#6238: add fillchar to string.just function family.
2009-06-08 Georg Brandl#6194: O_SHLOCK/O_EXLOCK are not really more platform...
2009-06-08 Georg BrandlRemove period from end of headings.
2009-06-07 Benjamin Petersonbackport r73273
2009-06-07 Benjamin Petersonremove has_key
2009-06-07 Benjamin Petersonuse booleans for flags
2009-06-07 Benjamin Petersonalways inherit from an appropiate base class
2009-06-07 Benjamin Petersoninherit from object
2009-06-07 Georg BrandlAdd Ezio.
2009-06-07 Kristján Valur... http://bugs.python.org/issue6192
2009-06-07 Benjamin Petersonbackport r73268
2009-06-06 Georg Brandl#6224: s/JPython/Jython/, and remove one link to a...
2009-06-06 Georg Brandl#6204: use a real reference instead of "see later".
2009-06-06 Georg Brandl#6211: elaborate a bit on ways to call the function.
2009-06-06 Georg Brandl#6206: fix test__locale.
2009-06-05 Benjamin Petersononly test for named pipe when os.stat doesn't raise...
2009-06-05 Michael FoordFix unittest discovery tests for Windows. Issue 6199
2009-06-05 Tarek Ziadéreverting r72823 : Python trunk has to use latin-1...
2009-06-05 Eric SmithRemoved tests so that test_float pass on Windows. See...
2009-06-05 Hirokazu YamamotoFix test__locale on windows (Backport of r72365)
2009-06-04 Georg BrandlAdd test for #3684.
2009-06-04 Eric SmithMinor documentation fixes for logging.
2009-06-04 Georg Brandl#6175: document that inet_aton supports alternate input...
2009-06-04 Georg Brandl#6176: fix man page section for flock(2).
2009-06-04 Georg Brandl#5967: note that the C slicing APIs do not support...
2009-06-04 Georg BrandlBetter name for "Ctor".
2009-06-04 Georg Brandl#3584: ignore trailing newlines when placing the caret...
2009-06-04 Georg Brandl#5767: remove sgmlop support from xmlrpclib; the sgmlop...
2009-06-04 Tarek Ziadéimproved test coverage for distutils.command.install...
2009-06-04 Benjamin Petersonuse the offical api
2009-06-03 Georg BrandlAvoid PendingDeprecationWarnings emitted by deprecated...
2009-06-03 Georg Brandl#6174: fix indentation in code example.
2009-06-03 Josiah CarlsonFix for line wrap ugly.
2009-06-03 Josiah CarlsonThis fixes bug 5798 on OS X.
2009-06-03 Tarek Ziadéassertion message was dropped
2009-06-03 Tarek Ziadémore cleanup and test coverage for distutils.extension
2009-06-03 Tarek Ziadéadded some tests for distutils.extension + code cleanup
2009-06-03 Georg BrandlUse the preferred form of raise statements in the docs.
next