]> granicus.if.org Git - python/shortlog
python
2007-11-19 Christian HeimesFixed build order of the _ssl project. The openssl...
2007-11-19 Guido van RossumMerged revisions 59041-59055 via svnmerge from
2007-11-19 Guido van RossumTweak the imports so this script will run stand-alone.
2007-11-19 Christian HeimesI've spend some time to automate more steps of the...
2007-11-19 Martin v. LöwisRevert modifications to extract_msvcr71 in 59040,
2007-11-19 Christian HeimesRemoved ReleaseAMD64 and replaced it with platform...
2007-11-18 Christian HeimesI'm using the xxmodule and xxsubtype to test the msvcco...
2007-11-18 Christian HeimesMerged revisions 59005-59040 via svnmerge from
2007-11-18 Christian HeimesUpdates to the msi builder and PCbuild9 directory....
2007-11-17 Bill Janssenremove now-obsolete test_socket_ssl
2007-11-17 Christian HeimesFixed some build issues and updated docs.
2007-11-17 Christian HeimesThe _winreg module returns bytes which must be decoded...
2007-11-17 Christian HeimesInitial import of new PCbuild9 for VS 2008. It partly...
2007-11-16 Thomas HellerUse 'del' instead of rmpyc.py to remove the pyc and...
2007-11-16 Christian HeimesFixed an error in my last commit. The dll files are...
2007-11-16 Christian HeimesI finally figured out why _tkinter and _bsddb didn...
2007-11-16 Guido van RossumDisable dup() of SSLSocket. I don't think it can be...
2007-11-16 Guido van RossumThis is roughly socket2.diff from issue 1378, with...
2007-11-16 Amaury Forgeot... Correct a failing test when test_import is run after...
2007-11-16 Guido van RossumCleanup of tokenizer.c.
2007-11-16 Guido van RossumOops, forgot to test this after the merge.
2007-11-16 Guido van RossumMerged revisions 58947-59004 via svnmerge from
2007-11-16 Guido van RossumFix some minor style nits. (I'll leave adding __all__...
2007-11-15 Christian HeimesFix for VS 2008
2007-11-15 Amaury Forgeot... Correction for issue1134: all source files with a codin...
2007-11-15 Bill Janssenadd the certificate for the Python SVN repository for...
2007-11-15 Bill Janssenget SSL support to work again
2007-11-15 Amaury Forgeot... Attempt to manually add _ssl to the PCBuild8 solution...
2007-11-15 Amaury Forgeot... Found another memory leak in longrangeiter. And redo...
2007-11-15 Thomas HellerReplace PyObject_Unicode with PyObject_Str everywhere...
2007-11-15 Thomas HellerFix two compiler warnings on Win64.
2007-11-15 Christian HeimesIn anticipation of the upcoming ssl patch I've added...
2007-11-15 Guido van RossumPatch 1144 by David Binger, fix for parser module....
2007-11-15 Amaury Forgeot... Correct a memory leak: the range() object was not prope...
2007-11-15 Thomas HellerOn Win64, linking the python dll currently fails with...
2007-11-15 Christian HeimesAdded some additional checks for sys.std?? is None...
2007-11-15 Christian HeimesThe peeping and bawling of the builtin speaker is givin...
2007-11-14 Guido van RossumPatch 1439 by Bill Janssen. I think this will work.
2007-11-14 Christian HeimesFix for bug #1442 pythonstartup addition of minor error...
2007-11-14 Christian HeimesMoved the initalization of the exception before the...
2007-11-14 Christian HeimesPaths and file names from the fs should always be decod...
2007-11-13 Christian HeimesAnother #1415 fix for Windows GUI apps
2007-11-13 Christian HeimesFixed space -> tab
2007-11-13 Christian HeimesFix for #1415 pythonw.exe fails because std streams...
2007-11-13 Amaury Forgeot... Correction for issue1265 (pdb bug with "with" statement).
2007-11-12 Guido van RossumAdd -i option. Don't exit when the command fails....
2007-11-12 Christian HeimesAnother fix for #1414
2007-11-12 Christian HeimesFix for refleak tests through regrtest.py -R:: bug...
2007-11-12 Guido van RossumPatch 1420 by Ron Adam.
2007-11-12 Christian HeimesLet's do as Guido says and return None instead of -1
2007-11-12 Christian HeimesStop Python code from instantiating a new stdprinter...
2007-11-12 Christian HeimesMerged revisions 58939-58946 via svnmerge from
2007-11-12 Christian HeimesMerged revisions 58930-58938 via svnmerge from
2007-11-12 Guido van RossumMinimal change that disables (AFAICT) the interpolation...
2007-11-11 Christian HeimesFixed some of the bugs in the readline module. #1425...
2007-11-10 Guido van RossumMerged revisions 58886-58929 via svnmerge from
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.
next