2003-05-23 |
Greg Ward | Lots of wordsmithing and typographical improvement. |
commit | commitdiff | tree | snapshot |
2003-05-23 |
Greg Ward | Release the GIL around read(), write(), and select... |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Neal Norwitz | SF bug #644345, Poor error message for augmented assign |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Walter Dörwald | Port test_mimetools.py to PyUnit and add various tests. |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Walter Dörwald | sound_playsound() doesn't have to be visible externally, |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Raymond Hettinger | Fixed dotted name assertion. |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Jeremy Hylton | Use macro to get length of list. |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Jeremy Hylton | Remove comment with very long lines that explained... |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Tim Peters | Record 2.2.3c1 Windows build number. |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Fred Drake | Correct dependency information -- the Python docs load... |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Barry Warsaw | Add historical note for Python 2.2.3 |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Fred Drake | Minor elaboration in the information about reporting... |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Fred Drake | update version history |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Andrew M. Kuchling | [Bug #741171] pdb crashes when enabling a non-existing... |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Neal Norwitz | Walter's last checkin also needs to work on doubles. |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Walter Dörwald | test_byteswap() fails on alphas, because treating the... |
commit | commitdiff | tree | snapshot |
2003-05-21 |
Jeremy Hylton | Add documentation for __future__ |
commit | commitdiff | tree | snapshot |
2003-05-21 |
Jeremy Hylton | Move future statement here from appendix a. |
commit | commitdiff | tree | snapshot |
2003-05-21 |
Tim Peters | PyType_Ready(): Complain if the type is a base type... |
commit | commitdiff | tree | snapshot |
2003-05-21 |
Jeremy Hylton | Fix for SF [ 734869 ] Lambda functions in list comprehe... |
commit | commitdiff | tree | snapshot |
2003-05-21 |
Raymond Hettinger | SF bug #604716: faster [None]*n or []*n |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Andrew M. Kuchling | Don't mention __slots__ as a technique for error avoidance |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Barry Warsaw | Added a test for the fix of SF bug #658233, where conti... |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Barry Warsaw | GNUTranslations._parse(): Fix SF bug #658233, where... |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Fred Drake | Fix markup nits. |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Tim Peters | Straighten out the docs for os.system(); the Unix and... |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Fred Drake | Markup nits. |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Fred Drake | Remove unused line numbers from example code. |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Christian Tismer | Preserved one bit in type objects for Stackless. |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Just van Rossum | 'Progress' doesn't exists, causing 'from EasyDialogs... |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Raymond Hettinger | Fix missing parethesis. |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Raymond Hettinger | SF 740055: optional argument protocol in shelve.open... |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Raymond Hettinger | SF bug 735293: Command line timeit.py sets sys.path... |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Brett Cannon | Add docs for key_file and cert_file arguments for HTTPS... |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Brett Cannon | Fixing the previous patch to have the changes be to... |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Brett Cannon | Fix docstrings for __(get|set|del)slice__ to mention... |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Kurt B. Kaiser | Fix race exposed by 2.4 GHz XP box: Don't tear down... |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Martin v. Löwis | Only return objects if wantobjects is set in GetVar. |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Skip Montanaro | * Correct Sniffer doc to correspond to the implementation. |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Kurt B. Kaiser | Let Python inform the user what went wrong with the... |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Martin v. Löwis | Only encode Unicode objects when printing them raw. |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Martin v. Löwis | Consider \U-escapes in raw-unicode-escape. Fixes #444514. |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Walter Dörwald | Fix array.array.insert(), so that it treats negative... |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Brett Cannon | To be on the safe side, backed out any questionable... |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Tim Peters | Added more words about the abuse of the tp_alloc nitems... |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Kurt B. Kaiser | Whitespace Normalization |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Kurt B. Kaiser | Whitespace Normalization |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Walter Dörwald | Add another error case to the insert test. |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Walter Dörwald | Port test_array and test_winsound to PyUnit. Enhance... |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Kurt B. Kaiser | Show Freddy the mirror |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Raymond Hettinger | User cStringIO instead of StringIO. |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Brett Cannon | Revert some changes back to dict.items made in a previo... |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Tim Peters | datetime.timedelta is now subclassable in Python. ... |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Tony Lownds | Added icon for IDLE on OS X |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Samuele Pedroni | minor fix, jython-only. Don't asssume stdout to save... |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Tim Peters | datetime.datetime and datetime.time can now be subclass... |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Kurt B. Kaiser | Nigel Rowe's Patch |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Kurt B. Kaiser | Noam Raphael's patch. |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Skip Montanaro | simpler temp dir cleanup |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Samuele Pedroni | beefed up version: jython support, covers now fixed... |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Tim Peters | test_subclass_date(): Beefed this up, to check that... |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Raymond Hettinger | Include module name in doctest summary. |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Raymond Hettinger | Use test_support.run_doctest() |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Raymond Hettinger | Provide a clue that the doctests have run. |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Raymond Hettinger | Minor cleanups. |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Tim Peters | Turns out there wasn't a need to define tp_free for... |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Tim Peters | Stopped using the old macro form of _PyObject_Del. |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Marc-André... | Remove usage of re module from encodings package search... |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Tim Peters | test_fileno(): Skip this test on Windows. |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Raymond Hettinger | Missing parenthesis. |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Jim Fulton | Added some missing PyObject* casts in the deallocators. |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Jim Fulton | Added a missing PyObject* cast to the dealloc examples. |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Jim Fulton | Removed the out of date and no-longer-referenced xxobje... |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Jim Fulton | Removed reference to the out-of-date (and not very... |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Martin v. Löwis | Patch #738325: Install optimized idlelib files. |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Raymond Hettinger | * Added file globbing to make it easier to check many... |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Guido van Rossum | More fixes according to SF 549151: |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Guido van Rossum | Add docs for MessageBeep. |
commit | commitdiff | tree | snapshot |
2003-05-16 |
Guido van Rossum | Don't replace an empty line with "pass" when symbol... |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Kurt B. Kaiser | 1. When a module is run from an EditorWindow, if its... |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Kurt B. Kaiser | 1. Add a command line switch to run without the subprocess |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Kurt B. Kaiser | 1. Make the startup more robust by not spawning the... |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Kurt B. Kaiser | 1. Restore the capability to run and debug without... |
commit | commitdiff | tree | snapshot |
2003-05-15 |
Gregory P.... | DB.remove() needs to set the internal DB handle to... |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Marc-André... | Restore Python 1.5.2 compatibility. |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Raymond Hettinger | Forward slash warnings now only occur for potentially... |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Kurt B. Kaiser | On Windows the subprocess was not exiting during a... |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Skip Montanaro | defer re module imports to help improve interpreter... |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Andrew M. Kuchling | [Bug #471893] Replace security material with a warning... |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Fred Drake | document Stats.dump_stats(), new for Python 2.3 |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Fred Drake | - add a dump_stats() method similar to that of the... |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Fred Drake | When an external application we use exits normally... |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Brett Cannon | Fleshed out tests for urllib requiring a network connec... |
commit | commitdiff | tree | snapshot |
2003-05-13 |
Brett Cannon | Call time.tzset (if available) just before calculating... |
commit | commitdiff | tree | snapshot |
2003-05-13 |
Andrew M. Kuchling | Fix use of 'file' as a variable name. |
commit | commitdiff | tree | snapshot |
2003-05-13 |
Guido van Rossum | Add optional 'onerror' argument to os.walk(), to contro... |
commit | commitdiff | tree | snapshot |
2003-05-13 |
Andrew M. Kuchling | Prevent script from allowing '-r12' |
commit | commitdiff | tree | snapshot |
2003-05-13 |
Andrew M. Kuchling | Rename sum5.py to md5sum.py, because sum5.py is more... |
commit | commitdiff | tree | snapshot |
2003-05-13 |
Andrew M. Kuchling | Don't use 'file' as a variable name |
commit | commitdiff | tree | snapshot |
2003-05-13 |
Andrew M. Kuchling | [Bug #724767] Avoid use of 'file' as a variable name |
commit | commitdiff | tree | snapshot |
next |