2003-08-15 |
Michael W.... | My last fix left n used unitialized in tha a==b case. |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Tim Peters | complex_new(): This could leak when the argument was... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Neil Schemenauer | Don't introduce map(None, ...) in the tutorial. In... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Walter Dörwald | Fix refcount leak in the UnicodeError constructor: |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Neil Schemenauer | Make filter(bool, ...) as fast as filter(None, ...). |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Walter Dörwald | Fix refcount leak in PyUnicode_EncodeCharmap(). The... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Raymond Hettinger | SF patch #787929: reflect the introduce of boolean... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Michael W.... | Fix reference leak noted in test_types: |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Fred Drake | When piping output into a pager like "less", quiting... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Kurt B. Kaiser | IDLE didn't start correctly when Python was installed... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Fred Drake | fix markup |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Andrew M. Kuchling | [Patch #739124] Add use_default_colors() to curses... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Walter Dörwald | Add a unicode prefix to the characters in the UnicodeEn... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Walter Dörwald | Enhance message for UnicodeEncodeError and UnicodeTrans... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Raymond Hettinger | SF patch#786531 'the the' typo. Contributed by George... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Raymond Hettinger | SF patch#786531 'the the' typo. Contributed by George... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Brett Cannon | Fix bug in test_bad_timezone where test was assuming... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Michael W.... | Add a couple of decrefs to error paths. |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Andrew M. Kuchling | Comment typo fixes |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Michael W.... | mention pymemcompat.h in Misc/README |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Michael W.... | Fix silly typo in comment. |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Skip Montanaro | add a statement identifying StringI and StringO objects. |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Skip Montanaro | reverting to 2.41 version (distinct tp_names) - will... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Skip Montanaro | shit - just change the visible name, not the comments... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Skip Montanaro | typos |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Michael W.... | Fix refcounting and cut & paste error (?) in last checkin. |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Jason Tishler | Unconditionally opening the temp file in text mode... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Jack Jansen | Bug fix for #780461: 'sysu' gestalt selector is meaning... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Brett Cannon | Fix handling of bad locale setup where time.tzname... |
commit | commitdiff | tree | snapshot |
2003-08-09 |
Raymond Hettinger | SF bug #778964: bad seed in python 2.3 random |
commit | commitdiff | tree | snapshot |
2003-08-09 |
Martin v. Löwis | Add HIDDEN. Fixes #777664. |
commit | commitdiff | tree | snapshot |
2003-08-09 |
Martin v. Löwis | Move initialization of sys.std{in,out}.encoding to... |
commit | commitdiff | tree | snapshot |
2003-08-09 |
Martin v. Löwis | Patch #771998: Put braces around variables. Will backpo... |
commit | commitdiff | tree | snapshot |
2003-08-09 |
Raymond Hettinger | SF patch #747364: BaseHTTPServer doesn't need StringIO... |
commit | commitdiff | tree | snapshot |
2003-08-09 |
Raymond Hettinger | SF patch #783807: Clarify PySequence_Setitem ref counting |
commit | commitdiff | tree | snapshot |
2003-08-09 |
Kurt B. Kaiser | IDLEfork Bug 782759 |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Raymond Hettinger | Explain argument unpacking |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Michael W.... | /* XXX From here until type is allocated, "return NULL... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Raymond Hettinger | SF bug #770485: cStringIO does not set closed attr |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Raymond Hettinger | SF bug #775836: change 0,1 to False,True in dict.has_ke... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Raymond Hettinger | Modified itertools.izip() to match the behavior of... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Raymond Hettinger | Re-sync doc tests with the doc updates. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Raymond Hettinger | Improve docs: |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Brett Cannon | Fix docstring in LocaleTime. |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Michael W.... | Repair refcounting on error return from type_set_bases. |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Fred Drake | Fix hyperlinks and one class reference. |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Martin v. Löwis | Release host name memory. Fixes #783312. Will backport... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Mark Hammond | Demonstrate and fix [ 783882 ] os.lstat crashes with... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Walter Dörwald | Remove useless import. |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Walter Dörwald | Check both __div__ and __truediv__ in division tests. |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Raymond Hettinger | Removed deprecated functions |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Raymond Hettinger | Removed deprecated functions |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Raymond Hettinger | SF patch #782810: typo in libfuture.tex |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Raymond Hettinger | SF bug #782369: Massive memory leak in array module |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Anthony Baxter | forgot to commit this - note about the signal module... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Brett Cannon | Mention caching and better thread-safety for Lib/_strpt... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Martin v. Löwis | Patch #781722: Reject AF_INET6 if IPv6 is disabled... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Martin v. Löwis | Support trailing dots in DNS names. Fixes #782510.... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Martin v. Löwis | Correct URL of normalization file. Fixes #781065. Will... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Martin v. Löwis | Patch #781126: Fix markup for add_fallback. Will backpo... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Martin v. Löwis | Make sure eol_convention is an ASCII string. Fixes... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Fred Drake | init_myformat(): None of the "mark" values can be... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Brett Cannon | Re-introduce caching of TimeRE and compiled regexes... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Brett Cannon | Touch-up to docstrings. |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Brett Cannon | Add note about fileno not being usable as a normal... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Fred Drake | better support for well-formed XHTML |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Fred Drake | make the portions of the generated HTML produced by... |
commit | commitdiff | tree | snapshot |
2003-08-04 |
Raymond Hettinger | Clarified that TypeErrors can be raised by any |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Skip Montanaro | protect against test problems with Jython |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Skip Montanaro | added test for bug 782369 |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Skip Montanaro | more extension marshal tests and conversion to unittest... |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Raymond Hettinger | As discussed on python-dev, changed builtin.zip() to... |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Skip Montanaro | To be a good citizen, it should really delete its socke... |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Skip Montanaro | add skeletal "what's new" for 2.4a1 and mention a coupl... |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Skip Montanaro | delete the f1 key binding. py-help-at-point is still... |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Skip Montanaro | make pending-delete/delete-selection mode work with... |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Anthony Baxter | Patch [ 776725 ] add SIGRTMIN, SIGRTMAX to signalmodule.c |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Skip Montanaro | tweak to py-fill-paragraph - problem noted by John... |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Mark Hammond | Complete move of windows builds to 2.4alpha |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Skip Montanaro | Everyone knows what Fred meant, but I thought I'd make... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Fred Drake | Generalize the template for the "What's New" document... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Fred Drake | there's a new "What's New" for Python 2.4 |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Fred Drake | boilerplate to start off "What's New in Python 2.4" |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Fred Drake | Update to the same version info used by the interpreter. |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Fred Drake | Update version number here as well; patchlevel.h is... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Walter Dörwald | Fix typo. |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Andrew M. Kuchling | [Bug #779469] Fix error in example code |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Barry Warsaw | Bump the trunk to 2.4a0 |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Fred Drake | update the documentation contact address |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Fred Drake | - update the documentation contact address |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Barry Warsaw | Get rid of empty sections |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Tim Peters | SF bug 778400: IDLE hangs when selecting "Edit with... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Andrew M. Kuchling | Bump version number; record 2.3 release date |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Fred Drake | Update release information. |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Fred Drake | Bump version information. |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Tim Peters | Updated Windows installer for 2.3 final. |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Tim Peters | Repaired botched release serial number. |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Tim Peters | Repair botched release serial number. |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Tim Peters | Bump Windows build number for 2.3 final. |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Tim Peters | Added section for 2.3 final; moved IDLE news into it... |
commit | commitdiff | tree | snapshot |
next |