2005-08-24 |
Martin v. Löwis | Forward UnicodeDecodeError into SyntaxError for source... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Martin v. Löwis | Return complete lines from codec stream readers |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Georg Brandl | bug [ 1192315 ] 'clear -1' in pdb |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Georg Brandl | bug [ 1190204 ] 3.29 site is confusing re site-packages... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Georg Brandl | bug [ 1193849 ] os.path.expanduser documentation wrt... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Georg Brandl | bug [ 728515 ] mmap's resize method resizes the file... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Raymond Hettinger | SF bug #1100368: Wrong "type()" syntax in docs |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Martin v. Löwis | Revert previous checkin. |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Martin v. Löwis | Patch #1262036: Make tarfile name absolute. Fixes ... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Raymond Hettinger | Update the PC configuration and project files for sha25... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Raymond Hettinger | * Add a fast equality check path for frozensets where... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Gregory P.... | Remove the C99 "ULL" suffix from the 64bit unsigned... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Gregory P.... | Add a check for the OpenSSL version number to condition... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Raymond Hettinger | More tutorial nits. |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Raymond Hettinger | SF bug #1168135: Python 2.5a0 Tutorial errors and... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Raymond Hettinger | SF bug #1168135: Python 2.5a0 Tutorial errors and... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Andrew M. Kuchling | In an e-mail to the webmaster alias, some suggested... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Fred Drake | ord() documentation update; this is what remains applic... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Fred Drake | add note about "markupbase" not being intended for... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Kurt B. Kaiser | Revert previous code elimination, 'filename' is needed. |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Kurt B. Kaiser | 1. Mac line endings were incorrect when pasting code... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Andrew M. Kuchling | Typo fixes |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Andrew M. Kuchling | Note various items; write some shorter sections |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Georg Brandl | bug [ 1266296 ] Mistakes in decimal.Context.subtract... |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Gregory P.... | whoops, missed adding this last night in my hashlib... |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Georg Brandl | Bug #1266283: lexists() is not exported from os.path |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Gregory P.... | [ sf.net patch # 1121611 ] |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Georg Brandl | Fix BZ2File.(x)readlines() for files without a newline. |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Raymond Hettinger | SF bug #1168135: Python 2.5a0 Tutorial errors and... |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Georg Brandl | Empty sets and frozensets are also false. |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Raymond Hettinger | SF bug #1121416: zip incorrectly and incompletely... |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Raymond Hettinger | SF bug #1249837: container methods raise KeyError... |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Raymond Hettinger | SF bug #1242657: list(obj) can swallow KeyboardInterrupt |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Georg Brandl | Mention explicitly the False is considered false. |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Raymond Hettinger | Fix PySet_Pop() notes. |
commit | commitdiff | tree | snapshot |
2005-08-20 |
Raymond Hettinger | Add info about the set API. |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Raymond Hettinger | Implement random.sample() using sets instead of dicts. |
commit | commitdiff | tree | snapshot |
2005-08-18 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2005-08-18 |
Raymond Hettinger | Fix markup. |
commit | commitdiff | tree | snapshot |
2005-08-18 |
Walter Dörwald | Fix typo (fixes SF bug #1263086). |
commit | commitdiff | tree | snapshot |
2005-08-17 |
Raymond Hettinger | Add shortcuts for a|a and a&a. |
commit | commitdiff | tree | snapshot |
2005-08-17 |
Raymond Hettinger | Expand the API notes. |
commit | commitdiff | tree | snapshot |
2005-08-17 |
Raymond Hettinger | Note that the PyNumber protocol can access most set... |
commit | commitdiff | tree | snapshot |
2005-08-17 |
Raymond Hettinger | Fix nits. |
commit | commitdiff | tree | snapshot |
2005-08-17 |
Raymond Hettinger | Results of a line-by-line comparison back to dictobject.c. |
commit | commitdiff | tree | snapshot |
2005-08-16 |
Raymond Hettinger | Numerous fix-ups to C API and docs. Added tests for... |
commit | commitdiff | tree | snapshot |
2005-08-16 |
Raymond Hettinger | DECREF --> XDECREF |
commit | commitdiff | tree | snapshot |
2005-08-16 |
Raymond Hettinger | Add a C API for sets and frozensets. |
commit | commitdiff | tree | snapshot |
2005-08-15 |
Barry Warsaw | Port from the Python 2.4 branch, patches for SF bug... |
commit | commitdiff | tree | snapshot |
2005-08-14 |
Martin v. Löwis | Correct definition of ST_GEN_IDX. |
commit | commitdiff | tree | snapshot |
2005-08-13 |
Raymond Hettinger | More function re-ordering (placing like functions toget... |
commit | commitdiff | tree | snapshot |
2005-08-13 |
Raymond Hettinger | * Bring lookkey() and lookkey_string() closer to dict... |
commit | commitdiff | tree | snapshot |
2005-08-13 |
Phillip J. Eby | Fix a too-aggressive assert (see SF#1257960). Previous... |
commit | commitdiff | tree | snapshot |
2005-08-13 |
Raymond Hettinger | Teach the sets module to correctly compute s-=s and... |
commit | commitdiff | tree | snapshot |
2005-08-13 |
Neil Schemenauer | Fix pystack command. |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Raymond Hettinger | * Fix SF #1257731. Make __contains__(), remove(),... |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Raymond Hettinger | * Fix SF #1257731. Make __contains__(), remove(),... |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Neil Schemenauer | Change the %s format specifier for str objects so that... |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Andrew M. Kuchling | Document 'istext' parameter |
commit | commitdiff | tree | snapshot |
2005-08-11 |
Raymond Hettinger | * Add short-circuit code for in-place operations with... |
commit | commitdiff | tree | snapshot |
2005-08-09 |
Fred Drake | fix minor markup errors |
commit | commitdiff | tree | snapshot |
2005-08-09 |
Martin v. Löwis | Patch #1180695: Implement nanosecond stat resolution... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
Martin v. Löwis | Patch #1239112: Correct LINKCC C++ test. Fixes #1189330. |
commit | commitdiff | tree | snapshot |
2005-08-07 |
Martin v. Löwis | Patch #827386: Support absolute source paths in msvccom... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
Raymond Hettinger | * Bring in INIT_NONZERO_SET_SLOTS macro from dictionary... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
Tim Peters | Whitespace normalization (ran reindent.py over the... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
Tim Peters | Removed XXX block about a test_bsddb3 failure that... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
Tim Peters | Update some Python version numbers. |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Raymond Hettinger | * Removed checked_error flag which no longer provides... |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Raymond Hettinger | * set_new() doesn't need to zero the structure a second... |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Raymond Hettinger | Factor away a redundant clear() function. |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Georg Brandl | bug [ 1252706 ] poplib list() docstring fix (and docs... |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Raymond Hettinger | * Improve a variable name: entry0 --> table. |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Raymond Hettinger | * Move copyright notice to top and indicate derivation... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Tim Peters | com_yield_expr(): Squash new compiler wng about unrefe... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Walter Dörwald | Disable a few other tests, that can't work if Python... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Georg Brandl | patch [ 1105730 ] Faster commonprefix in macpath, ntpat... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Georg Brandl | bug [ 1250306 ] incorrect description of range function |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andrew M. Kuchling | Add example |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Andrew M. Kuchling | Add note |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Georg Brandl | [ 1243192 ] Incorrect documentation of re.UNICODE |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Raymond Hettinger | Model set.pop() after dict.popitem(). |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Skip Montanaro | Minor tweak as a side effect of fixing #1243553. The... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Skip Montanaro | Bring cgi.escape docstring slightly more in line with... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Phillip J. Eby | PEP 342 implementation. Per Guido's comments, the... |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Raymond Hettinger | * Improve code for the empty frozenset singleton: |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Hye-Shik Chang | Fix build on gcc: PySetIter_Type should be static in... |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Raymond Hettinger | Improve variable names. |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Raymond Hettinger | Fix frozenset() ref count and a comment typo. |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Raymond Hettinger | Comment on the set_swap_bodies() helper function. |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Raymond Hettinger | Revised the set() and frozenset() implementaion to... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Fred Drake | use a test for PDF support that is more portable across... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Fred Drake | add support for svn: and svn+ssh: URL schemes to urlparse |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Vinay Sajip | Documentation added about changes in 2.4 to basicConfig... |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Walter Dörwald | Disable encoding/decoding test, if unicode is disabled. |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Hye-Shik Chang | Fix a typo. (found by Jong-uk Kim) |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Michael W.... | This is barry-scott's patch: |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Raymond Hettinger | Update permissions for Johannes Gijsbers. |
commit | commitdiff | tree | snapshot |
2005-07-27 |
Guido van Rossum | Ouch, move that comment to the right place. |
commit | commitdiff | tree | snapshot |
2005-07-26 |
Guido van Rossum | Fix a problem in Tkinter introduced by SF patch #869468... |
commit | commitdiff | tree | snapshot |
next |