2008-07-16 |
Georg Brandl | #3345: fix docstring. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Georg Brandl | #3305: self->stream can be NULL. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Georg Brandl | #1608818: errno can get set by every call to readdir(). |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Georg Brandl | #3045: fix pydoc behavior for TEMP path with spaces. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Benjamin Peterson | fix framework install on Mac 10.4 |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Jesse Noller | Apply patch for 874900: threading module can deadlock... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Benjamin Peterson | Merged revisions 65025 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Eric Smith | Renamed a parameter in calc_number_widths, for consiste... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Benjamin Peterson | lib2to3 isn't broken anymore, so we can run the test |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Benjamin Peterson | Merged revisions 64863,64868,64870,64942,65001-65002... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Jesse Noller | Apply Amaury's patch to multiprocessing for issue 3125... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Jesse Noller | Apply patch for issue 3090: ARCHFLAGS parsing incorrect |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Mark Dickinson | Issue #3360: Fix incorrect parsing of "020000000000.0". |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Martin v. Löwis | Add Antoine. |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Benjamin Peterson | disable lib2to3 in the trunk. It's broken just for 2.6 |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Eric Smith | Complete issue 3083: add alternate (#) formatting to... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Georg Brandl | Keep sorted. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Georg Brandl | Move label to correct heading. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Mark Dickinson | Fix float.from_hex tests. It appears that Linux/ia64... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Thomas Heller | Fix test on 64-bit platforms. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Thomas Heller | Add Victor Stinner, he provided the patch for issue... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Thomas Heller | Issue #3313: Contrary to the man page, a failed dlopen... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Mark Dickinson | Issue #3008: add instance method float.hex and class... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Jesse Noller | Revert 3270 patch: self._address is in pretty widesprea... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Thomas Heller | NEWS entry for #issue 3258. |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Thomas Heller | Issue #3258: Fix an assertion error (in debug build... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Nick Coghlan | Add missing NEWS entry for r64962 |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Nick Coghlan | Issue 2235: __hash__ is once again inherited by default... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Jesse Noller | multiprocessing/connection.py patch to remove fqdn... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Eric Smith | Added '#' formatting to integers. This adds the 0b... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Benjamin Peterson | fix test_py3kwarns |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Robert Schuppenies | Fixed test failure on Win64 machines. |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Gregory P.... | Fix posix.fork1() / os.fork1() to only call PyOS_AfterF... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Andrew M. Kuchling | Expand the multiprocessing section |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Andrew M. Kuchling | Typo fixes |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Alexandre Vassalotti | Issue #3153: sqlite leaks on error. |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Andrew M. Kuchling | Add various items; move ctypes items into a subsection... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Andrew M. Kuchling | Re-word |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Alexandre Vassalotti | Issue #3274: Use a less common identifier for the tempo... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Martin v. Löwis | Add turtle into the module index. |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Benjamin Peterson | remove sys.version_info check for 3.0 |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Benjamin Peterson | remove bytes alias |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Nick Coghlan | Fix issue 3221 by emitting a RuntimeWarning instead... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Nick Coghlan | Correct a couple of errors in the updated catch_warning... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Nick Coghlan | Make test.test_support.catch_warnings more robust as... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Brett Cannon | dummy_thread.acquire() would return None if no waitflag... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Benjamin Peterson | #1778443 robotparser fixes from Aristotelis Mikropoulos |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Alexandre Vassalotti | Fixed typo. |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Benjamin Peterson | fix various doc typos #3320 |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Matthias Klose | - Fix bashisms in Tools/faqwiz/move-faqwiz.sh |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Josiah Carlson | Fixed test for asyncore. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Josiah Carlson | Fix for the AttributeError in test_asynchat. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Amaury Forgeot... | #3342: In tracebacks, printed source lines were not... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Amaury Forgeot... | #3317 in zipfile module, restore the previous names... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Raymond Hettinger | Add cautionary note on the use of PySequence_Fast_ITEMS. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Brett Cannon | Fix a minor typo in the last entry made. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Brett Cannon | Doc that robotparse has been renamed urllib.robotparser... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Brett Cannon | Doc that urlparse is named urllib.parse in Python 3.0. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Brett Cannon | Document the fact that urllib2 spans multiple modules... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Brett Cannon | Removal an invalid entry as the fixer for urllib is... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Robert Schuppenies | Added garbage collector overhead and optional default... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Raymond Hettinger | Suppress -3 warnings in unittest.py |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Raymond Hettinger | Clear the -3 warnings in optparse.py |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Robert Schuppenies | Added additional __sizeof__ implementations and address... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Andrew M. Kuchling | Wording changes |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Raymond Hettinger | Issue 3285: Fractions from_float() and from_decimal... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Raymond Hettinger | Issue 3301: Bisect functions behaved badly when lo... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Robert Schuppenies | Fixed Issue3122 and extended sys.getsizeof tests for... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Raymond Hettinger | Use operator.index() instead of n.__index__(). |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Raymond Hettinger | Issue 3287: Raise correct exception for float inputs. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Nick Coghlan | Add missing NEWS and ACK entries for r64791 |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Nick Coghlan | Issue 2517: Allow unicode messages in Exceptions again... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Georg Brandl | Add missing ABCs to list. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Facundo Batista | Issue 3306. Better control for a lenght in findmax... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Andrew M. Kuchling | Fix example to match text |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Skip Montanaro | Correct grammar. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Gregory P.... | - Issue #3094: httplib.HTTPSConnection Host: headers... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Gregory P.... | Add commented out #_sha256 and #_sha512 lines per issue... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Josiah Carlson | Fixed bugs 760475, 953599, and 1519. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Gregory P.... | - Issue #3309: Fix bz2.BZFile itererator to release... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Amaury Forgeot... | Issue839496: SimpleHTTPServer should open all files... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Andrew M. Kuchling | Add two items; rewrap paragraph |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Andrew M. Kuchling | Wording fix |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Georg Brandl | Fix opensearch template. |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Gregory P.... | fix issue3304 - remove an incorrect PyMem_Free in filei... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Benjamin Peterson | remove test_compact_freelists from test_sys |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Gregory P.... | - Issue #2113: Fix error in subprocess.Popen if the... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Gregory P.... | - Issue #2862: Make int and float freelist management... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Facundo Batista | Issue #3239. Differentiate the ascii call from the... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Facundo Batista | Issue 3289. Removed two lines that ended doing nothing. |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Georg Brandl | Keep below 80 chars. |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Benjamin Peterson | make regrtest aware of the lib2to3 resource |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Martin v. Löwis | Disable lib2to3 by default, unless run explicitly. |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Martin v. Löwis | Merged revisions 64285-64735 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Mark Dickinson | Minor rewrite of cmath_log to work around a Sun compile... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Mark Dickinson | Issue 3188: accept float('infinity') as well as float... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Georg Brandl | #2663: support an *ignore* argument to shutil.copytree... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Georg Brandl | Fix tabs. |
commit | commitdiff | tree | snapshot |
next |