| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | oops. how did _that_ happen? | Anthony Baxter | 2004-10-13 | 1 | -0/+1 |
|
|
* | Backing out the basic dependency checking (from pycon sprint). | Anthony Baxter | 2004-10-13 | 5 | -145/+3 |
|
|
* | Don't spend quite as much time looking for leaks on Windows, where | Fredrik Lundh | 2004-10-13 | 1 | -2/+4 |
|
|
* | normalize case when comparing directory names (problem reported by | Fredrik Lundh | 2004-10-13 | 1 | -1/+2 |
|
|
* | removed info@pythonware.com reference | Fredrik Lundh | 2004-10-13 | 1 | -2/+1 |
|
|
* | Add a comment explaining -kb. | Martin v. Löwis | 2004-10-13 | 1 | -0/+1 |
|
|
* | New helper remove_stderr_debug_decorations(). This test passes in a | Tim Peters | 2004-10-13 | 1 | -7/+24 |
|
|
* | Kill several problems at once: test_poll() failed sometimes for me. | Tim Peters | 2004-10-13 | 2 | -8/+11 |
|
|
* | test_stdout_none(): Don't print "banana" to the screen in the middle | Tim Peters | 2004-10-13 | 1 | -2/+5 |
|
|
* | Windows test_creationflags() test: print msg to stderr informing the | Tim Peters | 2004-10-13 | 1 | -1/+2 |
|
|
* | Folded long lines. | Tim Peters | 2004-10-13 | 1 | -23/+42 |
|
|
* | XXX about extreme expense of test_no_leaking() on Windows. I'm not sure | Tim Peters | 2004-10-13 | 1 | -0/+1 |
|
|
* | Experience with Zope2's tests showed it's a Bad Idea to make unittest | Tim Peters | 2004-10-12 | 1 | -45/+35 |
|
|
* | Wrap long lines. | Tim Peters | 2004-10-12 | 1 | -43/+67 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-10-12 | 4 | -47/+43 |
|
|
* | Supply the _subprocess module under 7.1. I'm not sure what the status | Tim Peters | 2004-10-12 | 2 | -0/+6 |
|
|
* | Before this turns into an unreadable mess, follow PEP 7 by using | Tim Peters | 2004-10-12 | 1 | -315/+340 |
|
|
* | Improvements when running pdb as a script. | Johannes Gijsbers | 2004-10-12 | 1 | -16/+81 |
|
|
* | Typo fix | Andrew M. Kuchling | 2004-10-12 | 1 | -1/+1 |
|
|
* | Finish off PEP 324 section; fix Peter's last name | Andrew M. Kuchling | 2004-10-12 | 1 | -3/+69 |
|
|
* | Start section for PEP 324 | Andrew M. Kuchling | 2004-10-12 | 1 | -0/+22 |
|
|
* | Fix PEP number | Andrew M. Kuchling | 2004-10-12 | 1 | -1/+1 |
|
|
* | Added Peter Astrand's subprocess module. | Fredrik Lundh | 2004-10-12 | 5 | -0/+2170 |
|
|
* | Don't use mutable values for method defaults. | Raymond Hettinger | 2004-10-12 | 1 | -2/+6 |
|
|
* | Add two items | Andrew M. Kuchling | 2004-10-11 | 1 | -0/+14 |
|
|
* | Document that on Unix, the 'cmd' argument to the os.popen2/3/4 and | Johannes Gijsbers | 2004-10-11 | 4 | -27/+75 |
|
|
* | This is jiwon's patch to fix: | Michael W. Hudson | 2004-10-11 | 1 | -1/+6 |
|
|
* | Open source files in universal newlines mode. | Michael W. Hudson | 2004-10-11 | 1 | -1/+1 |
|
|
* | Added note about the new usegmt argument to email.Utils.formatdate(). | Barry Warsaw | 2004-10-11 | 1 | -0/+1 |
|
|
* | Added a usegmt flag to email.Utils.formatdate - this allows it to be | Anthony Baxter | 2004-10-11 | 5 | -7/+28 |
|
|
* | SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick | Tim Peters | 2004-10-11 | 7 | -10/+24 |
|
|
* | Revert rev 2.35. It was based on erroneous reasoning -- the current | Tim Peters | 2004-10-10 | 1 | -15/+8 |
|
|
* | PyInterpreterState_New(), PyThreadState_New(): use malloc/free directly. | Tim Peters | 2004-10-10 | 2 | -4/+26 |
|
|
* | find_key(): This routine wasn't thread-correct, and accounts for the | Tim Peters | 2004-10-10 | 2 | -5/+22 |
|
|
* | PyGILState_Release(): If we need to delete the TLS entry for this thread, | Tim Peters | 2004-10-09 | 1 | -8/+15 |
|
|
* | All known bugs are closed, and Python 2.4b1 is coming out soon, so bump | Barry Warsaw | 2004-10-09 | 1 | -1/+1 |
|
|
* | Fix SF bug # 1030941. In _parsegen(), in the clause where we're | Barry Warsaw | 2004-10-09 | 1 | -3/+7 |
|
|
* | An example message for SF bug # 1030941. | Barry Warsaw | 2004-10-09 | 1 | -0/+20 |
|
|
* | test_missing_start_boundary(): A test for SF bug # 1030941. | Barry Warsaw | 2004-10-09 | 1 | -0/+15 |
|
|
* | _PyGILState_Init(), PyGILState_Ensure(): Since PyThread_set_key_value() | Tim Peters | 2004-10-09 | 1 | -2/+5 |
|
|
* | Document the results of painful reverse-engineering of the "portable TLS" | Tim Peters | 2004-10-09 | 1 | -6/+84 |
|
|
* | Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy. | Barry Warsaw | 2004-10-09 | 1 | -1/+1 |
|
|
* | __init__(): Coerce the input_charset to unicode (with ascii encoding) before | Barry Warsaw | 2004-10-09 | 1 | -2/+3 |
|
|
* | Style guide & consistency changes. No semantic changes. | Tim Peters | 2004-10-09 | 2 | -29/+41 |
|
|
* | Trim trailing whitespace. | Tim Peters | 2004-10-09 | 1 | -8/+8 |
|
|
* | Simplify delitem() code by calling rotate() directly instead of using | Raymond Hettinger | 2004-10-09 | 1 | -35/+23 |
|
|
* | Patch #1042969: add closing brace for \token {generator_expression}. Thanks | Johannes Gijsbers | 2004-10-09 | 1 | -1/+1 |
|
|
* | SF patch #1043218 | Raymond Hettinger | 2004-10-09 | 1 | -52/+39 |
|
|
* | [Bug #1022311] curses module uses y,x ordering of arguments, not x,y | Andrew M. Kuchling | 2004-10-08 | 1 | -5/+5 |
|
|
* | [Bug #1041501] Fix example code | Andrew M. Kuchling | 2004-10-08 | 1 | -1/+1 |
|
|