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 |
2005-07-26 |
Trent Mick | Upgrade Windows build to zlib 1.2.3 (a security fix) |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Georg Brandl | That was one too much. |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Georg Brandl | Fix all wrong instances of "it's". |
commit | commitdiff | tree | snapshot |
2005-07-22 |
Georg Brandl | [ 1243081 ] repair typos |
commit | commitdiff | tree | snapshot |
2005-07-20 |
Walter Dörwald | Make attributes and local variables in the StreamReader... |
commit | commitdiff | tree | snapshot |
2005-07-20 |
Fred Drake | add information about alternate implementations, noting... |
commit | commitdiff | tree | snapshot |
2005-07-20 |
Fred Drake | fix markup nits |
commit | commitdiff | tree | snapshot |
2005-07-19 |
Georg Brandl | Fix cleanup DECREF logic in builtin_filter function. |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Georg Brandl | added news entry for previous checkin |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Georg Brandl | [ 755617 ] os module: Need a better description of... |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Georg Brandl | bug [ 850238 ] unclear documentation/missing command? |
commit | commitdiff | tree | snapshot |
2005-07-18 |
Georg Brandl | bug [ 957505 ] SocketServer module documentation misleading |
commit | commitdiff | tree | snapshot |
2005-07-17 |
Tim Peters | SF bug #1238681: freed pointer is used in longobject... |
commit | commitdiff | tree | snapshot |
2005-07-17 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2005-07-17 |
Georg Brandl | bug [ 1021621 ] use first_name, not first, in code... |
commit | commitdiff | tree | snapshot |
2005-07-17 |
Georg Brandl | bug [ 872769 ] os.access() documentation should stress... |
commit | commitdiff | tree | snapshot |
2005-07-17 |
Georg Brandl | [ 912943 ] 7.5.6 Thread Objects is too vague |
commit | commitdiff | tree | snapshot |
2005-07-17 |
Georg Brandl | - Bug #1015140: disambiguated the term "article id... |
commit | commitdiff | tree | snapshot |
2005-07-17 |
Georg Brandl | bug [ 1061920 ] "k" specifier in PyArg_ParseTuple incom... |
commit | commitdiff | tree | snapshot |
2005-07-17 |
Skip Montanaro | use macro |
commit | commitdiff | tree | snapshot |
2005-07-17 |
Skip Montanaro | Note that usegmt is new in 2.4. Closes #1239681. |
commit | commitdiff | tree | snapshot |
2005-07-17 |
Hye-Shik Chang | Add support for FreeBSD 7. |
commit | commitdiff | tree | snapshot |
2005-07-17 |
Jack Jansen | Added an option to the scanner to generated marked... |
commit | commitdiff | tree | snapshot |
2005-07-15 |
Georg Brandl | bug [ 1238170 ] threading.Thread uses {} as default... |
commit | commitdiff | tree | snapshot |
2005-07-15 |
Raymond Hettinger | textwrap now processes text chucks at O(n) speed instea... |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Raymond Hettinger | Brett requests that Flovis's permissions be dropped. |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Georg Brandl | RFE [ 1216944 ] Add Error Code Dictionary to urllib2 |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Walter Dörwald | Apply SF patch #1101726: Fix buffer overrun in tokenize... |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Jack Jansen | Fix for #1236090: FSSpec.as_pathname() crashes. |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Georg Brandl | Oops. |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Georg Brandl | bug [ 1232768 ] Mistakes in online docs under "5.3... |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Michael W.... | Fix: |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Georg Brandl | bug [ 1235266 ] debug info file descriptor of tarfile... |
commit | commitdiff | tree | snapshot |
2005-07-10 |
Tim Peters | SF bug 1185883: PyObject_Realloc can't safely take... |
commit | commitdiff | tree | snapshot |
2005-07-10 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2005-07-09 |
Georg Brandl | bug 1234979 addition |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Georg Brandl | bug [ 1234979 ] Lock.acquire treats only 1 as True |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Georg Brandl | bug [ 969757 ] function and method objects confounded... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Jack Jansen | Handle argref so it can be overridden more easily in... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Raymond Hettinger | Note Floris's last name. |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Raymond Hettinger | Add permissions for the Summer of Code project. |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Phillip J. Eby | Fix "upload" command garbling and truncating files... |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Martin v. Löwis | Link to #1233049 for building against openssl 0.9.8. |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Michael W.... | Fix bug |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Jack Jansen | Allow for (optional) const declaration. |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Raymond Hettinger | Add test for hash commutativity. |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Piers Lauder | fixed tag generation to avoid null tags |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Georg Brandl | bug #1177468: don't cache /dev/urandom file descriptor... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Georg Brandl | Revert patch for 1162912. |
commit | commitdiff | tree | snapshot |
2005-07-03 |
Jack Jansen | Updated (and regenerated) for name change in tp_init... |
commit | commitdiff | tree | snapshot |
2005-07-03 |
Jack Jansen | Factored out the code that creates argument lists and... |
commit | commitdiff | tree | snapshot |
2005-07-03 |
Jack Jansen | Sigh, changed the argument names in the tp_init functio... |
commit | commitdiff | tree | snapshot |
2005-07-03 |
Georg Brandl | bug [ 1162912 ] typesseq-mutable lacks note on combined... |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Georg Brandl | Add doctest for examples in libweakref.tex to test_weakref. |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Georg Brandl | patch [ 1231538 ] Typo fix in compiler/transformer... |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Georg Brandl | bug [ 1228904 ] weakref example broken |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Georg Brandl | Patch [ 1230615 ] Patch for (Doc) #1168746 |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Raymond Hettinger | Cross reference the set built-ins with the sets module. |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Raymond Hettinger | Provide a comparison to the builtin set types. |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Raymond Hettinger | Teach texcheck about \textbar |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Jack Jansen | Added methods mkvaluePreCheck and getargsPreCheck,... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Raymond Hettinger | More info on rounding modes. Add sections for floating... |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Jack Jansen | More factorization: added a method getrvforcallit(... |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Michael W.... | Apparently some compiler gives a warning on |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Raymond Hettinger | SF bug #1224347: int/long unification and hex() |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Jack Jansen | Added optional suppport for storage modifiers (virtual... |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Jack Jansen | More factorization to help C++ support. |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Raymond Hettinger | Note that files are iterable. |
commit | commitdiff | tree | snapshot |
next |