projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
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
2009-09-09
Tarek Ziadé
Issue #6163: Fixed HP-UX runtime library dir options...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Benjamin Peterson
#6865 fix ref counting in initialization of pwd module
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Mark Dickinson
Issue #6857: Fix Decimal formatting to be consistent...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Thomas Heller
Make ctypes compile again with older Python versions.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Ronald Oussoren
This is an update to r74701. How hard can it be to...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-07
Mark Dickinson
#Issue 6795: Fix infinite recursion in long(Decimal...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-07
Mark Dickinson
Issue #6850: Fix bug in Decimal._parse_format_specifier...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-07
Benjamin Peterson
revert r74699 since it loses useful error information
commit
|
commitdiff
|
tree
|
snapshot
2009-09-07
Ronald Oussoren
Fix typo in configure.in
commit
|
commitdiff
|
tree
|
snapshot
2009-09-06
Benjamin Peterson
PyObject_GetIter can set an error for its self just...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-06
Mark Dickinson
Issue #6848: Fix curses module build failure on OS...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-06
Mark Dickinson
Remove redundant assignment
commit
|
commitdiff
|
tree
|
snapshot
2009-09-06
Ronald Oussoren
Fix for issue 4937
commit
|
commitdiff
|
tree
|
snapshot
2009-09-06
Mark Dickinson
Issue #6847: s/bytes/bytearray/ in some bytearray error...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-06
Mark Dickinson
Issue #6846: bytearray.pop was returning ints in the...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-06
Ronald Oussoren
Fix build issues on OSX 10.6 (issue 6802)
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Georg Brandl
#6843: add link from filterwarnings to where the meanin...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Mark Dickinson
Add configure-time checks for gamma and error functions.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Georg Brandl
#6841: remove duplicated word.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Chris Withers
news entry matching r74655
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Chris Withers
Fixes issue #6838: use a list to accumulate the value...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Georg Brandl
#6777: dont discourage usage of Exception.args or promo...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Georg Brandl
#6756: add some info about the "acct" parameter.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Georg Brandl
#5101: add back tests to test_funcattrs that were lost...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Georg Brandl
Issue #5275: In Cookie's Cookie.load(), properly handle...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Georg Brandl
#5047: remove Monterey support from configure.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Georg Brandl
Issue #2666: Handle BROWSER environment variable proper...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-03
Brett Cannon
test_platform fails on OS X Snow Leopard because the...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-03
Armin Rigo
Sorry, sorry! Ignore my previous two commits. I mixed...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-03
Armin Rigo
Does not terminate: consume all memory without respondi...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-03
Armin Rigo
Found the next crasher by thinking about this logic...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-03
Georg Brandl
#6757: complete the list of types that marshal can...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-03
Georg Brandl
#6828: fix wrongly highlighted blocks.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-02
Georg Brandl
#6821: fix signature of PyBuffer_Release().
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Benjamin Peterson
remove the check that classmethod's argument is a callable
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Georg Brandl
#6638: fix wrong parameter name and markup a class.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Georg Brandl
#6810: add a link to the section about frame objects...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Georg Brandl
#6765: hint that log(x, base) is not very sophisticated.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Georg Brandl
#6808: clarification.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Georg Brandl
#6813: better documentation for numberless string formats.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Senthil Kumaran
Doc fix for the issue2637.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Mark Dickinson
Issue #6297: Add autogenerated Misc/python.pc file...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Georg Brandl
other -> others where multiple arguments are accepted.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-30
Georg Brandl
#6801: fix copy-paste oversight.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-30
Georg Brandl
#6803: fix old name.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-29
Amaury Forgeot...
#6750: TextIOWrapped could duplicate output when severa...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-29
Tarek Ziadé
fixed #6801: symmetric_difference_update also accepts...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-28
Mark Dickinson
Silence gcc 'comparison always false' warning
commit
|
commitdiff
|
tree
|
snapshot
2009-08-28
Lars Gustäbel
Issue #6054: Do not normalize stored pathnames.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-28
Benjamin Peterson
remove more code for restricted execution
commit
|
commitdiff
|
tree
|
snapshot
2009-08-28
Benjamin Peterson
restricted environments are no more
commit
|
commitdiff
|
tree
|
snapshot
2009-08-28
Mark Dickinson
Issue #6794: Fix handling of NaNs in Decimal.compare_t...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-27
Kristján Valur...
Issue 6654
commit
|
commitdiff
|
tree
|
snapshot
2009-08-27
Kristján Valur...
issue 6275
commit
|
commitdiff
|
tree
|
snapshot
2009-08-27
Georg Brandl
#6787: reference fix.
commit
|
commitdiff
|
tree
|
snapshot
next