2009-10-02 |
Tarek Ziadé | #6516 added owner/group support for tarfiles in Distutils |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Georg Brandl | Add NEWS entry for r75180. |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Georg Brandl | #7031: Add TestCase.assertIsInstance and negated method. |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Georg Brandl | Fix some weird whitespace and two other overlong lines. |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Antoine Pitrou | Sync the 2.x `io` docs with py3k, with a small note... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Senthil Kumaran | That's self.env.unset(k) and not env.unset(k) I was... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Senthil Kumaran | using dict.unset(k) instead of del dict[k]. consistent... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Senthil Kumaran | Fix for issue7026 test_urllib: unsetting missing 'env... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Mark Dickinson | Fix buggy accuracy test |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Gregory P.... | Mention issue6972 in extractall docs about overwriting... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Ronald Oussoren | Fix for issue6957: ensure that the OSX installer |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Philip Jenvey | #5329: fix os.popen* regression from 2.5: don't execute... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Mark Dickinson | Issue #7019: Unmarshalling of bad long data could... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Raymond Hettinger | Issue 7008: Better document str.title and show how... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Antoine Pitrou | Issue #6790: Make it possible again to pass an `array... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Ronald Oussoren | * Update the Mac/README file. Add the list of OSX-speci... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Vinay Sajip | Issue #7014: logging: Improved IronPython 2.6 compatibi... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Philip Jenvey | #6990: clear threading.local's key only after its threa... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Mark Dickinson | Issue #3366: Add gamma function to math module. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
R. David Murray | Applying patches backported from 3.1, by Gregor Lingl. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
R. David Murray | Prevent test_bad_address failure when a domain in the... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Mark Dickinson | Style/consistency/nano-optimization nit: replace occur... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Kristján Valur... | http://bugs.python.org/issue6836 |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Kristján Valur... | http://bugs.python.org/issue6836 |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Kristján Valur... | http://bugs.python.org/issue6836 |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Skip Montanaro | Patch from Thomas Barr so that csv.Sniffer will set... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Michael Foord | Documentation improvement for load_tests protocol in... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Michael Foord | Test creation moved from TestProgram.parseArgs to TestP... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Mark Dickinson | Eliminate unnecessary get_wrapped_(u)long defines in... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Mark Dickinson | Issue #6713: Improve decimal int -> string conversions... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Vinay Sajip | Tidied up name of parameter in StreamHandler |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Ezio Melotti | #7000: document "sep" in capwords. Add a few tests |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Benjamin Peterson | comment out ugly xxx |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Andrew M. Kuchling | #6243: fix segfault when keyname() returns a NULL pointer. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Ezio Melotti | #6994: fix typo in enumerate docstring |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Kristján Valur... | http://bugs.python.org/issue6971 |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Mark Dickinson | Issue #6982: Add generated Lib/lib2to3/*.pickle files... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Ezio Melotti | improved phrasing, markup and example |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Benjamin Peterson | fix typos/rephrase |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Brett Cannon | Fix a minor doc syntax typo. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Ronald Oussoren | Half of the fix for issue 6957: ensure that distutils |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Brett Cannon | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Vinay Sajip | Fixed a typo, and added sections on optimization and... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Ronald Oussoren | The 'Navigation Toolbox' is not available at all for... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Georg Brandl | Fix encoding name. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Brett Cannon | When range checking was added to time.strftime() a... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Antoine Pitrou | Issue #6236, #6348: Fix various failures in the io... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Mark Dickinson | Silence MSVC compiler warnings. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Tarek Ziadé | forgot to commit a file in previous commit (r74994... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Tarek Ziadé | #6954: Fixed crash when using DISTUTILS_DEBUG flag... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Tarek Ziadé | improving distutils coverage |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Tarek Ziadé | improved distutils test coverage: now the DEBUG mode... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Doug Hellmann | Fix markup for external links. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Ronald Oussoren | * Make it easier to build custom installers (such as... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Ronald Oussoren | Fix typo in error message |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Ronald Oussoren | Merge a newer version of libffi_osx, based on the |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Ronald Oussoren | Issue 6877: this patch makes it possible to link the... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Ronald Oussoren | For for issue 6934: failures in postflight script in... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Ronald Oussoren | Followup for r74962 |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Ronald Oussoren | Fix for issue 6851: urllib.urlopen crashes in a thread... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Ezio Melotti | #6881 - fixed wrong return type; improved the formatting |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Georg Brandl | Add Mark Summerfield. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Georg Brandl | Add Doug. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Georg Brandl | Fix references to threading.enumerate(). |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Georg Brandl | #6946: fix duplicate index entries for datetime classes. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Thomas Heller | Remove unused variable and static function to fix compi... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Georg Brandl | Update bug tracker reference. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Georg Brandl | #6944: the argument to PyArg_ParseTuple should be a... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Benjamin Peterson | typo |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Benjamin Peterson | backport keyword argument support for bytearray.decode |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Georg Brandl | #6930: clarify description about byteorder handling... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Georg Brandl | #6925: rewrite docs for locals() and vars() a bit. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Benjamin Peterson | add keyword arguments support to str/unicode encode... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Mark Dickinson | Use skipUnless to skip math module tests on non-IEEE... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Thomas Heller | Issue #4606: Passing 'None' if ctypes argtype is set... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Thomas Heller | Issue #5042: Structure sub-subclass does now initialize... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Mark Dickinson | Add Gawain Bolton to Misc/ACKS for his work on base... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Georg Brandl | Optimize optimization and fix method name in docstring. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Georg Brandl | Use str.format() to fix beginner's mistake with %-style... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Georg Brandl | #6938: "ident" is always a string, so use a format... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Georg Brandl | #6905: use better exception messages in inspect when... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Georg Brandl | #6936: for interactive use, quit() is just fine. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Benjamin Peterson | use macros |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Georg Brandl | Make the optparse doc style a bit more standard: use... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Georg Brandl | Remove duplicate doc of enable/disable_interspersed_args. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Georg Brandl | #6932: remove paragraph that advises relying on __del__... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Georg Brandl | #6844 followup: the warning when setting Exception... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Georg Brandl | Issue #6922: Fix an infinite loop when trying to decode... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Georg Brandl | String values should be shown with quotes, to avoid... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Georg Brandl | #6912: add "with" block support to pindent. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Benjamin Peterson | rationalize a bit |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Brett Cannon | Note in the intro to Extending... that ctypes can be... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Benjamin Peterson | pep 8 defaults |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Benjamin Peterson | kill bare except |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Mark Dickinson | Issue #6713: Improve performance of str(n) and repr... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Thomas Wouters | Add news entry for r74841. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Georg Brandl | #6844: do not emit DeprecationWarnings on access if... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Mark Dickinson | Remove outdated include; this include was breaking... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Thomas Wouters | Fix issue #1590864, multiple threads and fork() can... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Georg Brandl | Make the pdb displayhook compatible with the standard... |
commit | commitdiff | tree | snapshot |
next |