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
*
Changed random calls to PyThreadState_Get() to use the macro
Nicholas Bastin
2004-03-24
8
-26/+26
*
Enable the profiling of C functions (builtins and extensions)
Nicholas Bastin
2004-03-24
10
-15/+145
*
Add test case for unicode(somestring, "idna").
Martin v. Löwis
2004-03-24
1
-1/+6
*
Replace sequential split/join calls on strings with a single replace call.
Brett Cannon
2004-03-23
2
-11/+5
*
Convert input to a string object. Fixes #909230.
Martin v. Löwis
2004-03-23
1
-0/+1
*
...for work done at PyCon 2004 (and beyond...)
Nicholas Bastin
2004-03-23
1
-0/+1
*
Make socket.sslerror a subclass of socket.error .
Brett Cannon
2004-03-23
4
-1/+9
*
more markup nits
Fred Drake
2004-03-23
1
-12/+13
*
Replace code in urllib for basejoin (undocumented) with urlparse.urljoin .
Brett Cannon
2004-03-23
1
-59/+2
*
fix markup nits
Fred Drake
2004-03-23
1
-4/+4
*
add the distutils modules to the global modules list
Fred Drake
2004-03-23
1
-1/+3
*
Add runctx to __all__.
Guido van Rossum
2004-03-23
1
-1/+1
*
give the document indexes
Fred Drake
2004-03-23
1
-0/+16
*
- use recommended Python style in examples (no spaces around "=" for
Fred Drake
2004-03-23
1
-59/+83
*
Added command line options for profile.py - one for stats output file
Nicholas Bastin
2004-03-23
3
-13/+39
*
merge Anthony Baxter's distutils API reference into the package
Fred Drake
2004-03-23
1
-1/+1541
*
Intern __name__.
Martin v. Löwis
2004-03-23
1
-1/+9
*
Decref all if ensure_fromlist fails. Fixes #876533.
Martin v. Löwis
2004-03-23
1
-2/+3
*
Basic dependency checking. setup() has two new optional arguments
Anthony Baxter
2004-03-22
5
-3/+144
*
Patch #911176: Move test function into __main__
Martin v. Löwis
2004-03-22
1
-12/+12
*
convert from a howto to a manual
Fred Drake
2004-03-22
1
-29/+29
*
Lost reference.
Armin Rigo
2004-03-22
1
-6/+8
*
Added global runctx function to profile to fix SF Bug #716587
Nicholas Bastin
2004-03-22
5
-7/+46
*
The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even in
Armin Rigo
2004-03-22
1
-0/+23
*
Fix SF bug #765624.
Armin Rigo
2004-03-22
1
-5/+12
*
Fix (really) for tight loop line events
Nicholas Bastin
2004-03-22
1
-1/+2
*
Test for tight loop line event fix, SF bug #765624
Nicholas Bastin
2004-03-22
1
-0/+25
*
Test for lack of implicit return line event
Nicholas Bastin
2004-03-22
1
-9/+27
*
Fix for line events in the case:
Armin Rigo
2004-03-22
1
-1/+31
*
Patch #871657: Set EDOM for `nan' return values on FreeBSD and OpenBSD.
Hye-Shik Chang
2004-03-22
2
-12/+25
*
New parser. Next up, making the current parser use this parser
Anthony Baxter
2004-03-22
1
-0/+362
*
Added configure check for broken poll() on some unix systems (MacOS X 10.3)
Nicholas Bastin
2004-03-21
4
-7/+128
*
SF bug 847019 datetime.datetime initialization needs more strict checking
Tim Peters
2004-03-21
2
-2/+30
*
Restored revision 2.87.
Armin Rigo
2004-03-21
1
-12/+5
*
Change parse_qsl() to accept control-name's with no equal sign (e.g., "name")
Brett Cannon
2004-03-21
1
-1/+5
*
Remove 'now'
Andrew M. Kuchling
2004-03-21
1
-1/+1
*
PyTuple_New(): vrbl i no longer referenced, so removed it (which kills
Tim Peters
2004-03-21
1
-1/+1
*
Normalized files in test_unicode_file to eliminate failure on OSX
Nicholas Bastin
2004-03-21
1
-9/+29
*
This is the fastest I could get on Intel GCC. I kept the memset() in to clear
Armin Rigo
2004-03-21
1
-4/+11
*
Changed file.name to be the object passed as the 'name' argument to file()
Nicholas Bastin
2004-03-21
2
-17/+23
*
[Part of patch #909005] Added map parameter for file_dispatcher and dispatche...
Andrew M. Kuchling
2004-03-21
1
-4/+4
*
[Part of patch #909005] Repeating exception changed from 'raise socket.error,...
Andrew M. Kuchling
2004-03-21
1
-5/+5
*
[Part of patch #909005] Remove Mac code for writable
Andrew M. Kuchling
2004-03-21
1
-8/+2
*
[Part of patch #909005] Set initial poll flags
Andrew M. Kuchling
2004-03-21
1
-2/+2
*
[Part of patch #909005] Use True/False
Andrew M. Kuchling
2004-03-21
1
-13/+13
*
Bug #920575: Add a workaround for GNU libc nl_langinfo()'s returning NULL.
Hye-Shik Chang
2004-03-21
2
-2/+9
*
[Patch #900071] Be case-insensitive when removing 'usage:' string
Andrew M. Kuchling
2004-03-21
1
-1/+1
*
[Part of patch #909005] Handle POLLPRI flag, and various errors cases. Fixes...
Andrew M. Kuchling
2004-03-21
1
-1/+3
*
[Patch #918212] Support XHTML's 'id' attribute, which can be on any element.
Andrew M. Kuchling
2004-03-21
2
-6/+31
*
[Patch #905863] Support the CVS version of Tcl/Tk, which has the version numb...
Andrew M. Kuchling
2004-03-21
1
-1/+1
[next]