2007-11-16 |
Thomas Heller | Use 'del' instead of rmpyc.py to remove the pyc and... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Christian Heimes | Fixed an error in my last commit. The dll files are... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Christian Heimes | I finally figured out why _tkinter and _bsddb didn... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Guido van Rossum | Disable dup() of SSLSocket. I don't think it can be... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Guido van Rossum | This is roughly socket2.diff from issue 1378, with... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Amaury Forgeot... | Correct a failing test when test_import is run after... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Guido van Rossum | Cleanup of tokenizer.c. |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Guido van Rossum | Oops, forgot to test this after the merge. |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Guido van Rossum | Merged revisions 58947-59004 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Guido van Rossum | Fix some minor style nits. (I'll leave adding __all__... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Christian Heimes | Fix for VS 2008 |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Amaury Forgeot... | Correction for issue1134: all source files with a codin... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Bill Janssen | add the certificate for the Python SVN repository for... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Bill Janssen | get SSL support to work again |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Amaury Forgeot... | Attempt to manually add _ssl to the PCBuild8 solution... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Amaury Forgeot... | Found another memory leak in longrangeiter. And redo... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Thomas Heller | Replace PyObject_Unicode with PyObject_Str everywhere... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Thomas Heller | Fix two compiler warnings on Win64. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Christian Heimes | In anticipation of the upcoming ssl patch I've added... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Guido van Rossum | Patch 1144 by David Binger, fix for parser module.... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Amaury Forgeot... | Correct a memory leak: the range() object was not prope... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Thomas Heller | On Win64, linking the python dll currently fails with... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Christian Heimes | Added some additional checks for sys.std?? is None... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Christian Heimes | The peeping and bawling of the builtin speaker is givin... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Guido van Rossum | Patch 1439 by Bill Janssen. I think this will work. |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Christian Heimes | Fix for bug #1442 pythonstartup addition of minor error... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Christian Heimes | Moved the initalization of the exception before the... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Christian Heimes | Paths and file names from the fs should always be decod... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Christian Heimes | Another #1415 fix for Windows GUI apps |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Christian Heimes | Fixed space -> tab |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Christian Heimes | Fix for #1415 pythonw.exe fails because std streams... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Amaury Forgeot... | Correction for issue1265 (pdb bug with "with" statement). |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Guido van Rossum | Add -i option. Don't exit when the command fails.... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Christian Heimes | Another fix for #1414 |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Christian Heimes | Fix for refleak tests through regrtest.py -R:: bug... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Guido van Rossum | Patch 1420 by Ron Adam. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Christian Heimes | Let's do as Guido says and return None instead of -1 |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Christian Heimes | Stop Python code from instantiating a new stdprinter... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Christian Heimes | Merged revisions 58939-58946 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Christian Heimes | Merged revisions 58930-58938 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Guido van Rossum | Minimal change that disables (AFAICT) the interpolation... |
commit | commitdiff | tree | snapshot |
2007-11-11 |
Christian Heimes | Fixed some of the bugs in the readline module. #1425... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Guido van Rossum | Merged revisions 58886-58929 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Amaury Forgeot... | No need to include windows.h twice |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Christian Heimes | Bug #1415 |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Christian Heimes | seek() has to accept any int-like number |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Christian Heimes | It works w/o the newline on my system but you are right... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Christian Heimes | I've created three bat files based on the howto http... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Thomas Heller | Issue 1406: use widechar api for os.environ, on Windows. |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Christian Heimes | Fixed bug #1081: file.seek allows float arguments |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Christian Heimes | Fixed #1403 where compileall and py_compile choked... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Christian Heimes | Added unit test to verify that #1087 is invalid. os... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Christian Heimes | Applied patch #1127 from Quentin Gallet Gilles: No... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Christian Heimes | Added tests from Raghuram Devarakonda for bug #1395... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Christian Heimes | Fixed memoryview constructor. It allowed arbitrary... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Guido van Rossum | Cosmetic changes to Christian's patch r58903. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Christian Heimes | Patch for bug http://bugs.python.org/issue1293 |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Christian Heimes | Reset original sys.stdout, stderr and displayhook even... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brett Cannon | Change a variable to Py_ssize_t to silence a compiler... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brett Cannon | Remove an unused local variable. |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Guido van Rossum | Merging the py3k-pep3137 branch back into the py3k... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Guido van Rossum | Merged revisions 58862-58885 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Christian Heimes | Fixed bug #1384 Windows fix for inspect tests |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Guido van Rossum | Merged revisions 58817-58861 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Christian Heimes | Applied patch #1379 with a minor tweak. |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Christian Heimes | Fixed a bug in PyUnicode_DecodeFSDefault. strcmp()... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Christian Heimes | Disabled test_sys_path_with_unicode for now |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Georg Brandl | Re-add two paragraphs that seem to have been lost durin... |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Guido van Rossum | Patch 1171 by mfenniak -- allow subclassing of bytes. |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Guido van Rossum | Merged revisions 58742-58816 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Guido van Rossum | Fixes for issue 1752184, ensuring type objects are... |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Guido van Rossum | Patch 1373 by Adam Hupp. |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Christian Heimes | Removed non ASCII text from test as requested by Guido. |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Gregory P.... | Fixes issue1371 and reenables those tests. |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Georg Brandl | Remove file that should have been removed during the... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Georg Brandl | Add new directory "using". This should have been in... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Georg Brandl | Remove duplicate entry for PyObject_AsFileDescriptor... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Georg Brandl | #1370: Finish the merge r58749, log below, by resolving... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Guido van Rossum | Merged revisions 58221-58741 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Christian Heimes | Added unit test for bug http://bugs.python.org/issue1293 |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Christian Heimes | Fixed unit tests for os.environ. Some of the tests... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Christian Heimes | Oh, I missed the output part of the test ... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Christian Heimes | Fixed test_dumbdbm |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Christian Heimes | Fixed bug in _fileio.c and test_pep277. On Windows... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Christian Heimes | Fixed gettext module for Windows. The metadata lines... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Guido van Rossum | Minor correction to the stdprinter object. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Guido van Rossum | Patch 1352 (continued in issue 1329) by Christian Heimes. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Bill Janssen | make sure to write bytes instead of strings to underlyi... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Bill Janssen | remove ord() calls on what are now integers rather... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Georg Brandl | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Guido van Rossum | Patch 1329 (partial) by Christian Heimes. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Martin v. Löwis | Bug #1356: Avoid using the C99 keyword 'restrict'. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Guido van Rossum | Patch 1341 by Amaury Forgeot d'Arc. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Fred Drake | fix typo |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Guido van Rossum | Issue 1340 by Amaury Forgeot d'Arc (with help from... |
commit | commitdiff | tree | snapshot |
2007-10-27 |
Neal Norwitz | URLError now takes only a single parameter. This was... |
commit | commitdiff | tree | snapshot |
2007-10-27 |
Neal Norwitz | Get a bunch of tests working on Mac OS. I suspect... |
commit | commitdiff | tree | snapshot |
2007-10-27 |
Neal Norwitz | Get the locale and pwd tests working on the Solaris... |
commit | commitdiff | tree | snapshot |
2007-10-27 |
Neal Norwitz | Try to get this test to pass on Win64 by making clean... |
commit | commitdiff | tree | snapshot |
2007-10-27 |
Neal Norwitz | Get rid of more uses of string and use unicode |
commit | commitdiff | tree | snapshot |
next |