2010-01-03 |
Antoine Pitrou | Issue #7471: Improve the performance of GzipFile's... |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Gregory P.... | Fix testSourceAddress to not test the host, it wasn... |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Gregory P.... | remove an obsolete file that should've gone with r77252 |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Georg Brandl | Update doc build step. |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Mark Dickinson | Make use of PyLong_AsLongAndOverflow in math_ldexp. |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Ezio Melotti | :stmt: -> :keyword: |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Ezio Melotti | #7618: fix highlight of code blocks |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Kurt B. Kaiser | r77152 to Doc/Makefile broke doc build due to (at least... |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Gregory P.... | issue3972: HTTPConnection and HTTPSConnection now support a |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Gregory P.... | Adds an optional source_address parameter to socket... |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Andrew M. Kuchling | Add a few items |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Gregory P.... | make setup.py similar to py3k's when reporting on _hash... |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Gregory P.... | Import all implementations of the hash algorithms ... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Georg Brandl | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Gregory P.... | mention the r77252 change |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Gregory P.... | Issue #3745: Undo the requirement for new buffer API... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Gregory P.... | Always compile the all versions of the hashlib algorith... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Antoine Pitrou | Remove silly conditional. |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Antoine Pitrou | Add tests for issue #7458: str.rfind() would crash... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Gregory P.... | Correct documentation for s* z* and w*, the argument... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Antoine Pitrou | Issue #7462: Implement the stringlib fast search algori... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Mark Dickinson | Refactor some longobject internals: PyLong_AsDouble... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Mark Dickinson | Clarify that the rect, phase and polar functions work... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Georg Brandl | Fix casing. |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Martin v. Löwis | Make script work with 2.5. |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Martin v. Löwis | Update Windows build to sqlite 3.6.21. |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Benjamin Peterson | remove use of deprecated os.popen #7619 |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Mark Dickinson | Issue #5080: turn the DeprecationWarning from float... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Benjamin Peterson | allow --with-dbmliborder to specify that no dbm modules... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Benjamin Peterson | fix indentation |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Benjamin Peterson | add note |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Benjamin Peterson | use pkg-config to find the libffi headers when --with... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Georg Brandl | More yearly updates. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Ezio Melotti | more copyright year updates |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Benjamin Peterson | update copyright year |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Brett Cannon | Add some missing command-line options to the main list... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Mark Dickinson | More configure fixes: avoid sh 'integer argument expect... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Mark Dickinson | Add missing quotes. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Benjamin Peterson | add another advancement |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Andrew M. Kuchling | Add various items |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Benjamin Peterson | update expat comment |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Andrew M. Kuchling | Add some items |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Ezio Melotti | #7613: missing ) in flmodule.c |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Ezio Melotti | indentation and further alignment with py3k |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Ezio Melotti | cleanup and refactoring |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Benjamin Peterson | add a --with-system-expat option to build pyexpat again... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Benjamin Peterson | Merged revisions 77158 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Benjamin Peterson | check if the attribute is set before deleting it with... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Georg Brandl | We only support Windows NT derivatives now. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Georg Brandl | #7602: improve "clean" and "checkout" targets now that... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Georg Brandl | #7487: update Pygments version. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Georg Brandl | Use new Pygments version. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Mark Dickinson | Add Marcos Donolo for work on issue 7534 patch. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Mark Dickinson | Issue #7534: Fix handling of nans, infinities, and... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Ezio Melotti | #5511: Added the ability to use ZipFile as a context... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Benjamin Peterson | wrap long line |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Benjamin Peterson | only build the nis module when the headers are found... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Andrew M. Kuchling | Add various items |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Amaury Forgeot... | #7579: Add docstrings to the msvcrt module |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Amaury Forgeot... | #7413: Passing '\0' as the separator to datetime.dateti... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Georg Brandl | #7595: fix typo in argument default constant. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Mark Dickinson | Issue #7575: An overflow test for math.expm1 was faili... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Andrew M. Kuchling | Various additions |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Georg Brandl | Fix wrong markup. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Georg Brandl | Improve markup of ctypes docs. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Georg Brandl | #7569: clarification about c_char_p. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Benjamin Peterson | enable test_main.py |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Benjamin Peterson | Merged revisions 76871-76872,77093-77095,77097-77101... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Benjamin Peterson | document new fix_callable behavior |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Georg Brandl | #7404: remove reference to non-existing example files. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Georg Brandl | #7033: add new API function PyErr_NewExceptionWithDoc... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Georg Brandl | #7381: consistency update, and backport avoiding `... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Georg Brandl | #7586: fix typo. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Georg Brandl | #7577: fix signature of PyBuffer_FillInfo(). |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Mark Dickinson | Use a more idiomatic check in check_truediv. |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Amaury Forgeot... | Fix a typo in comment |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Mark Dickinson | Use ldexp(q, exp) instead of q*2.**exp in true division... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Mark Dickinson | Issue #1811: Improve accuracy and consistency of true... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Senthil Kumaran | Fix for issue5625 - test_urllib2 fails - urlopen error... |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Ezio Melotti | Updated sys.flags table in Doc |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Ezio Melotti | #6108: unicode(exception) and str(exception) should... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Mark Dickinson | Issue #7568: typo in docstring. Thanks Mike Putnam. |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Benjamin Peterson | allow Process name to be unicode #7571 |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Ronald Oussoren | Unittests and news items for the patch in r77026. |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Ronald Oussoren | Fix for issue #7541: python-config --ldflags doesn... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Ronald Oussoren | Issue #6834: replace the implementation for the 'python... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Ronald Oussoren | An update to the script that's used to build the binary... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Ronald Oussoren | On OSX the output of "uname -m" always reflects the... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Ezio Melotti | Added markup and default arg, fixed example |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Senthil Kumaran | Fix for Issue7570: Error in urllib2 example. |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Benjamin Peterson | fix alleged refleak |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Gregory P.... | Fix possible integer overflow in lchown and fchown... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Brett Cannon | Make a word plural. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Tarek Ziadé | added a note about #7556 in Misc/NEWS |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Tarek Ziadé | backported r76993 and r76994 so the trunk behaves the... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Martin v. Löwis | Add NEWS for OpenSSL changes. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Martin v. Löwis | Switch to OpenSSL 0.9.8l. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Martin v. Löwis | Drop 2.4 compatibility. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Mark Dickinson | Issue #7553: test_long_future wasn't testing properly... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Mark Dickinson | Inverse hyperbolic trigonometric functions should call... |
commit | commitdiff | tree | snapshot |
next |