index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy.
Barry Warsaw
2004-10-09
1
-1/+2
*
Fix for SF bug # 1032960.
Barry Warsaw
2004-10-09
1
-4/+5
*
Make it ANSI C again.
Guido van Rossum
2004-10-09
1
-3/+3
*
[Bug #1022311] curses module uses y,x ordering of arguments, not x,y
Andrew M. Kuchling
2004-10-08
1
-5/+5
*
[Bug #1041501] Fix example code
Andrew M. Kuchling
2004-10-08
1
-1/+1
*
Escape locale data for regex metacharacters.
Brett Cannon
2004-10-06
2
-1/+4
*
Fix typo in docstring for system_methodSignature .
Brett Cannon
2004-10-03
1
-1/+1
*
__getitem__(): Fix docstring, SF 979924.
Barry Warsaw
2004-09-28
1
-1/+1
*
Remove bogus = from -h option.
Martin v. Löwis
2004-09-26
1
-1/+1
*
Replace -soname with -h for Solaris compatibility. Fixes #1034496.
Martin v. Löwis
2004-09-26
2
-1/+3
*
Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders.
Phillip J. Eby
2004-09-23
2
-6/+23
*
There was an error in the Tk error dialog fix at Rev 1.81.4.3 which caused st...
Kurt B. Kaiser
2004-09-22
1
-2/+2
*
Convert bool results back to strings. Fixes #807871.
Martin v. Löwis
2004-09-18
2
-1/+8
*
Make curses.h inclusion conditional as in the original patch #1012280.
Martin v. Löwis
2004-09-18
2
-21/+18
*
Patch #1012280: Include curses.h for term.h check. Fixes #933795.
Martin v. Löwis
2004-09-18
4
-1353/+3284
*
backport ipv6 address fix
Skip Montanaro
2004-09-16
2
-2/+17
*
[Bug #1023359] Make code match inheritance diagram
Andrew M. Kuchling
2004-09-10
1
-1/+1
*
SF bug #1020540: a wrong link from "frame object" in lib index.
Raymond Hettinger
2004-09-06
1
-3/+4
*
SF bug #901654: split method documentation can be improved
Raymond Hettinger
2004-09-06
1
-2/+16
*
SF bug 1017405: DB keys() values() and items() methods were ignoring
Gregory P. Smith
2004-09-04
1
-1/+1
*
Backport [ 1010677 ] thread Module Breaks PyGILState_Ensure()
Mark Hammond
2004-09-01
2
-5/+6
*
Use correct constants
Andrew M. Kuchling
2004-08-31
1
-2/+2
*
Patch #973204: Use -rpath instead of -R on Irix and True64.
Martin v. Löwis
2004-08-29
3
-1/+10
*
Patch #1014992: Never return more than a line from readline.
Martin v. Löwis
2004-08-25
2
-3/+3
*
Patch #1015021: Stop claiming that coerce can return None.
Martin v. Löwis
2004-08-25
2
-5/+5
*
[Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes i...
Matthias Klose
2004-08-24
2
-29/+61
*
- Bug #902501: fix unicode value of CYRILLIC CAPITAL LETTER UKRAINIAN IE
Matthias Klose
2004-08-24
2
-1/+4
*
Flush bz2 data even if nothing had been written so far. Fixes #1013882
Martin v. Löwis
2004-08-22
2
-2/+4
*
Patch #997284: Allow pydoc to work with XP Themes (.manifest file)
Martin v. Löwis
2004-08-22
2
-2/+12
*
SF bug #1013760: Error in Chapter 4 of Tutorial
Raymond Hettinger
2004-08-22
1
-1/+1
*
Fail fatally if strdup fails.
Martin v. Löwis
2004-08-20
1
-0/+4
*
Patch #914291: Restore locale while calling readline.
Martin v. Löwis
2004-08-18
2
-0/+10
*
Patch #980082: Missing INCREF in PyType_Ready.
Martin v. Löwis
2004-08-18
1
-1/+3
*
Test cases and fixes for bugs described in patch #873418: email/Message.py:
Barry Warsaw
2004-08-16
2
-2/+14
*
- The distutils sdist command now ignores all .svn directories, in
Matthias Klose
2004-08-16
2
-1/+5
*
- pygettext.py: Generate POT-Creation-Date header in ISO format.
Matthias Klose
2004-08-16
2
-1/+6
*
- Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).
Matthias Klose
2004-08-15
3
-7/+25
*
Define _BSD_TYPES. Fixes #1005308.
Martin v. Löwis
2004-08-12
4
-1/+18
*
Patch #1005568: Use _SC_PAGESIZE on Irix.
Martin v. Löwis
2004-08-12
2
-0/+7
*
Patch #808719: Ignore locale's encoding in IDLE if it is an empty string.
Martin v. Löwis
2004-08-12
1
-0/+2
*
Ignore the locale's encoding if it is an empty string.
Martin v. Löwis
2004-08-12
1
-2/+2
*
Spelling fix
Andrew M. Kuchling
2004-08-10
1
-1/+1
*
Backport SF bug #1004088:
Raymond Hettinger
2004-08-06
1
-0/+4
*
Add wait_visibility before grab_set. Fixes #946153.
Martin v. Löwis
2004-08-03
4
-0/+5
*
Be more careful about maintaining the invariants; it was actually
Fred Drake
2004-08-03
1
-3/+25
*
Patch #994595: Recognize Basic auth even if other schemes are offered.
Martin v. Löwis
2004-08-03
2
-1/+4
*
back-ported SF bug #808756: refleaks
Armin Rigo
2004-08-03
1
-2/+10
*
Use isabs() in conditional, not abspath
Andrew M. Kuchling
2004-08-02
1
-1/+1
*
- make references to the readline module hyperlinks now that there is
Fred Drake
2004-07-30
1
-5/+13
*
backport relevant bits of the bool api docs
Skip Montanaro
2004-07-29
1
-0/+33
[prev]
[next]