2008-04-09 |
Georg Brandl | #2585: initialize code attribute of HTTPError. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Jerry Seutter | Changed test so it no longer runs as a side effect... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Andrew M. Kuchling | Add items |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Trent Nelson | Fix typo with regards to self.PORT shadowing class... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Gregory P.... | Fix zlib crash from zlib.decompressobj().flush(val... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Trent Nelson | - Issue #2550: The approach used by client/server code... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Amaury Forgeot... | Add a NEWS entry for previous checkin |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Amaury Forgeot... | Issue 2408: remove the _types module |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Amaury Forgeot... | Prevent an error when inspect.isabstract() is called... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Amaury Forgeot... | Issue2564: Prevent a hang in "import test.autotest... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Andrew M. Kuchling | Add items |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Martin v. Löwis | Suppress compilation of py3_ files upon installation. |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Andrew M. Kuchling | Typographical fix: 32bit -> 32-bit, 64bit -> 64-bit |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Andrew M. Kuchling | Write PEP 3127 section; add items |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Georg Brandl | #2525: update timezone info examples in the docs. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Martin v. Löwis | Make the "private CRT" case work, by editing the |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Martin v. Löwis | Drop support for 7.1 CRT. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Martin v. Löwis | Make private_crt feature object a global variable. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Martin v. Löwis | Delete ALLUSERS property merged from CRT merge module... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Mark Summerfield | changed "2500 components" to "several thousand" since... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Gregory P.... | Use the new PyFile_IncUseCount & PyFile_DecUseCount... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Martin v. Löwis | Bug #2388: Fix gcc warnings when compiling with --enabl... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Mark Hammond | correct heading underline for new "Cross-compiling... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Mark Hammond | Issue #2513: enable 64bit cross compilation on windows. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Gregory P.... | Make file objects as thread safe as the underlying... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Jeffrey Yasskin | Add enough debugging information to diagnose failures... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Trent Nelson | Don't run kill_python as part of the build process... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Skip Montanaro | type |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Mark Hammond | From issue 1753245 - better _winreg support for x64. |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Thomas Wouters | Fix test_distutils to not fail when running 'make test... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Skip Montanaro | Declare inittimezone static. |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Andrew M. Kuchling | Write PEP 3119 section |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Georg Brandl | Mention that the tuple returned by __reduce__ is pickle... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Andrew M. Kuchling | Markup fixes; write PEP 3118 section |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Martin v. Löwis | Add script to merge msvcr90. |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Martin v. Löwis | Add two features to distinguish between private and... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Martin v. Löwis | Extend sizes of various fields, to support the CRT90... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Neal Norwitz | Prevent test_sqlite from hanging on older versions... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Andrew M. Kuchling | Various edits |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Andrew M. Kuchling | Markup fix; explain what interval timers do; typo fix |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Andrew M. Kuchling | Minor edits |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Trent Nelson | Revert r62152 (Issue #2550). Being able to observe... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Thomas Heller | News entry for: Sync with files from the just released... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Thomas Heller | More files from libffi 3.0.5. |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Trent Nelson | Issue 2550: extend test_socket.py to test SO_REUSEADDR... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Jeffrey Yasskin | Oops again. EINTR is in errno, not signal. |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Thomas Heller | Sync with files from the just released libffi 3.0.5... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Fred Drake | stupid, stupid, stupid! |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Fred Drake | my previous change did what I said it should not: it... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Thomas Heller | Issue #2544: On HP-UX systems, use 'gcc -shared' for... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Thomas Heller | Issue #2543: Make ctypes compatible (again) with Python... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Fred Drake | - Issue #2385: distutils.core.run_script() makes __file... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Jeffrey Yasskin | Doh! os.read() raises an OSError, not an IOError when... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Barry Warsaw | post release updates |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Amaury Forgeot... | #1733757: the interpreter would hang on shutdown, if... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Trent Nelson | Make kill_python a little more forgiving if it can... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Trent Nelson | Add the correct OutputFile values for debug builds... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Trent Nelson | Reimplement kill_python. The existing version had... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Trent Nelson | Remove the building of Berkeley DB step; _bsddb44.vcpro... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Barry Warsaw | Post tag version tweak |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Barry Warsaw | Create the tag for 2.6a2 |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Barry Warsaw | Updating for 2.6a2 v2.6a2 |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Benjamin Peterson | Suggested proposed changes to Python be considered... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Amaury Forgeot... | Remove debug prints; the buildbot now passes the tests |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Vinay Sajip | Added updates with respect to recent changes to TimedRo... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Vinay Sajip | Added updates with respect to recent changes to TimedRo... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Vinay Sajip | Fix: #2315, #2316, #2317: TimedRotatingFileHandler... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Trent Nelson | Update information pertaining to building external... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Neal Norwitz | Apply same patch from 3k branch to try and prevent... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Jeffrey Yasskin | Try to make test_signal less flaky. I still see some... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Amaury Forgeot... | A DocTestSuite cannot run multiple times: it clears... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Amaury Forgeot... | Correct the apparent refleak in test_io: |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Guido van Rossum | Remove the advertising clause from the BSD license... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Amaury Forgeot... | Newly enabled test appears to leak: |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Amaury Forgeot... | Fix and enable a skipped test: |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Brett Cannon | Add ``if __name__ == '__main__'`` to some test files... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Brett Cannon | Generalize test.test_support.test_stdout() with a base... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Neal Norwitz | Be sure to close the file. 2 places were deleting... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Benjamin Peterson | PyErr_Warn is decrepated. Use PyErr_WarnEx |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Martin v. Löwis | Merged revisions 61990-62079 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Neal Norwitz | Use file.write instead of print to make it easier to... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Jeffrey Yasskin | Block the sys.exc_clear -3 warning from threading.py. |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Georg Brandl | Make AST nodes pickleable. |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Georg Brandl | Fix error message -- "expects either 0 or 0 arguments" |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Georg Brandl | The other download formats will be available for 2... |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Benjamin Peterson | Updated README regarding doc formats |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Georg Brandl | Make _fields attr for no fields consistent with _attrib... |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Georg Brandl | Convert test_ast to unittest and add a test for r62049. |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Georg Brandl | #2505: allow easier creation of AST nodes. |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Georg Brandl | Adapt test_ast to the new ExceptHandler type. |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Georg Brandl | Patch #2511: Give the "excepthandler" AST item proper... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Gerhard Häring | Documented the lastrowid attribute. |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Benjamin Peterson | #2503 make singletons compared with "is" not == or != |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Amaury Forgeot... | Still investigating on the hanging test_socket. |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Amaury Forgeot... | The buildbot "x86 W2k8 trunk" seems to hang in test_socket. |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Georg Brandl | Properly check for consistency with the third argument of |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Amaury Forgeot... | Now that Lib/test/output is gone, tests should not... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Amaury Forgeot... | lib2to3 should install a logging handler only when... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Georg Brandl | Fix capitalization. |
commit | commitdiff | tree | snapshot |
next |