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
*
add missing import!
Fred Drake
2004-08-03
1
-0/+1
*
let's avoid the extra nesting where reasonable
Fred Drake
2004-08-03
1
-1/+1
*
on to a2!
Anthony Baxter
2004-08-03
1
-2/+2
*
avoid fragility: make sure POSIXLY_CORRECT is completely controlled
Fred Drake
2004-08-03
1
-1/+10
*
Add the same guard as test_signal.
Michael W. Hudson
2004-08-03
1
-0/+3
*
Be more careful about maintaining the invariants; it was actually
Fred Drake
2004-08-03
1
-3/+25
*
Argh! This was meant to be part of patch #960406.
Michael W. Hudson
2004-08-03
1
-0/+77
*
Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP().
Martin v. Löwis
2004-08-03
3
-4/+11
*
Patch #977074: Move Encode/Decode to the top so gcc can inline them.
Martin v. Löwis
2004-08-03
1
-34/+33
*
Patch #994595: Recognize Basic auth even if other schemes are offered.
Martin v. Löwis
2004-08-03
2
-1/+4
*
Patch #870382: Automatically add msvcr71 to the list of libraries if
Martin v. Löwis
2004-08-03
1
-0/+23
*
Check in my refleak hunting code.
Michael W. Hudson
2004-08-03
1
-19/+91
*
Fix the reference count errors revealed by the test suite...
Michael W. Hudson
2004-08-03
1
-1/+3
*
nice tests dont leave little suprises in the environ
Anthony Baxter
2004-08-03
1
-0/+1
*
More "noone expected this to run twice"ness removal.
Michael W. Hudson
2004-08-03
1
-3/+3
*
make this test work when run repeatedly.
Michael W. Hudson
2004-08-03
1
-3/+2
*
Removed use of 'cgi.initlog()' - the first call to cgi.log is actually
Anthony Baxter
2004-08-03
1
-1/+0
*
Don't exit test_main() with the lock 'done' held -- there's no cleaner
Michael W. Hudson
2004-08-03
1
-0/+1
*
Don't intern the filename of a file being compiled.
Michael W. Hudson
2004-08-03
1
-1/+1
*
Repair the same thinko in two places about handling of _Py_RefTotal in
Michael W. Hudson
2004-08-03
2
-10/+12
*
Delete the items variable (and explain why).
Michael W. Hudson
2004-08-03
1
-0/+4
*
Restore compilation on MSVC++ 6.0
Raymond Hettinger
2004-08-03
2
-2/+8
*
SF bug #808756: refleaks in _hotshot.c.
Armin Rigo
2004-08-03
1
-2/+10
*
update to Expat 1.95.8
Fred Drake
2004-08-03
7
-361/+789
*
Document general mappings for the locals argument for exec and execfile().
Raymond Hettinger
2004-08-03
2
-9/+11
*
Fix [ 1001018 ]: Windows: setdefaulttimeout causes unnecessary timeouts on
Mark Hammond
2004-08-03
1
-3/+24
*
Tweak previous patch to silence a warning about the unused left value in the
Brett Cannon
2004-08-03
1
-1/+1
*
fix a little lie ;-(
Fred Drake
2004-08-02
1
-3/+2
*
Fix typo though
Neal Norwitz
2004-08-02
1
-2/+2
*
fix markup error
Fred Drake
2004-08-02
1
-1/+1
*
start filling in documentation on extending distutils
Fred Drake
2004-08-02
1
-2/+48
*
- fix description of option table entries
Fred Drake
2004-08-02
1
-3/+4
*
Use isabs() in conditional, not abspath
Andrew M. Kuchling
2004-08-02
1
-1/+1
*
Fix for the unfortunate fact that PyDict_GetItem and PyObject_GetItem
Michael W. Hudson
2004-08-02
1
-2/+4
*
Add PEP318
Andrew M. Kuchling
2004-08-02
1
-4/+131
*
Any call to insort_{left,right} with a non-list leaked a reference to None
Michael W. Hudson
2004-08-02
1
-6/+10
*
Add a missing decref.
Michael W. Hudson
2004-08-02
1
-0/+1
*
for some reason, the lack of adherence to Python's C whitespace rules
Michael W. Hudson
2004-08-02
1
-2/+2
*
Add import change; add empty section for function decorators
Andrew M. Kuchling
2004-08-02
1
-0/+17
*
Update item
Andrew M. Kuchling
2004-08-02
1
-2/+4
*
and a unit test for the staticmethod-of-a-non-method failure just fixed
Anthony Baxter
2004-08-02
1
-0/+6
*
fix for @decorators under a debug build.
Anthony Baxter
2004-08-02
1
-0/+1
*
Fix doubled word.
Raymond Hettinger
2004-08-02
1
-1/+1
*
Completed the patch for Bug #215126.
Raymond Hettinger
2004-08-02
5
-6/+93
*
notes for @decorator
Anthony Baxter
2004-08-02
2
-0/+7
*
PEP-0318, @decorator-style. In Guido's words:
Anthony Baxter
2004-08-02
28
-1918/+2548
*
Typo repair.
Tim Peters
2004-08-02
1
-1/+1
*
Completed a sentence I left dangling.
Tim Peters
2004-08-02
1
-1/+2
*
Removed reliance on damaged module object appearing in sys.modules
Tim Peters
2004-08-02
1
-2/+1
*
New tests:
Tim Peters
2004-08-02
1
-0/+84
[next]