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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
spwdmodule.c should only be built when either HAVE_GETSPNAM or HAVE_GETSPENT is
Brett Cannon
2005-02-16
1
-0/+3
*
Add mention of patch #1095802 (fixing "Macintosh" references to represent OS
Brett Cannon
2005-02-13
1
-0/+8
*
Modified test for tzset to not rely on tm->tm_zone's existence. Also added
Brett Cannon
2005-02-10
2
-0/+6
*
SF patch #1116583: NameError in cookielib domain check
Raymond Hettinger
2005-02-05
2
-0/+3
*
Add NEWS item about future parser bug.
Jeremy Hylton
2005-02-04
1
-0/+4
*
Security fix PSF-2005-001 for SimpleXMLRPCServer.py.
Guido van Rossum
2005-02-03
1
-0/+4
*
More bug #1077106 stuff, sorry -- modem induced impatiece!
Michael W. Hudson
2005-01-31
1
-0/+2
*
Revert os.py 1.75, and directly implement update.
Martin v. Löwis
2005-01-29
1
-0/+2
*
Partially revert #1074011; don't try to fflush stdin.
Martin v. Löwis
2005-01-27
1
-1/+1
*
add missing word
Fred Drake
2005-01-23
1
-1/+2
*
Flush std{in,out,err} before closing it. Fixes #1074011.
Martin v. Löwis
2005-01-23
1
-0/+3
*
Patch #579435: Shadow Password Support Module
Martin v. Löwis
2005-01-23
1
-0/+2
*
Truncate st_?time before comparing it with ST_?TIME in the tests.
Martin v. Löwis
2005-01-23
1
-0/+1
*
distutils/command/install.py change.
Thomas Heller
2005-01-20
1
-0/+2
*
tweaks, small updates
Michael W. Hudson
2005-01-18
1
-9/+9
*
Document the reconvert module.
Skip Montanaro
2005-01-16
1
-0/+2
*
Default stat_float_times to true.
Martin v. Löwis
2005-01-16
1
-0/+2
*
Added SEEK_* constants. Fixes #711830.
Martin v. Löwis
2005-01-16
1
-0/+2
*
Moved reader \r and \n processing from the iterator to the state machine -
Andrew McNamara
2005-01-13
1
-2/+3
*
Add strptime() constructor to datetime class. Thanks to Josh Spoerri for
Skip Montanaro
2005-01-13
2
-0/+3
*
Add counting of source iterator lines to the reader object - handy for
Andrew McNamara
2005-01-12
1
-0/+4
*
When quoting=QUOTE_NONNUMERIC, the reader now casts unquoted fields
Andrew McNamara
2005-01-12
1
-2/+5
*
When using QUOTE_NONNUMERIC, we now test for "numericness" with
Andrew McNamara
2005-01-12
1
-0/+3
*
Rename csv.set_field_limit to csv.field_size_limit (since it both sets and
Andrew McNamara
2005-01-12
1
-1/+1
*
Add news about csv module updates.
Andrew McNamara
2005-01-12
1
-0/+28
*
SF 1098985: set objects cannot be marshalled
Raymond Hettinger
2005-01-11
1
-0/+2
*
Add definitions for "up" and "down" commands that print/display the current
Skip Montanaro
2005-01-08
1
-2/+52
*
In _DummyThread objects the lock stored in __block (allocated thanks to
Brett Cannon
2005-01-08
1
-0/+5
*
SF #75103: imghdr -- identify JPEGs in EXIF format
Raymond Hettinger
2005-01-07
1
-0/+2
*
Teach the peephole optimizer to fold simple constant expressions.
Raymond Hettinger
2005-01-02
1
-0/+3
*
[Bug #1083110] calling .flush() on decompress objects causes a segfault due t...
Andrew M. Kuchling
2004-12-28
1
-0/+3
*
Add NEWS entry about bug #1076985.
Walter Dörwald
2004-12-22
1
-0/+4
*
Changing the idle wrapper to use Python and execvp() to pass arguments to
Sean Reifschneider
2004-12-21
1
-3/+9
*
SF bug #951915: fix bug in StringIO.truncate - length not changed
Raymond Hettinger
2004-12-20
1
-0/+3
*
SF #1085304: Make array.array pickle-able
Raymond Hettinger
2004-12-16
1
-0/+2
*
locale.py now uses an updated locale alias table (built using
Marc-André Lemburg
2004-12-10
1
-0/+5
*
Combined several entries.
Raymond Hettinger
2004-12-07
1
-6/+2
*
Eliminate the deprecated option to return None instead of a tuple of argument...
Raymond Hettinger
2004-12-07
1
-0/+6
*
Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse
Brett Cannon
2004-12-07
1
-0/+2
*
setup.py now uses the library directories specified in LDFLAGS (``-L``
Brett Cannon
2004-12-07
1
-0/+9
*
Removed deprecated tzparse module.
Raymond Hettinger
2004-12-05
1
-0/+2
*
Added optional None arguments to itertools.islice().
Raymond Hettinger
2004-12-05
1
-0/+4
*
Removed the deprecated bin parameter from the pickle module.
Raymond Hettinger
2004-12-05
1
-0/+2
*
Remove the deprecated statcache module.
Raymond Hettinger
2004-12-05
1
-0/+2
*
Removed deprecated method arguments from the shelve module.
Raymond Hettinger
2004-12-05
1
-0/+2
*
Removed deprecated method from pstats.
Raymond Hettinger
2004-12-05
1
-0/+2
*
Removed deprecated use_statcache argument.
Raymond Hettinger
2004-12-05
1
-0/+2
*
SF bug #1078905: Docs for unittest run() methods are misleading
Raymond Hettinger
2004-12-04
1
-0/+4
*
Remove the deprecated whrandom module.
Raymond Hettinger
2004-12-04
1
-0/+2
*
Remove PyRange_New().
Raymond Hettinger
2004-12-03
1
-0/+2
[next]