projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
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
2009-09-16
Georg Brandl
Remove some more boilerplate from the actual tests...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Georg Brandl
Rewrap long lines.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Ezio Melotti
#6879 - fix misstatement about exceptions
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Georg Brandl
#6892: fix optparse example involving help option.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Georg Brandl
Remove strange trailing commas.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Georg Brandl
#5621: refactor description of how class/instance attri...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Georg Brandl
#6891: comment out dead link to Unicode article.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Georg Brandl
#6876: fix base class constructor invocation in example.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Georg Brandl
#6880: add reference to classes section in exceptions...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Georg Brandl
Make deprecation notices as visible as warnings are...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Ronald Oussoren
Update distutils.util tests after my changes
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Georg Brandl
Add Armin Ronacher.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Ronald Oussoren
Finish support for --with-universal-archs=intel
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Ezio Melotti
#6917 - typo in method name
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Ronald Oussoren
MacOSX: detect the architectures supported by
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Benjamin Peterson
Py_SetPythonHome uses static storage #6913
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Georg Brandl
#6908: fix association of hashlib hash attributes.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Georg Brandl
#6574: list the future features in a table.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Ezio Melotti
#6904 - fix broken link
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
Michael Foord
Remove an extraneous space in unittest documentation.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
Michael Foord
Test discovery in unittest will only attempt to import...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
Georg Brandl
Typo fix.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
Michael Foord
unittest.TestLoader.loadTestsFromName honors the loader...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
Michael Foord
Tutorial tweaks. Issue 6849.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
Michael Foord
Note that sys._getframe is not guaranteed to exist...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
Michael Foord
Objects that compare equal automatically pass or fail...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
Michael Foord
Change to tutorial wording for reading text / binary...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
Matthias Klose
Issue #6635: Fix profiler printing usage message.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
Mark Dickinson
Fix potential signed-overflow bug in _PyLong_Format...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
Benjamin Peterson
update urls
commit
|
commitdiff
|
tree
|
snapshot
2009-09-12
Ezio Melotti
#6026 - fix tests that failed without zlib
commit
|
commitdiff
|
tree
|
snapshot
2009-09-12
Lars Gustäbel
Issue #6856: Add a filter keyword argument to TarFile...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
Georg Brandl
Move function back to its section.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-09
Georg Brandl
Properly document copy and deepcopy as functions.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-09
Benjamin Peterson
revert unintended changes
commit
|
commitdiff
|
tree
|
snapshot
2009-09-09
Benjamin Peterson
tabbify
commit
|
commitdiff
|
tree
|
snapshot
next