2006-06-30 |
Fred Drake | - consistency nit: always include "()" in \function... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Georg Brandl | Document decorator usage of property. |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Tim Peters | Remove now-unused fidding with PY_FORMAT_SIZE_T. |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Thomas Heller | Revert the use of PY_FORMAT_SIZE_T in PyErr_Format. |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Neal Norwitz | Another problem reported by Coverity. Backport candidate. |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Neal Norwitz | Silence compiler warning |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Vinay Sajip | Fixed bug in fileConfig() which failed to clear logging... |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Skip Montanaro | add string methods to index |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Martin v. Löwis | Patch #1509163: MS Toolkit Compiler no longer available |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Thomas Heller | Protect the thread api calls in the _ctypes extension... |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Neal Norwitz | This should fix the buildbot failure on s/390 which... |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Neal Norwitz | Add new utility function, reap_children(), to test_supp... |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Fred Drake | document recent bugfixes in sgmllib |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Fred Drake | SF bug #1504333: sgmlib should allow angle brackets... |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Trent Mick | Mention the expat upgrade and pyexpat fix I put in... |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Georg Brandl | Fix end_fill(). |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Andrew M. Kuchling | [Bug #1508766] Add docs for uuid module; this puts... |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Andrew M. Kuchling | [Bug #1508766] Add docs for uuid module; docs written... |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Armin Rigo | A couple of crashers of the "won't fix" kind. |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Nick Coghlan | Make full module name available as __module_name__... |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Neal Norwitz | Fix bug #1512695: cPickle.loads could crash if it was... |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Neal Norwitz | According to the man pages on Gentoo Linux and Tru64... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Ronald Oussoren | macosx: Install a libpython2.5.a inside the framework... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Ronald Oussoren | Use staticly build copies of zlib and bzip2 to build... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Ronald Oussoren | MacOSX: fix rather dumb buglet that made it impossible... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Vinay Sajip | Removed buggy exception handling in doRollover of rotat... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Neal Norwitz | Verify buildbot picks up these changes (really needs... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Neal Norwitz | Try again: test unimportant change to verify buildbot... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Neal Norwitz | Test unimportant change to verify buildbot does not... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Neal Norwitz | Fix SF bug #1513032, 'make install' failure on FreeBSD... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Neal Norwitz | Instead of doing a make test, run the regression tests... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Neal Norwitz | Ignore some more warnings in the dynamic linker on... |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Andrew M. Kuchling | Attempt to fix build failure on OS X and Debian alpha... |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Andrew M. Kuchling | Windows doesn't have os.fork(). I'll just disable... |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Andrew M. Kuchling | Add a test for a conflicting lock. |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Andrew M. Kuchling | [Bug #1512163] Use one set of locking methods, lockf(); |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Andrew M. Kuchling | [Bug #1512163] Fix typo. |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Andrew M. Kuchling | Describe workaround for PyRange_New()'s removal |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Andrew M. Kuchling | [Bug #1511998] Various comments from Nick Coghlan;... |
commit | commitdiff | tree | snapshot |
2006-06-25 |
Ronald Oussoren | Also install the .egg-info files in Lib. This will... |
commit | commitdiff | tree | snapshot |
2006-06-25 |
Ronald Oussoren | Use a path without a double slash to compile the .py... |
commit | commitdiff | tree | snapshot |
2006-06-25 |
Ronald Oussoren | Drop the calldll demo's for macos, calldll isn't presen... |
commit | commitdiff | tree | snapshot |
2006-06-25 |
Ronald Oussoren | Workaround for bug #1512124 |
commit | commitdiff | tree | snapshot |
2006-06-23 |
Hye-Shik Chang | Bug #1511381: codec_getstreamcodec() in codec.c is... |
commit | commitdiff | tree | snapshot |
2006-06-23 |
Andrew M. Kuchling | Fit Makefile for the Python doc environment better... |
commit | commitdiff | tree | snapshot |
2006-06-23 |
Fred Drake | - SF bug #853506: IP6 address parsing in sgmllib |
commit | commitdiff | tree | snapshot |
2006-06-23 |
Neal Norwitz | Fix refleak |
commit | commitdiff | tree | snapshot |
2006-06-22 |
Peter Astrand | Applied patch #1506758: Prevent MemoryErrors with large... |
commit | commitdiff | tree | snapshot |
2006-06-22 |
Peter Astrand | Make it possible to run test_subprocess.py on Python... |
commit | commitdiff | tree | snapshot |
2006-06-22 |
Thomas Heller | Small fixes, mostly in the markup. |
commit | commitdiff | tree | snapshot |
2006-06-22 |
Georg Brandl | Fix my name ;) |
commit | commitdiff | tree | snapshot |
2006-06-22 |
Ronald Oussoren | MacOSX: Add a message to the first screen of the instal... |
commit | commitdiff | tree | snapshot |
2006-06-22 |
Brett Cannon | 'warning's was improperly requiring that a command... |
commit | commitdiff | tree | snapshot |
2006-06-22 |
Fred Drake | fix markup nit |
commit | commitdiff | tree | snapshot |
2006-06-22 |
Georg Brandl | Test for correct compilation of try-except-finally... |
commit | commitdiff | tree | snapshot |
2006-06-22 |
Georg Brandl | Set lineno correctly on list, tuple and dict literals. |
commit | commitdiff | tree | snapshot |
2006-06-22 |
Andrew M. Kuchling | Mention how to suppress warnings |
commit | commitdiff | tree | snapshot |
2006-06-22 |
Neal Norwitz | Reset the doc date to today for the automatic doc builds |
commit | commitdiff | tree | snapshot |
2006-06-22 |
Neal Norwitz | Copy the wsgiref package during make install. |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Armin Rigo | Fix for an obscure bug introduced by revs 46806 and... |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Gerhard Häring | Removed call to enable_callback_tracebacks that slipped... |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Georg Brandl | Patch #1509001: expected skips for netbsd3. |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Georg Brandl | Make test_fcntl aware of netbsd3. |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Georg Brandl | fix [ 1509132 ] compiler module builds incorrect AST... |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Andrew M. Kuchling | Bump version |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Andrew M. Kuchling | Note some of Barry's work |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Andrew M. Kuchling | Link to LibRef module documentation |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Brett Cannon | At the C level, tuple arguments are passed in directly... |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Brett Cannon | Fix typo of exception name. |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Brett Cannon | Raise TestSkipped when the test socket connection is... |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Andrew M. Kuchling | [Bug #1504456] Mention xml -> xmlcore change |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Andrew M. Kuchling | Minor edits and rearrangements; markup fix |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Andrew M. Kuchling | Add introductory paragraphs summarizing the release... |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Andrew M. Kuchling | Terminology and typography fixes |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Andrew M. Kuchling | Add four library items |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Andrew M. Kuchling | Uncomment wsgiref section |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Anthony Baxter | Tagging for release of Python 2.5b1 |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Trent Mick | [ 1295808 ] expat symbols should be namespaced in pyexpat v2.5b1 |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Trent Mick | Upgrade pyexpat to expat 2.0.0 (http://python.org/sf... |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Ka-Ping Yee | Remove Python 2.3 compatibility comment. |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Gerhard Häring | Fixed a memory leak that was introduced with incorrect... |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Fred Drake | remove non-working document formats from edist |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Anthony Baxter | Preparing for 2.5b1. |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Tim Peters | TestHelp.make_parser(): This was making a permanent... |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Thomas Heller | Next try to fix the OpenBSD buildbot tests: |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Tim Peters | Repair KeyError when running test_threaded_import under -R, |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Walter Dörwald | Make check order match in configure and configure.in. |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Walter Dörwald | Patch #1506645: add Python wrappers for the curses... |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Thomas Heller | Try to repair the failing test on the OpenBSD buildbot... |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Georg Brandl | Add news entry about error msg improvement. |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Neal Norwitz | Use Py_ssize_t |
commit | commitdiff | tree | snapshot |
2006-06-18 |
Georg Brandl | Patch #1507676: improve exception messages in abstract... |
commit | commitdiff | tree | snapshot |
2006-06-18 |
Thomas Heller | Fix typos. |
commit | commitdiff | tree | snapshot |
2006-06-18 |
Neal Norwitz | Revert 47014 until it is more robust |
commit | commitdiff | tree | snapshot |
2006-06-18 |
Neal Norwitz | The hppa ubuntu box sometimes hangs forever in these... |
commit | commitdiff | tree | snapshot |
2006-06-18 |
Neal Norwitz | Prevent spurious leaks when running regrtest.py -R... |
commit | commitdiff | tree | snapshot |
2006-06-18 |
Fred Drake | remove unnecessary markup |
commit | commitdiff | tree | snapshot |
next |