projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2009-10-09
R. David Murray
Issue #7082: When falling back to the MIME 'name' param...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Benjamin Peterson
fix some coding style
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Kristján Valur...
http://bugs.python.org/issue7029
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Benjamin Peterson
death to old CVS keyword
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Mark Dickinson
Issue #7051: Clarify behaviour of 'g' and 'G'-style...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Mark Dickinson
Update decimal test data to the most recent set from...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Mark Dickinson
Issue #7078: _struct.__doc__ was being ignored. Impor...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Ronald Oussoren
Ensure that _scproxy gets build even when --disable...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Mark Dickinson
Issue #7048: logb should round its result when that...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-06
Amaury Forgeot...
Add Anders Chrigstrom to Misc/ACKS for his work on...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-06
Amaury Forgeot...
#1571184: makeunicodedata.py now generates the function...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Andrew M. Kuchling
Remove two notes
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Andrew M. Kuchling
Backport r73983: Document the thousands separator.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Andrew M. Kuchling
Use standard comma punctuation; reword some sentences...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Andrew M. Kuchling
Reword sentence
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Andrew M. Kuchling
Add various items
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Andrew M. Kuchling
Note side benefit of socket.create_connection()
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Andrew M. Kuchling
Document 'skip' parameter to constructor
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Andrew M. Kuchling
Fix narkup
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Andrew M. Kuchling
Wording fix
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Amaury Forgeot...
Fix compilation warning on Windows, where size_t is...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
R. David Murray
Issue #7058: Added save/restore for argv and os.environ...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Mark Dickinson
Issue #7042: Fix test_signal failure on OS X 10.6...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Benjamin Peterson
test logging
commit
|
commitdiff
|
tree
|
snapshot
2009-10-03
Benjamin Peterson
#7050 fix a SystemError when using tuple unpacking...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-03
Tarek Ziadé
now uses the right exception type
commit
|
commitdiff
|
tree
|
snapshot
2009-10-03
Mark Dickinson
Issue #7028: Add note to hex() builtin docs pointing...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-03
Tarek Ziadé
removing the last remaning apply() calls
commit
|
commitdiff
|
tree
|
snapshot
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
next