]> granicus.if.org Git - python/shortlog
python
2007-11-10 Amaury Forgeot... No need to include windows.h twice
2007-11-10 Christian HeimesBug #1415
2007-11-09 Christian Heimesseek() has to accept any int-like number
2007-11-09 Christian HeimesIt works w/o the newline on my system but you are right...
2007-11-08 Christian HeimesI've created three bat files based on the howto http...
2007-11-08 Thomas HellerIssue 1406: use widechar api for os.environ, on Windows.
2007-11-08 Christian HeimesFixed bug #1081: file.seek allows float arguments
2007-11-08 Christian HeimesFixed #1403 where compileall and py_compile choked...
2007-11-08 Christian HeimesAdded unit test to verify that #1087 is invalid. os...
2007-11-08 Christian HeimesApplied patch #1127 from Quentin Gallet Gilles: No...
2007-11-08 Christian HeimesAdded tests from Raghuram Devarakonda for bug #1395...
2007-11-08 Christian HeimesFixed memoryview constructor. It allowed arbitrary...
2007-11-07 Guido van RossumCosmetic changes to Christian's patch r58903.
2007-11-07 Christian HeimesPatch for bug http://bugs.python.org/issue1293
2007-11-07 Christian HeimesReset original sys.stdout, stderr and displayhook even...
2007-11-06 Brett CannonChange a variable to Py_ssize_t to silence a compiler...
2007-11-06 Brett CannonRemove an unused local variable.
2007-11-06 Guido van RossumMerging the py3k-pep3137 branch back into the py3k...
2007-11-06 Guido van RossumMerged revisions 58862-58885 via svnmerge from
2007-11-06 Christian HeimesFixed bug #1384 Windows fix for inspect tests
2007-11-05 Guido van RossumMerged revisions 58817-58861 via svnmerge from
2007-11-04 Christian HeimesApplied patch #1379 with a minor tweak.
2007-11-04 Christian HeimesFixed a bug in PyUnicode_DecodeFSDefault. strcmp()...
2007-11-04 Christian HeimesDisabled test_sys_path_with_unicode for now
2007-11-03 Georg BrandlRe-add two paragraphs that seem to have been lost durin...
2007-11-03 Guido van RossumPatch 1171 by mfenniak -- allow subclassing of bytes.
2007-11-02 Guido van RossumMerged revisions 58742-58816 via svnmerge from
2007-11-02 Guido van RossumFixes for issue 1752184, ensuring type objects are...
2007-11-02 Guido van RossumPatch 1373 by Adam Hupp.
2007-11-01 Christian HeimesRemoved non ASCII text from test as requested by Guido.
2007-11-01 Gregory P.... Fixes issue1371 and reenables those tests.
2007-11-01 Georg BrandlRemove file that should have been removed during the...
2007-11-01 Georg BrandlAdd new directory "using". This should have been in...
2007-11-01 Georg BrandlRemove duplicate entry for PyObject_AsFileDescriptor...
2007-11-01 Georg Brandl#1370: Finish the merge r58749, log below, by resolving...
2007-11-01 Guido van RossumMerged revisions 58221-58741 via svnmerge from
2007-11-01 Christian HeimesAdded unit test for bug http://bugs.python.org/issue1293
2007-11-01 Christian HeimesFixed unit tests for os.environ. Some of the tests...
2007-10-31 Christian HeimesOh, I missed the output part of the test ...
2007-10-31 Christian HeimesFixed test_dumbdbm
2007-10-31 Christian HeimesFixed bug in _fileio.c and test_pep277. On Windows...
2007-10-31 Christian HeimesFixed gettext module for Windows. The metadata lines...
2007-10-30 Guido van RossumMinor correction to the stdprinter object.
2007-10-30 Guido van RossumPatch 1352 (continued in issue 1329) by Christian Heimes.
2007-10-30 Bill Janssenmake sure to write bytes instead of strings to underlyi...
2007-10-30 Bill Janssenremove ord() calls on what are now integers rather...
2007-10-30 Georg BrandlFix typo.
2007-10-30 Guido van RossumPatch 1329 (partial) by Christian Heimes.
2007-10-29 Martin v. LöwisBug #1356: Avoid using the C99 keyword 'restrict'.
2007-10-29 Guido van RossumPatch 1341 by Amaury Forgeot d'Arc.
2007-10-29 Fred Drakefix typo
2007-10-29 Guido van RossumIssue 1340 by Amaury Forgeot d'Arc (with help from...
2007-10-27 Neal NorwitzURLError now takes only a single parameter. This was...
2007-10-27 Neal NorwitzGet a bunch of tests working on Mac OS. I suspect...
2007-10-27 Neal NorwitzGet the locale and pwd tests working on the Solaris...
2007-10-27 Neal NorwitzTry to get this test to pass on Win64 by making clean...
2007-10-27 Neal NorwitzGet rid of more uses of string and use unicode
2007-10-27 Neal NorwitzGet test_email to pass. There is a problem reading...
2007-10-27 Neal NorwitzUse unicode in more places. Fixes a problem with str8...
2007-10-26 Guido van RossumSort the method lists for str8 and bytes so differences...
2007-10-26 Guido van RossumKill PyString_Encode(), which isn't used anywhere.
2007-10-26 Guido van RossumDelete test_str.py. There's not much there I care...
2007-10-26 Guido van RossumPatch 1335 by Christian Heimes.
2007-10-26 Guido van RossumPatch 1330 by Christian Heimes (with some TLC applied...
2007-10-26 Neal NorwitzFix some Py_ssize_t warnings on Win64 that were probabl...
2007-10-26 Neal NorwitzTry to fix some of the failing tests on Win64. PY_SSIZ...
2007-10-26 Brett CannonAdd a missing news entry about how str8's constructor...
2007-10-26 Guido van RossumPatch # 1331 by Christian Heimes.
2007-10-25 Guido van RossumPatch # 1302 by Christian Heimes (with some love from...
2007-10-25 Guido van RossumPatch # 1323 by Amaury Forgeot d'Arc.
2007-10-25 Guido van RossumPatch 1318 by Christian Heimes: remove os.tmpnam()...
2007-10-24 Georg BrandlRemove a test case which is no longer valid.
2007-10-24 Georg BrandlFix a refleak for `filename', introduced in rev. 58466.
2007-10-24 Guido van RossumFix a broken format in a PyErr_Format() call: %lx is...
2007-10-24 Guido van RossumMake test_locale pass by removing tests that were desig...
2007-10-24 Thomas HellerA 'PyObject *' parameter in PyErr_Format must use ...
2007-10-24 Georg BrandlPatch #1303: Adapt str8 constructor to bytes (now buffe...
2007-10-24 Guido van RossumPatch #1318 by Amaury Forgeot d'Arc.
2007-10-23 Guido van RossumPatch #1314 by Christian Heimes.
2007-10-23 Georg Brandl#1316: remove redundant PyLong_Check calls when PyInt_C...
2007-10-23 Georg BrandlRemove duplicate entry for PyObject_AsFileDescriptor.
2007-10-23 Georg BrandlRemove redundant PyInt/PyLong checks.
2007-10-23 Georg BrandlUpdate Pygments version from externals.
2007-10-23 Georg BrandlUpdate w.r.t. PEP 3137.
2007-10-23 Georg BrandlPatch #1071: Improve unicode.translate() so that you...
2007-10-23 Georg Brandl#1061 (mainly by Thomas Wouters): use weak sets for...
2007-10-22 Guido van RossumPatch 1304, by Amaury Forgeot d'Arc.
2007-10-22 Brett CannonMake str/str8 comparisons return True/False for !=/==.
2007-10-22 Georg BrandlIn followup to #1310: Remove more exception indexing.
2007-10-22 Guido van Rossumssue 1309: fix by Christian Heimes to be able to build...
2007-10-22 Georg BrandlFix exception indexing.
2007-10-22 Guido van RossumIssue 1267, continued.
2007-10-21 Brett CannonMake sure the malloc'ed string has space for the null...
2007-10-20 Brett CannonFix PyTokenizer_FindEncoding() for OS X 10.4. Turns...
2007-10-20 Brett CannonFix a memory leak caused by PyTokenizer_FindEncoding...
2007-10-20 Brett CannonPlug a memory leak where a struct tok_state was not...
2007-10-20 Guido van RossumTweak the version *string* to clarify that this isn...
2007-10-19 Guido van RossumPatch 1267 by Christian Heimes.
2007-10-19 Guido van RossumPatch 1280, by Alexandre Vassalotti.
2007-10-19 Guido van RossumThis is the uncontroversial half of patch 1263 by Thoma...
next