2002-08-09 |
Steve Purcell | Fix to ensure consistent 'repr' and 'str' results betwe... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Jack Jansen | Depracated some non-carbon modules. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Jack Jansen | This file should have gone long ago. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Tim Peters | Repaired a braino in the description of bad minrun... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Neal Norwitz | SF bug #592645 fix memory leak in socket.getaddrinfo |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Fred Drake | Update the text on the Expat module and library. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Guido van Rossum | Major speedup for new-style class creation. Turns... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Raymond Hettinger | Moved inplace add and multiply methods from UserString... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Raymond Hettinger | Moved special case for tuples from iterobject.c to |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Raymond Hettinger | Revised the test suite for 'contains' to use the test... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Jack Jansen | By popular demand the frameworkinstall target now insta... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Guido van Rossum | Significant speedup in new-style object creation: in... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Jack Jansen | Use hex escape for non-ascii chars, now that the parser... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Guido van Rossum | A modest speedup of object deallocation. call_finalize... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Guido van Rossum | The other half of the patches added to SF patch 555085... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Guido van Rossum | Clean up some docstrings. Some docstrings didn't show... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Guido van Rossum | testSendAll(): loop until all data is read; this was... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Tim Peters | Delete junk attributes left behind by _socketobject... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Jason Tishler | Patch #588561: Cygwin _hotshot patch |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Guido van Rossum | The _socketobject class has no need for a __del__ metho... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Guido van Rossum | OK, one more hack: speed up the case of readline()... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Guido van Rossum | Another refactoring of read() and readline(), this... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Guido van Rossum | Extend __all__ with the exports list of the _ssl module. |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Guido van Rossum | Oops, stupid tabs. Sorry again. |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Guido van Rossum | Another refactoring. Changed 'socket' from being a... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Steve Purcell | Add module-wide "__metaclass__ = type", as requested... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Tim Peters | Added info about highwater heap-memory use for the... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Tim Peters | PyList_Reverse(): This was leaking a reference to... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Guido van Rossum | Major restructuring of _fileobject. Hopefully several... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Guido van Rossum | Replace docstrings on test functions witrh comments... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Tim Peters | Added info about the right way to leave the body of... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Guido van Rossum | Fix a subtle bug in the trashcan code I added yesterday to |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Raymond Hettinger | GvR pointed out that only enclosing function bodies... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Guido van Rossum | Add -E and -tt options to the python invocations, as... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Guido van Rossum | Replace tabs with spaces. (Sorry!) |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Guido van Rossum | Tighten the unbuffered readline test to distinguish... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Guido van Rossum | Simplify heapreplace() -- there's no need for an explic... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Guido van Rossum | Document that heappop() and heapreplace() raise IndexEr... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Raymond Hettinger | Apply character{} markup. |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Martin v. Löwis | Replace abort with Py_FatalError. |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Raymond Hettinger | Described responsibilty of weakly referenced extension... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Raymond Hettinger | Describe nested scopes in the tutorial. Closes SF... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Guido van Rossum | Oops. I accidentally commented out some tests. |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Jack Jansen | Regenerated with OSA class inheritance and fix for... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Jack Jansen | Fixed incorrect logic in determining whether we should... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Raymond Hettinger | Documented os.fsync and os.fdatasync. Closes SF bug... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Guido van Rossum | "Unbuffered" mode of class _fileobject wasn't actually... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Jack Jansen | - If an OSA identifier is a Python reserved word we... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Fred Drake | Clarify that the bool instances are acceptable return... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Martin v. Löwis | Use Py_FatalError instead of abort. |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Jack Jansen | Don't be over-enthusiastic with the ascii() calls:... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Jack Jansen | Donovan Preston's patch #538395, with some mods by me. |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Jack Jansen | Quote the arguments, they may contain strings. |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Fred Drake | Fix up some more markup problems. |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Fred Drake | Change the markup a bit more; the parameter was not... |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Martin v. Löwis | Fix PEP 263 code --without-unicode. Fixes #591943. |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Steve Holden | Fix markup errors. |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Raymond Hettinger | Expanded the unittests for the new width sensitive... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Raymond Hettinger | Document handling of raw-unicode-escapes. Closes SF... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Tim Peters | internal_connect(): Windows. When sock_timeout >... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Jack Jansen | Added a note about the inability to specify a pathname... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Jack Jansen | Changed a sentence that confused some people. |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Neal Norwitz | Make more functions static |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Neal Norwitz | Make readahead functions static |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | Fix SF bug 574207 (chained __slots__ dealloc segfault). |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Fred Drake | Fix the markup so it doesn't break formatting. |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | Add testcase for SF bug 574207 (chained __slots__ deall... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Fred Drake | Added references to the email package. |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Barry Warsaw | Added a test for PyUnicode_Contains() taking into accou... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Barry Warsaw | PyUnicode_Contains(): The memcmp() call didn't take... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Skip Montanaro | get rid of GETNAMEV macro - use GETITEM directly |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | Add a coding cookie, because of the møøse quote. |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | Update the URL for getting zlib, and update the minimal... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | Bump the LOOPS count. 50,000 iterations takes about... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | Add some fine points: METH_KEYWORDS implies METH_VARARG... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | Mark xreadlines deprecated. Don't use f.xreadlines... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | Remove mention of deprecated xreadlines method. |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Barry Warsaw | Describe new "str1 in str2" behavior. |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | Document file.next(). Mark xreadlines obsolete (both... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Barry Warsaw | Committing patch #591250 which provides "str1 in str2... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | Files are now their own iterator. The xreadlines metho... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Steve Holden | Add comment about os.path.walk()'s behavior with symbol... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | Add next and __iter__ to the list of file methods that... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | SF patch 580331 by Oren Tirosh: make file objects their... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Jack Jansen | In the altbininstall target, which is the first subtarg... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Jack Jansen | Patch #567296 by Pim Buurman, slightly modified by... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Jack Jansen | Wrapper around _IBCarbon. |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Andrew M. Kuchling | Mention list.sort() |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Neal Norwitz | SF patch #591305 Documentation err in bytecode defs |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Fred Drake | We only need to check for StopIteration here. |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jack Jansen | Patch by Ronald Oussoren: if there's a .lproj in the... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jack Jansen | In copy() don't try to obtain an FSSpec until we know... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jack Jansen | Be a lot less verbose by default. |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jack Jansen | Better output for errors, and some progress reports. |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jack Jansen | Fixed the last two bgen-based modules to be buildable... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jeremy Hylton | Initial prototype of framer: a tool to build the frame... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jeremy Hylton | Remove function definition from cStringIO.h. |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Fred Drake | Since the errno module is needed by os._execvpe(),... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Guido van Rossum | SF patch 590294: os._execvpe security fix (Zack Weinberg). |
commit | commitdiff | tree | snapshot |
next |