2004-10-15 |
Martin v. Löwis | Add _subprocess.c |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Martin v. Löwis | Patch #1020042: Only define HAVE_UINTPTR_T for VC 7.x. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Raymond Hettinger | SF bug #1046855: httplib index out of range |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Michael W.... | Just remove the #include of signal.h. That it was... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Anthony Baxter | Patch 1046644 - improved distutils support for SWIG. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Fred Drake | bump the version number prior to release |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Tim Peters | remove_stderr_debug_decorations(): Always try the... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Neal Norwitz | Use C89 style comment for old compilers |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Neal Norwitz | Get test to pass on amd64 (opteron). This is pretty... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Tim Peters | SF bug 1046690: difflib.HtmlDiff doc errors. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Martin v. Löwis | Require minimally PyXML 0.8.4. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Martin v. Löwis | Synchronize with PyXML 1.79: |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Fredrik Lundh | Replace dynamic try/except with "if 0", to keep py2exe... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Anthony Baxter | Patch 983206: distutils obeys LDSHARED env var. Removed... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Anthony Baxter | Patch 977343, Solaris likes sys/loadavg.h. Added suppor... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Anthony Baxter | 969574 |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Anthony Baxter | Patch #975056 - fixes for restartable signals on *BSD... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Jim Fulton | Fixed a small bug. doctest didn't handle unicode docstr... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Anthony Baxter | oops. how did _that_ happen? |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Anthony Baxter | Backing out the basic dependency checking (from pycon... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Fredrik Lundh | Don't spend quite as much time looking for leaks on... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Fredrik Lundh | normalize case when comparing directory names (problem... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Fredrik Lundh | removed info@pythonware.com reference |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Martin v. Löwis | Add a comment explaining -kb. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Tim Peters | New helper remove_stderr_debug_decorations(). This... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Tim Peters | Kill several problems at once: test_poll() failed... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Tim Peters | test_stdout_none(): Don't print "banana" to the screen... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Tim Peters | Windows test_creationflags() test: print msg to stderr... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Tim Peters | Folded long lines. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Tim Peters | XXX about extreme expense of test_no_leaking() on Windo... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Tim Peters | Experience with Zope2's tests showed it's a Bad Idea... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Tim Peters | Wrap long lines. |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Tim Peters | Supply the _subprocess module under 7.1. I'm not sure... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Tim Peters | Before this turns into an unreadable mess, follow PEP... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Johannes Gijsbers | Improvements when running pdb as a script. |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Andrew M. Kuchling | Finish off PEP 324 section; fix Peter's last name |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Andrew M. Kuchling | Start section for PEP 324 |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Andrew M. Kuchling | Fix PEP number |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Fredrik Lundh | Added Peter Astrand's subprocess module. |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Raymond Hettinger | Don't use mutable values for method defaults. |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Andrew M. Kuchling | Add two items |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Johannes Gijsbers | Document that on Unix, the 'cmd' argument to the os... |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Michael W.... | This is jiwon's patch to fix: |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Michael W.... | Open source files in universal newlines mode. |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Barry Warsaw | Added note about the new usegmt argument to email.Utils... |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Anthony Baxter | Added a usegmt flag to email.Utils.formatdate - this... |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Tim Peters | SF patch 1044089: New C API function PyEval_ThreadsIni... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Tim Peters | Revert rev 2.35. It was based on erroneous reasoning... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Tim Peters | PyInterpreterState_New(), PyThreadState_New(): use... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Tim Peters | find_key(): This routine wasn't thread-correct, and... |
commit | commitdiff | tree | snapshot |
2004-10-09 |
Tim Peters | PyGILState_Release(): If we need to delete the TLS... |
commit | commitdiff | tree | snapshot |
2004-10-09 |
Barry Warsaw | All known bugs are closed, and Python 2.4b1 is coming... |
commit | commitdiff | tree | snapshot |
2004-10-09 |
Barry Warsaw | Fix SF bug # 1030941. In _parsegen(), in the clause... |
commit | commitdiff | tree | snapshot |
2004-10-09 |
Barry Warsaw | An example message for SF bug # 1030941. |
commit | commitdiff | tree | snapshot |
2004-10-09 |
Barry Warsaw | test_missing_start_boundary(): A test for SF bug #... |
commit | commitdiff | tree | snapshot |
2004-10-09 |
Tim Peters | _PyGILState_Init(), PyGILState_Ensure(): Since PyThrea... |
commit | commitdiff | tree | snapshot |
2004-10-09 |
Tim Peters | Document the results of painful reverse-engineering... |
commit | commitdiff | tree | snapshot |
2004-10-09 |
Barry Warsaw | Fix for SF bug # 1010102. The default is PureProxy... |
commit | commitdiff | tree | snapshot |
2004-10-09 |
Barry Warsaw | __init__(): Coerce the input_charset to unicode (with... |
commit | commitdiff | tree | snapshot |
2004-10-09 |
Tim Peters | Style guide & consistency changes. No semantic changes. |
commit | commitdiff | tree | snapshot |
2004-10-09 |
Tim Peters | Trim trailing whitespace. |
commit | commitdiff | tree | snapshot |
2004-10-09 |
Raymond Hettinger | Simplify delitem() code by calling rotate() directly... |
commit | commitdiff | tree | snapshot |
2004-10-09 |
Johannes Gijsbers | Patch #1042969: add closing brace for \token {generator... |
commit | commitdiff | tree | snapshot |
2004-10-09 |
Raymond Hettinger | SF patch #1043218 |
commit | commitdiff | tree | snapshot |
2004-10-08 |
Andrew M. Kuchling | [Bug #1022311] curses module uses y,x ordering of argum... |
commit | commitdiff | tree | snapshot |
2004-10-08 |
Andrew M. Kuchling | [Bug #1041501] Fix example code |
commit | commitdiff | tree | snapshot |
2004-10-08 |
Andrew M. Kuchling | [Bug #1031897] Fix order of decorator application |
commit | commitdiff | tree | snapshot |
2004-10-08 |
Piers Lauder | Fix bug in _checkquote that raised an exception on... |
commit | commitdiff | tree | snapshot |
2004-10-08 |
Raymond Hettinger | SF patch #1041364: True/False instead of 1/0 in libstdt... |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Johannes Gijsbers | Rewrite rmtree using os.walk to fix bug #1025127: |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Michael W.... | This is Michiel de Hoon's patch, as attached to the... |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Andrew M. Kuchling | Add helpful comment |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Andrew M. Kuchling | Take out Guido's name and put in the PSF |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Andrew M. Kuchling | Update two URLs |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Andrew M. Kuchling | Add -m to man page |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Andrew M. Kuchling | Add item |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Raymond Hettinger | SF patch #1035498: -m option to run a module as a... |
commit | commitdiff | tree | snapshot |
2004-10-07 |
Raymond Hettinger | Finalize the freelist of list objects. |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Brett Cannon | Fix bug introduced by the previous patch by changing... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Raymond Hettinger | Armin's patch to prevent overflows. |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Brett Cannon | Convert a listcomp to a gencomp (was already editing... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Brett Cannon | Locale data that contains regex metacharacters are... |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Andrew M. Kuchling | Add some items |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Tim Peters | The docs claimed a test would pass that actually wouldn... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Brett Cannon | Fix a small typo in the docstring for system_methodSign... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Vinay Sajip | Changes made to maintain 1.5.2 compatibility. |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Vinay Sajip | Version number updated to 0.4.9.5 |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Vinay Sajip | Clarified documentation about exc_info keyword parameter |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Tim Peters | Read the text files to be compared in universal-newline... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Just van Rossum | added plistlib news item |
commit | commitdiff | tree | snapshot |
2004-10-03 |
David Goodger | SF bug #997050: Document, test, & check for non-string... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
David Goodger | SF bug #1017864: ConfigParser now correctly handles... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Michael W.... | typo |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Martin v. Löwis | Print verbose messages to stderr. Fixes #1036752. |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Andrew MacIntyre | remove rotor module |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Andrew MacIntyre | note module removals, update on BitTorrent issue |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Andrew MacIntyre | bring modules up to date, correct .DEF file version |
commit | commitdiff | tree | snapshot |
next |